Age | Commit message (Expand) | Author | Files | Lines |
2011-11-08 | removed Simple Handles option | Tim Hardeck | 13 | -102/+35 |
2011-11-08 | remove empty Text [ x-comment ] entries | Andras Timar | 1 | -1/+0 |
2011-11-06 | cppcheck: avoid possible null pointer dereferences | Ivan Timofeev | 1 | -1/+1 |
2011-11-04 | cppcheck: avoid possible null pointer dereferences | Ivan Timofeev | 1 | -1/+1 |
2011-11-05 | removed unused macro | Takeshi Abe | 5 | -19/+0 |
2011-11-02 | Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/core | Michael Stahl | 1 | -12/+8 |
2011-11-02 | rhbz#657394: sd::DocumentRenderer: | Michael Stahl | 1 | -7/+10 |
2011-10-30 | fix fdo#31966: inserting empty slide when printing handouts | Ivan Timofeev | 1 | -12/+8 |
2011-10-26 | WaE: C++ exception handler used, but unwind semantics are not enabled | Tor Lillqvist | 1 | -4/+1 |
2011-10-26 | WaE: unreferenced local variable | Tor Lillqvist | 1 | -2/+2 |
2011-10-26 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | 1 | -0/+4 |
2011-10-26 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | 1 | -0/+3 |
2011-10-26 | WaE: reinterpret_cast used between related classes | Tor Lillqvist | 1 | -3/+3 |
2011-10-25 | Fix for fdo41997 continuation of VCL cleanup | Olivier Hallot | 1 | -1/+1 |
2011-10-21 | Fix for bug fdo#41997, cleanup vcl enumeration | Olivier Hallot | 1 | -1/+1 |
2011-10-21 | remove unused methods from sd::slidesorter | Felix Zhang | 42 | -1093/+0 |
2011-10-20 | Added a scanbutton to the scan-dialog | Rob Snelders | 4 | -5/+5 |
2011-10-17 | Disable a cppunit test crashing on DragonFly. | François Tigeot | 1 | -0/+2 |
2011-10-10 | WaE: type name first seen using 'struct' now seen using 'class' | Tor Lillqvist | 1 | -2/+2 |
2011-10-10 | WaE: class has virtual functions, but destructor is not virtual | Tor Lillqvist | 1 | -1/+1 |
2011-10-10 | WaE: reinterpret_cast used between related classes | Tor Lillqvist | 1 | -1/+1 |
2011-10-10 | callcatcher: remove some unused code | Caolán McNamara | 2 | -33/+0 |
2011-10-07 | n#685123: Undo corrupting the document. | Muthu Subramanian | 1 | -5/+11 |
2011-10-07 | cppcheck scope reduction in sd/... CustomAnimationList.cxx | Pierre-André Jacquod | 1 | -2/+2 |
2011-10-07 | cppcheck reduce scope of var in sd/ pptin.cxx | Pierre-André Jacquod | 1 | -2/+2 |
2011-10-05 | simplfy dmake to gbuild bridgefile | Bjoern Michaelsen | 1 | -40/+1 |
2011-10-04 | adapt sd unittests to separate RdbTarget makefile requirement | Bjoern Michaelsen | 3 | -7/+37 |
2011-10-04 | fix doubling of one page when range is empty and incorrect selection page | Ivan Timofeev | 1 | -12/+23 |
2011-10-03 | drop voids and constify GetCurrentPageIndex | Caolán McNamara | 1 | -42/+42 |
2011-10-03 | remove unused and dead code in DocumentRenderer.cxx | Ivan Timofeev | 1 | -91/+5 |
2011-10-03 | migrate to StringRangeEnumerator in Draw | Ivan Timofeev | 1 | -51/+78 |
2011-09-30 | add mode-lines to .m files and last round of merged files, etc. | Caolán McNamara | 33 | -0/+98 |
2011-09-27 | add GetParentDialog to VCL's Window, and remove DLGWIN & cut/paste | Michael Meeks | 1 | -8/+0 |
2011-09-26 | move OCX_Control ( and subclasses ) and OCX control export to oox | Noel Power | 6 | -18/+23 |
2011-09-26 | Fixed DBG_ASSERT broken by recent commit. | Stephan Bergmann | 1 | -1/+1 |
2011-09-26 | more post colortable cleanup | Michael Meeks | 1 | -1/+1 |
2011-09-24 | re-factor XPropertyList derivatives to use a rtl::Reference | Michael Meeks | 25 | -139/+94 |
2011-09-23 | Fix comment to reference the right bugtracker. | Jan Holesovsky | 1 | -1/+1 |
2011-09-22 | Fix #i118456# make sure TextEdit changes get pushed to model | Armin Le Grand | 1 | -0/+12 |
2011-09-22 | just silence the auto_ptr deprecations in isolation | Caolán McNamara | 23 | -27/+81 |
2011-09-21 | OSL_TRACE: Remove trailing newlines | Thomas Arnhold | 5 | -18/+18 |
2011-09-17 | fdo#38391: don't crash while dropping texture | Ivan Timofeev | 1 | -1/+1 |
2011-09-16 | Simplified setting headless mode for smoke-/subsequenttetss. | Stephan Bergmann | 1 | -1/+0 |
2011-09-14 | Fix of localised template name problems in Impress part 1 | Peter Rabi | 3 | -2/+77 |
2011-09-13 | remove this TODO created in 2000 | Julien Nabet | 1 | -15/+0 |
2011-09-12 | sb140: #i113503# mixing system CppUnit and OOo STLport does not work, backed ... | Stephan Bergmann | 1 | -2/+6 |
2011-09-11 | Initial DocumentSettingsSerializer implementation | Michael Meeks | 1 | -19/+139 |
2011-09-11 | initial DocumentSettingsSerializer interface impl. | Michael Meeks | 2 | -2/+32 |
2011-09-11 | add XPropertyList enum, factory, and associated cleanup | Michael Meeks | 1 | -212/+131 |
2011-09-09 | convert the last of sd's ByteStrings to rtl::OString[Buffer] | Caolán McNamara | 4 | -7/+13 |