summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libvisio should depend on boost nowFridrich Štrba2011-11-291-1/+1
|
* I hate sal_Int*. Fix ambiguous overload on windows.Luboš Luňák2011-11-291-2/+2
|
* Fixed previous commit (wrong node names, not missing "replace").Stephan Bergmann2011-11-292-2/+2
|
* --with-system-libxslt is gone, remove it from the distro-configs.Jan Holesovsky2011-11-295-5/+0
|
* changed and added [pt-PT] date formatsSérgio Marques2011-11-291-4/+24
|
* EMBEDDED_OBJECT UNO property now works, remove hackLuboš Luňák2011-11-292-4/+3
|
* fix unoprms content mismatch (gee, it even had a FIXME comment)Luboš Luňák2011-11-292-7/+7
|
* remove executable bit from source filesLuboš Luňák2011-11-295-0/+0
|
* set properly initial size of starmath component when importing docxLuboš Luňák2011-11-294-0/+23
|
* the bit hackish addFormula() shortcut is no longer necessaryLuboš Luňák2011-11-298-38/+11
|
* clean up and format codeLuboš Luňák2011-11-291-23/+23
|
* simplify attribute retrieval syntax a bitLuboš Luňák2011-11-292-8/+29
|
* add Amiri kashida exampleKhaled Hosny2011-11-293-0/+0
|
* these deps are already handled in gbuildBjoern Michaelsen2011-11-291-2/+0
|
* Removing unused GetShapePresetType().Muthu Subramanian2011-11-292-637/+0
| | | | It is huge, and inefficient as well.
* respect DO_FETCH_TARBALLS againBjoern Michaelsen2011-11-292-2/+3
|
* Demote SAL_WARN that happens regularly during bridge shutdown to SAL_INFO.Stephan Bergmann2011-11-291-1/+1
|
* New set members need oor:op="replace" to not be ignored.Stephan Bergmann2011-11-292-2/+2
|
* Adapted to new assertion/logging mechanisms.Stephan Bergmann2011-11-2920-290/+282
|
* ...originally probably replaced an en-dash (thanks Roman Eisele).Stephan Bergmann2011-11-291-1/+1
|
* remove allcheck cruft from Makefile.inBjoern Michaelsen2011-11-291-1/+0
|
* do incemental build from instsetoo_native to smoketest, if both are neededBjoern Michaelsen2011-11-291-5/+8
|
* Export DO_FETCH_TARBALLS in set_soenv.Tomas Chvatal2011-11-292-0/+2
|
* Uploading new release of libvisioFridrich Štrba2011-11-293-6/+6
|
* gtk: fix sub-menu arrows RTL issueMichael Meeks2011-11-291-1/+7
|
* Uploading new release of libwpdFridrich Štrba2011-11-292-3/+3
|
* Install a Cancel callback, don't rely on vcl searching for a parent to closeCaolán McNamara2011-11-292-4/+6
| | | | | | 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.
* callcatcher: some unused methodsCaolán McNamara2011-11-294-17/+1
|
* no need for OrderCtrl anymoreCaolán McNamara2011-11-291-28/+0
|
* add spinbutton control to insertcontrolbar for basic dialog editorNoel Power2011-11-297-3/+24
|
* Fix for fdo39748, part IIOlivier Hallot2011-11-292-7/+6
| | | | | Code clenup Improvement on extension list box size calculation
* Add checking msg for tarball fetching so we know if it is on/offTomas Chvatal2011-11-291-0/+4
|
* Uploading new release of libwpsFridrich Štrba2011-11-293-17/+3
|
* ManageNames: only calculate formula for visible range namesMarkus Mohrhard2011-11-292-7/+60
|
* fix typo RangeOptions->Range OptionsMarkus Mohrhard2011-11-291-1/+1
|
* make sw's macros_test use the new base classMarkus Mohrhard2011-11-291-28/+6
|
* SwPosition: comparing pointers is sillyMichael Stahl2011-11-291-8/+4
| | | | This does not need to be a total ordering.
* Switch artwork to LibreOffice-only branding.Thorsten Behrens2011-11-294-0/+0
|
* remove OOo and StarOffice icons from oxygen theme fdo#43233Andras Timar2011-11-2976-0/+0
|
* Fix build in offapi.Jan Holesovsky2011-11-291-0/+2
|
* Replaced UTF-8 U+FFFD with ASCII space in source code comment.Stephan Bergmann2011-11-291-1/+1
| | | | | The Unicode replacement character got in there probably during a previous conversion of the source code; not evident to me what it replaced originally.
* fdo#32826: Preserve selected sheets after print preview ended.Kohei Yoshida2011-11-291-0/+5
|
* fdo#32826: Fixed the print preview inconsistency.Kohei Yoshida2011-11-293-8/+3
| | | | | | 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.
* More meaningless comments removed.Kohei Yoshida2011-11-291-2/+1
|
* Arg to CalcPages() no longer used.Kohei Yoshida2011-11-292-9/+9
|
* sal_Bool cleanup in ScPreview.Kohei Yoshida2011-11-292-72/+72
|
* Removed meaningless comments.Kohei Yoshida2011-11-291-3/+0
|
* fdo#32826: Finally return the real selected sheets, and use it.Kohei Yoshida2011-11-296-33/+67
| | | | | | 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.
* New UNO API to return currently selected sheets.Kohei Yoshida2011-11-294-3/+97
| | | | Both from the sheet view and preview modes.
* Create an UNO controller object for the preview shell.Kohei Yoshida2011-11-293-18/+49
|