Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-14 | ReleaseConfigMgr not called by anything | Caolán McNamara | |
2011-11-14 | add some more problematic ppt test files | Caolán McNamara | |
2011-11-13 | translated German comments to English | Luc Castermans | |
2011-11-11 | Heavily simplified utl::ConfigManager. | Stephan Bergmann | |
2011-11-11 | RdbTarget_sd_filters_test.mk now folded into CppunitTest_sd_filters_test.mk | Caolán McNamara | |
2011-11-11 | need to add embobj in here now | Caolán McNamara | |
2011-11-11 | add an initial ppt cve test | Caolán McNamara | |
2011-11-11 | Make .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-11 | close file before the first assertion message if loading failed | Markus Mohrhard | |
2011-11-11 | don't use calc in draw's filters-test | Markus Mohrhard | |
2011-11-10 | re-enable inadvertently disabled unit test | Michael Meeks | |
2011-11-10 | Initial sd filters unit tests | Michael Meeks | |
2011-11-08 | sd: 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-08 | removed Simple Handles option | Tim Hardeck | |
Removed the unnecessary option "Simple Handles" with all related functions and icons. | |||
2011-11-08 | remove empty Text [ x-comment ] entries | Andras Timar | |
2011-11-06 | cppcheck: avoid possible null pointer dereferences | Ivan Timofeev | |
2011-11-04 | cppcheck: avoid possible null pointer dereferences | Ivan Timofeev | |
2011-11-05 | removed unused macro | Takeshi Abe | |
2011-11-02 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core | Michael Stahl | |
2011-11-02 | rhbz#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-30 | fix fdo#31966: inserting empty slide when printing handouts | Ivan Timofeev | |
2011-10-26 | WaE: C++ exception handler used, but unwind semantics are not enabled | Tor Lillqvist | |
2011-10-26 | WaE: unreferenced local variable | Tor Lillqvist | |
2011-10-26 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2011-10-26 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2011-10-26 | WaE: reinterpret_cast used between related classes | Tor Lillqvist | |
2011-10-25 | Fix for fdo41997 continuation of VCL cleanup | Olivier Hallot | |
2011-10-21 | Fix for bug fdo#41997, cleanup vcl enumeration | Olivier Hallot | |
2011-10-21 | remove unused methods from sd::slidesorter | Felix Zhang | |
2011-10-20 | Added a scanbutton to the scan-dialog | Rob Snelders | |
2011-10-17 | Disable a cppunit test crashing on DragonFly. | François Tigeot | |
2011-10-10 | WaE: type name first seen using 'struct' now seen using 'class' | Tor Lillqvist | |
2011-10-10 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | |
2011-10-10 | WaE: reinterpret_cast used between related classes | Tor Lillqvist | |
2011-10-10 | callcatcher: remove some unused code | Caolán McNamara | |
2011-10-07 | n#685123: Undo corrupting the document. | Muthu Subramanian | |
2011-10-07 | cppcheck scope reduction in sd/... CustomAnimationList.cxx | Pierre-André Jacquod | |
2011-10-07 | cppcheck reduce scope of var in sd/ pptin.cxx | Pierre-André Jacquod | |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | |
2011-10-04 | adapt sd unittests to separate RdbTarget makefile requirement | Bjoern Michaelsen | |
2011-10-04 | fix doubling of one page when range is empty and incorrect selection page | Ivan Timofeev | |
2011-10-03 | drop voids and constify GetCurrentPageIndex | Caolán McNamara | |
2011-10-03 | remove unused and dead code in DocumentRenderer.cxx | Ivan Timofeev | |
2011-10-03 | migrate to StringRangeEnumerator in Draw | Ivan Timofeev | |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | |
2011-09-27 | add GetParentDialog to VCL's Window, and remove DLGWIN & cut/paste | Michael Meeks | |
2011-09-26 | move OCX_Control ( and subclasses ) and OCX control export to oox | Noel Power | |
2011-09-26 | Fixed DBG_ASSERT broken by recent commit. | Stephan Bergmann | |
2011-09-26 | more post colortable cleanup | Michael Meeks | |
2011-09-24 | re-factor XPropertyList derivatives to use a rtl::Reference | Michael 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 |