summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Expand)AuthorAgeFilesLines
...
* return and use std::vector from OInterfaceContainerHelperNoel Grandin2015-06-291-6/+5
* coverity#1308556 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* coverity#1308551 Uncaught exceptionCaolán McNamara2015-06-284-4/+4
* coverity#1308545 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* coverity#1308544 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* coverity#1308537 Uncaught exceptionCaolán McNamara2015-06-281-2/+2
* coverity#1308536 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* coverity#1308533 Uncaught exceptionCaolán McNamara2015-06-284-4/+4
* coverity#1308525 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* coverity#1308524 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* coverity#1308519 Uncaught exceptionCaolán McNamara2015-06-282-4/+4
* coverity#1308515 Uncaught exceptionCaolán McNamara2015-06-282-2/+2
* tdf#91857 Minor fixes to impress's and calc's reorganized menusYousuf Philips2015-06-281-7/+13
* tdf#84909 Hide rename master slide button in toolbarYousuf Philips2015-06-282-1/+2
* Fix typosAndrea Gelmini2015-06-281-1/+1
* Fix typosAndrea Gelmini2015-06-281-1/+1
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-265-11/+9
* tdf#87905: Use darker background colour for master viewKatarina Behrens2015-06-264-7/+20
* implement equalize width and height for impress/drawCaolán McNamara2015-06-254-4/+38
* tdf#91378-Empty Custom Properties are lost while saving in .pptx formatHeena Gupta2015-06-252-0/+22
* loplugin:stringconstant: Flag more inefficienciesStephan Bergmann2015-06-252-3/+3
* Get rid of comphelper::string::is*Ascii functionsStephan Bergmann2015-06-241-3/+2
* Revert "Typo: readd -> read"Andras Timar2015-06-231-1/+1
* allow slide design to affect multiple standard pagesCaolán McNamara2015-06-231-28/+66
* Drop duplicate #includesTakeshi Abe2015-06-232-3/+0
* rendercontext: Mass fix of using the wrong size.Jan Holesovsky2015-06-232-3/+3
* Fix typosAndrea Gelmini2015-06-222-2/+2
* Fix typosAndrea Gelmini2015-06-211-1/+1
* tdf#84909 Additional tweaks to the standard, draw and text toolbarsYousuf Philips2015-06-204-42/+65
* LOK: return used format in Document::getTextSelection()Miklos Vajna2015-06-195-7/+12
* rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky2015-06-191-1/+1
* sd::ViewShell::GetTextSelection: fix text/richtext handlingMiklos Vajna2015-06-192-0/+9
* loplugin:passstuffbyrefNoel Grandin2015-06-192-2/+3
* sd: implement getTextSelection() in SdXImpressDocumentMiklos Vajna2015-06-195-0/+85
* Fix typosAndrea Gelmini2015-06-182-2/+2
* Bugfix test for tdf#88295Katarina Behrens2015-06-182-0/+19
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-173-5/+5
* Some missing SolarMutexGuard around VclPtr acquire/releaseStephan Bergmann2015-06-171-0/+3
* loplugin:cstylecastStephan Bergmann2015-06-171-1/+1
* Use template function to reduce copy'n'pasta codeKatarina Behrens2015-06-161-34/+31
* tdf#91909 Uno commands for slide navigation and sortingPhilippe Jung2015-06-1614-2/+764
* tdf#91887 handle LOK_MOUSEEVENT_MOUSEMOVE in SdXImpressDocumentMiklos Vajna2015-06-163-0/+18
* Fix typosAndrea Gelmini2015-06-163-3/+3
* Fix typosAndrea Gelmini2015-06-162-2/+2
* Fix typosAndrea Gelmini2015-06-161-1/+1
* Fix typosAndrea Gelmini2015-06-163-4/+4
* Fix typosAndrea Gelmini2015-06-161-1/+1
* tdf#91001 Fix inc/dec font for complex selectionsMaxim Monastirsky2015-06-151-13/+2
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-155-18/+8
* cppcheck:unreadVariableNoel Grandin2015-06-152-4/+1