summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Collapse)AuthorAgeFilesLines
* tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud2011-11-161-4/+4
| | | | | This allow to run make in a module wihtout the need to source Env.Host.sh.
* Fix slideshow crasherThorsten Behrens2011-11-161-1/+4
| | | | | Recursive event loop killed SlideshowImpl object under my hands - make it stay until we pop out of callstack again.
* replaced String in SfxPickList with rtl::OUStringTakeshi Abe2011-11-163-5/+5
| | | | this consists of 12df49396e6bcb07bafc95255a8526caac96e60a and related changes
* we don't need to open unit test files in sd with READWRITE eitherMarkus Mohrhard2011-11-141-1/+1
|
* ReleaseConfigMgr not called by anythingCaolán McNamara2011-11-141-0/+0
|
* add some more problematic ppt test filesCaolán McNamara2011-11-144-0/+0
|
* translated German comments to EnglishLuc Castermans2011-11-131-20/+20
|
* Heavily simplified utl::ConfigManager.Stephan Bergmann2011-11-112-1/+6
|
* RdbTarget_sd_filters_test.mk now folded into CppunitTest_sd_filters_test.mkCaolán McNamara2011-11-111-67/+0
|
* need to add embobj in here nowCaolán McNamara2011-11-111-0/+1
|
* add an initial ppt cve testCaolán McNamara2011-11-118-3/+34
|
* Make .component files directly usable within UNO_SERVICES.Stephan Bergmann2011-11-114-42/+34
| | | | | | | | | | | * solenv/bin/createcomponent.xslt simply surrounds it output by <components>. * solenv/gbuild/CppunitTest.mk got new functions gb_CppunitTest_add[_old]_component[s] (like their gb_RdbTarget_ predecessors). * This obsoleted current uses of solenv/gbuild/RdbTarget.mk, which also does not work currently, as it catenates the input component files instead of passing them through packcomponents.xslt (which now takes care about the surrounding <components> in the input). In the future, it will likely be combined with the recently added solenv/gbuild/ComponentsTarget.mk.
* close file before the first assertion message if loading failedMarkus Mohrhard2011-11-111-1/+6
|
* don't use calc in draw's filters-testMarkus Mohrhard2011-11-111-1/+1
|
* re-enable inadvertently disabled unit testMichael Meeks2011-11-101-1/+1
|
* Initial sd filters unit testsMichael Meeks2011-11-105-1/+351
|
* sd: how the hell did that ever work:Michael Stahl2011-11-081-0/+16
| | | | | The sd library uses SDI headers, but the corresponding targets were not declared anywhere.
* removed Simple Handles optionTim Hardeck2011-11-0813-102/+35
| | | | | Removed the unnecessary option "Simple Handles" with all related functions and icons.
* remove empty Text [ x-comment ] entriesAndras Timar2011-11-081-1/+0
|
* cppcheck: avoid possible null pointer dereferencesIvan Timofeev2011-11-061-1/+1
|
* cppcheck: avoid possible null pointer dereferencesIvan Timofeev2011-11-041-1/+1
|
* removed unused macroTakeshi Abe2011-11-055-19/+0
|
* Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl2011-11-021-12/+8
|\
| * fix fdo#31966: inserting empty slide when printing handoutsIvan Timofeev2011-10-301-12/+8
| |
* | rhbz#657394: sd::DocumentRenderer:Michael Stahl2011-11-021-7/+10
|/ | | | | | | Closing an Impress document while it is printing results in the document being destroyed, but the DocumentRenderer still retaining views that contain SfxItemSets that reference the document's SfxItemPool. Prevent the crash by retaining a SfxObjectShellRef.
* WaE: C++ exception handler used, but unwind semantics are not enabledTor Lillqvist2011-10-261-4/+1
|
* WaE: unreferenced local variableTor Lillqvist2011-10-261-2/+2
|
* WaE: class has virtual functions, but destructor is not virtualTor Lillqvist2011-10-261-0/+4
|
* WaE: class has virtual functions, but destructor is not virtualTor Lillqvist2011-10-261-0/+3
|
* WaE: reinterpret_cast used between related classesTor Lillqvist2011-10-261-3/+3
|
* Fix for fdo41997 continuation of VCL cleanupOlivier Hallot2011-10-251-1/+1
|
* Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot2011-10-211-1/+1
|
* remove unused methods from sd::slidesorterFelix Zhang2011-10-2142-1093/+0
|
* Added a scanbutton to the scan-dialogRob Snelders2011-10-204-5/+5
|
* Disable a cppunit test crashing on DragonFly.François Tigeot2011-10-171-0/+2
|
* WaE: type name first seen using 'struct' now seen using 'class'Tor Lillqvist2011-10-101-2/+2
|
* WaE: class has virtual functions, but destructor is not virtualTor Lillqvist2011-10-101-1/+1
|
* WaE: reinterpret_cast used between related classesTor Lillqvist2011-10-101-1/+1
|
* callcatcher: remove some unused codeCaolán McNamara2011-10-102-33/+0
|
* n#685123: Undo corrupting the document.Muthu Subramanian2011-10-071-5/+11
|
* cppcheck scope reduction in sd/... CustomAnimationList.cxxPierre-André Jacquod2011-10-071-2/+2
|
* cppcheck reduce scope of var in sd/ pptin.cxxPierre-André Jacquod2011-10-071-2/+2
|
* simplfy dmake to gbuild bridgefileBjoern Michaelsen2011-10-051-40/+1
|
* adapt sd unittests to separate RdbTarget makefile requirementBjoern Michaelsen2011-10-043-7/+37
|
* fix doubling of one page when range is empty and incorrect selection pageIvan Timofeev2011-10-041-12/+23
|
* drop voids and constify GetCurrentPageIndexCaolán McNamara2011-10-031-42/+42
|
* remove unused and dead code in DocumentRenderer.cxxIvan Timofeev2011-10-031-91/+5
|
* migrate to StringRangeEnumerator in DrawIvan Timofeev2011-10-031-51/+78
|
* add mode-lines to .m files and last round of merged files, etc.Caolán McNamara2011-09-3033-0/+98
|
* add GetParentDialog to VCL's Window, and remove DLGWIN & cut/pasteMichael Meeks2011-09-271-8/+0
|