summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2011-11-28add defined but missing SfxInterface stringsCaolán McNamara
2011-11-28there is no STR_VIEWSHELLBASE stringCaolán McNamara
2011-11-28s/weather/whether/ where appropriateKorrawit Pruegsanusak
2011-11-27remove precompiled_xxx.hxx/cxxNorbert Thiebaud
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove include of pch header from sdNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-27typos fixingKorrawit Pruegsanusak
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-25gsl_getSystemTextEncoding -> osl_getThreadTextEncodingDavid Tardon
2011-11-23i118560 - slide sorter: pass PageSelector object by referenceawf
* found as LGPLv3-only fix at svn rev 1196092 (http://svn.apache.org/viewvc?view=revision&revision=1196092)
2011-11-23Fixup pptx export after impress212 merges.Thorsten Behrens
2011-11-23Removed, better fix just in via i#105675Thorsten Behrens
2011-11-23impress212: #i114615# fixed hyperlink export (pdf) if exporting also notes pageserack
* found as LGPLv3-only fix at svn rev 1167640 (http://svn.apache.org/viewvc?view=revision&revision=1167640)
2011-11-23impress212: #i97241# added relative linkserack
* found as LGPLv3-only fix at svn rev 1167624 (http://svn.apache.org/viewvc?view=revision&revision=1167624)
2011-11-23impress212: #i105675# better keyboard handling in animation create dialogerack
* found as LGPLv3-only fix at svn rev 1167618 (http://svn.apache.org/viewvc?view=revision&revision=1167618)
2011-11-21Start Impress without the wizard by defaultTim Hardeck
This one-liner prevents the Impress Wizard from getting started automatically. The assistant should now only appear if File -> Wizards -> Presentation is used.
2011-11-21removed useless codeTakeshi Abe
2011-11-20Remove some unused methodsThomas Arnhold
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-11-16Fix slideshow crasherThorsten Behrens
Recursive event loop killed SlideshowImpl object under my hands - make it stay until we pop out of callstack again.
2011-11-16replaced String in SfxPickList with rtl::OUStringTakeshi Abe
this consists of 12df49396e6bcb07bafc95255a8526caac96e60a and related changes
2011-11-14we don't need to open unit test files in sd with READWRITE eitherMarkus Mohrhard
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