Luboš Luňák
a4f73a0ba4
remove executable bit from source files
2011-11-29 13:27:43 +01:00
Luboš Luňák
34a98b79da
set properly initial size of starmath component when importing docx
2011-11-29 13:27:43 +01:00
Luboš Luňák
93be239c95
the bit hackish addFormula() shortcut is no longer necessary
2011-11-29 13:27:43 +01:00
Luboš Luňák
86eccc72c5
clean up and format code
2011-11-29 13:27:43 +01:00
Luboš Luňák
f034c452c5
simplify attribute retrieval syntax a bit
2011-11-29 13:27:42 +01:00
Khaled Hosny
0dfdf8ed71
add Amiri kashida example
2011-11-29 12:26:59 +00:00
Bjoern Michaelsen
55da6a0907
these deps are already handled in gbuild
2011-11-29 13:19:06 +01:00
Muthu Subramanian
aa7342bd97
Removing unused GetShapePresetType().
...
It is huge, and inefficient as well.
2011-11-29 18:15:03 +05:30
Bjoern Michaelsen
536bf877b7
respect DO_FETCH_TARBALLS again
2011-11-29 13:15:42 +01:00
Stephan Bergmann
9c53350ab8
Demote SAL_WARN that happens regularly during bridge shutdown to SAL_INFO.
2011-11-29 13:12:20 +01:00
Stephan Bergmann
81c3c6f55b
New set members need oor:op="replace" to not be ignored.
2011-11-29 13:12:20 +01:00
Stephan Bergmann
048a25b4c8
Adapted to new assertion/logging mechanisms.
2011-11-29 13:12:20 +01:00
Stephan Bergmann
f1074136f5
...originally probably replaced an en-dash (thanks Roman Eisele).
2011-11-29 13:12:19 +01:00
Bjoern Michaelsen
367d0be3e7
remove allcheck cruft from Makefile.in
2011-11-29 13:09:51 +01:00
Bjoern Michaelsen
a0732d042f
do incemental build from instsetoo_native to smoketest, if both are needed
2011-11-29 13:09:51 +01:00
Tomas Chvatal
b8a2970f24
Export DO_FETCH_TARBALLS in set_soenv.
2011-11-29 13:09:06 +01:00
Fridrich Štrba
11f91f16ca
Uploading new release of libvisio
2011-11-29 11:51:18 +01:00
Michael Meeks
dbc7e80af1
gtk: fix sub-menu arrows RTL issue
2011-11-29 10:46:27 +00:00
Fridrich Štrba
7f88c35898
Uploading new release of libwpd
2011-11-29 11:37:39 +01:00
Caolán McNamara
5d846ebeb5
Install a Cancel callback, don't rely on vcl searching for a parent to close
...
If there is no cancel callback for a Cancel button, it's monstrous to dig
around the hierarchy looking for a parent to call EndDialog/Close on. Really
messes up attempts to refactor dialogs.
2011-11-29 10:35:14 +00:00
Caolán McNamara
625f1cd72e
callcatcher: some unused methods
2011-11-29 10:35:13 +00:00
Caolán McNamara
829ebac9b4
no need for OrderCtrl anymore
2011-11-29 10:35:13 +00:00
Noel Power
34a9faf23c
add spinbutton control to insertcontrolbar for basic dialog editor
2011-11-29 10:28:44 +00:00
Olivier Hallot
ecbf391719
Fix for fdo39748, part II
...
Code clenup
Improvement on extension list box size calculation
2011-11-29 10:23:01 +00:00
Tomas Chvatal
a43caa76d9
Add checking msg for tarball fetching so we know if it is on/off
2011-11-29 11:04:37 +01:00
Fridrich Štrba
4585c3953e
Uploading new release of libwps
2011-11-29 10:51:47 +01:00
Markus Mohrhard
792fb5b96f
ManageNames: only calculate formula for visible range names
2011-11-29 10:44:45 +01:00
Markus Mohrhard
c21b1126b1
fix typo RangeOptions->Range Options
2011-11-29 10:44:45 +01:00
Markus Mohrhard
5881881e59
make sw's macros_test use the new base class
2011-11-29 10:44:45 +01:00
Michael Stahl
d89133d191
SwPosition: comparing pointers is silly
...
This does not need to be a total ordering.
2011-11-29 10:39:49 +01:00
Thorsten Behrens
337eda19a5
Switch artwork to LibreOffice-only branding.
2011-11-29 10:29:41 +01:00
Andras Timar
369a67d258
remove OOo and StarOffice icons from oxygen theme fdo#43233
2011-11-29 09:51:45 +01:00
Jan Holesovsky
ebdc3ad1ee
Fix build in offapi.
2011-11-29 09:40:48 +01:00
Stephan Bergmann
45ea23ad39
Replaced UTF-8 U+FFFD with ASCII space in source code comment.
...
The Unicode replacement character got in there probably during a previous
conversion of the source code; not evident to me what it replaced originally.
2011-11-29 08:37:29 +01:00
Kohei Yoshida
2d99262c2d
fdo#32826: Preserve selected sheets after print preview ended.
2011-11-29 00:51:51 -05:00
Kohei Yoshida
2f92037b08
fdo#32826: Fixed the print preview inconsistency.
...
Now, the print preview should display the correct set of sheets
based on the print settings as well as what sheets are selected.
Previously, this was very quirky and inaccurate.
2011-11-29 00:27:57 -05:00
Kohei Yoshida
6a4bb3e17c
More meaningless comments removed.
2011-11-29 00:04:24 -05:00
Kohei Yoshida
4bbef9595f
Arg to CalcPages() no longer used.
2011-11-29 00:04:24 -05:00
Kohei Yoshida
8ea8144602
sal_Bool cleanup in ScPreview.
2011-11-29 00:04:24 -05:00
Kohei Yoshida
2761dd4894
Removed meaningless comments.
2011-11-29 00:04:23 -05:00
Kohei Yoshida
380b7827d3
fdo#32826: Finally return the real selected sheets, and use it.
...
This should solve the problem reported in fdo#32826, which is, when
printing from print preview window always prints all sheets regardless
of currently selected sheets.
2011-11-29 00:04:23 -05:00
Kohei Yoshida
7a16f31752
New UNO API to return currently selected sheets.
...
Both from the sheet view and preview modes.
2011-11-29 00:04:23 -05:00
Kohei Yoshida
ffca779f37
Create an UNO controller object for the preview shell.
2011-11-29 00:04:23 -05:00
Kohei Yoshida
654d9eb40c
These methods can be const.
2011-11-29 00:04:23 -05:00
Kohei Yoshida
8724aa7d6d
Passed the selected sheet info to ScPreview.
2011-11-29 00:04:22 -05:00
Kohei Yoshida
12854c322f
sal_Bool to bool.
2011-11-29 00:04:22 -05:00
Thorsten Behrens
9c31884d92
Make branding bulk-configurable.
2011-11-29 05:51:48 +01:00
August Sodora
88459fcc8f
String->OUString
2011-11-28 22:20:38 -05:00
August Sodora
a82a873150
String->OUString
2011-11-28 22:17:15 -05:00
Takeshi Abe
1aae826501
catch by const reference
2011-11-29 10:07:04 +09:00