summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2011-11-14ReleaseConfigMgr not called by anythingCaolán McNamara
2011-11-14add some more problematic ppt test filesCaolán McNamara
2011-11-13translated German comments to EnglishLuc Castermans
2011-11-11Heavily simplified utl::ConfigManager.Stephan Bergmann
2011-11-11RdbTarget_sd_filters_test.mk now folded into CppunitTest_sd_filters_test.mkCaolán McNamara
2011-11-11need to add embobj in here nowCaolán McNamara
2011-11-11add an initial ppt cve testCaolán McNamara
2011-11-11Make .component files directly usable within UNO_SERVICES.Stephan Bergmann
* 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.
2011-11-11close file before the first assertion message if loading failedMarkus Mohrhard
2011-11-11don't use calc in draw's filters-testMarkus Mohrhard
2011-11-10re-enable inadvertently disabled unit testMichael Meeks
2011-11-10Initial sd filters unit testsMichael Meeks
2011-11-08sd: how the hell did that ever work:Michael Stahl
The sd library uses SDI headers, but the corresponding targets were not declared anywhere.
2011-11-08removed Simple Handles optionTim Hardeck
Removed the unnecessary option "Simple Handles" with all related functions and icons.
2011-11-08remove empty Text [ x-comment ] entriesAndras Timar
2011-11-06cppcheck: avoid possible null pointer dereferencesIvan Timofeev
2011-11-04cppcheck: avoid possible null pointer dereferencesIvan Timofeev
2011-11-05removed unused macroTakeshi Abe
2011-11-02Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/coreMichael Stahl
2011-11-02rhbz#657394: sd::DocumentRenderer:Michael Stahl
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.
2011-10-30fix fdo#31966: inserting empty slide when printing handoutsIvan Timofeev
2011-10-26WaE: C++ exception handler used, but unwind semantics are not enabledTor Lillqvist
2011-10-26WaE: unreferenced local variableTor Lillqvist
2011-10-26WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-10-26WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-10-26WaE: reinterpret_cast used between related classesTor Lillqvist
2011-10-25Fix for fdo41997 continuation of VCL cleanupOlivier Hallot
2011-10-21Fix for bug fdo#41997, cleanup vcl enumerationOlivier Hallot
2011-10-21remove unused methods from sd::slidesorterFelix Zhang
2011-10-20Added a scanbutton to the scan-dialogRob Snelders
2011-10-17Disable a cppunit test crashing on DragonFly.François Tigeot
2011-10-10WaE: type name first seen using 'struct' now seen using 'class'Tor Lillqvist
2011-10-10WaE: class has virtual functions, but destructor is not virtualTor Lillqvist
2011-10-10WaE: reinterpret_cast used between related classesTor Lillqvist
2011-10-10callcatcher: remove some unused codeCaolán McNamara
2011-10-07n#685123: Undo corrupting the document.Muthu Subramanian
2011-10-07cppcheck scope reduction in sd/... CustomAnimationList.cxxPierre-André Jacquod
2011-10-07cppcheck reduce scope of var in sd/ pptin.cxxPierre-André Jacquod
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-10-04adapt sd unittests to separate RdbTarget makefile requirementBjoern Michaelsen
2011-10-04fix doubling of one page when range is empty and incorrect selection pageIvan Timofeev
2011-10-03drop voids and constify GetCurrentPageIndexCaolán McNamara
2011-10-03remove unused and dead code in DocumentRenderer.cxxIvan Timofeev
2011-10-03migrate to StringRangeEnumerator in DrawIvan Timofeev
2011-09-30add mode-lines to .m files and last round of merged files, etc.Caolán McNamara
2011-09-27add GetParentDialog to VCL's Window, and remove DLGWIN & cut/pasteMichael Meeks
2011-09-26move OCX_Control ( and subclasses ) and OCX control export to ooxNoel Power
2011-09-26Fixed DBG_ASSERT broken by recent commit.Stephan Bergmann
2011-09-26more post colortable cleanupMichael Meeks
2011-09-24re-factor XPropertyList derivatives to use a rtl::ReferenceMichael Meeks
This cleans up a lot of lifecycle nasties and cleans up some serious cut/paste code duplication issues at the same time. Cleanup the naming of ColorTable -> ColorList to match the impl. too