summaryrefslogtreecommitdiffstats
path: root/sd
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethods unused return typesNoel Grandin2016-11-031-3/+0
* remove pParentFrame from SfxFrameNoel Grandin2016-11-034-5/+5
* loplugin:singlevalfieldsNoel Grandin2016-11-024-77/+4
* loplugin:unusedfieldsNoel Grandin2016-11-021-7/+0
* style fixes for cppcheck noExplicitConstructorJochen Nitschke2016-11-013-4/+4
* loplugin:oncevar in sd..svgioNoel Grandin2016-11-016-60/+29
* tdf#103334 - EDITING: Undo on bullet point styleNoel Grandin2016-10-311-1/+2
* cppcheck unreadVariable: nCountJochen Nitschke2016-10-301-2/+0
* cppcheck unreadVariable: nJochen Nitschke2016-10-301-2/+0
* tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl2016-10-301-1/+1
* HiDPI: remove more unneeded scaling of iconsTomaž Vajngerl2016-10-291-3/+0
* tdf#103473: Ensure positive rectangle sizeMike Kaganski2016-10-292-0/+18
* update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin2016-10-284-12/+2
* sd: fix loplugin:cppunitassertequals warningsMiklos Vajna2016-10-284-9/+9
* ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara2016-10-2835-64/+82
* tdf#98587 Inconsistency menu/shortcut for layer visibilityUlrich Gemkow2016-10-281-0/+1
* convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin2016-10-286-24/+19
* loplugin:expandablemethods in sdNoel Grandin2016-10-2850-368/+139
* make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin2016-10-274-95/+95
* fix leak in HeaderFooterTabPage seen examining coverity#1371205Caolán McNamara2016-10-261-15/+20
* assemble SfxStyleFamilies from more generic resource componentsCaolán McNamara2016-10-266-55/+71
* tdf#96948 Change color of the area behind Impress slide immediatelyTakeshi Abe2016-10-269-29/+66
* fix path in READMEDavid Tardon2016-10-251-1/+1
* Calculate size of embedded Impress document properlyStephan Bergmann2016-10-241-1/+1
* loplugin:countusersofdefaultparams in sd..slideshowNoel Grandin2016-10-2415-26/+26
* Fix grammarSamuel Mehrbrodt2016-10-212-2/+2
* tdf#95387 UI: "Custom Animation" probably should be called just "Animation"giacco2016-10-213-6/+6
* tdf#103170 Heikobar: Add it to ImpressYousuf Philips2016-10-212-0/+1893
* tdf#95387 UI: "Custom Animation" probably should be called just "Animation"giacco2016-10-201-1/+1
* add dumpAsXmlEditDocNoel Grandin2016-10-201-0/+3
* loplugin:expandablemethodds in scaddins..sdextNoel Grandin2016-10-2011-38/+6
* '>>=' with rhs Any is a copy assignmentJochen Nitschke2016-10-191-1/+1
* tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot2016-10-192-0/+2
* tdf#103264 Missing case for SID_SAVE_BACKGROUNDMaxim Monastirsky2016-10-191-0/+1
* use early returns in View::OnEndPasteOrDropNoel Grandin2016-10-191-17/+18
* tdf#103083 - EDITING: Cut and Paste changes bullet point formattingNoel Grandin2016-10-193-36/+1009
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-182-2/+2
* tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek2016-10-182-2/+2
* loplugin:unusedmethodsNoel Grandin2016-10-182-13/+0
* replace <<= with assign for <<= with rhs AnyJochen Nitschke2016-10-171-2/+2
* tdf#95416: Get rid of #include ../foo/bar.hxx style includesArnold Dumas2016-10-1710-32/+32
* clang-cl loplugin: sdStephan Bergmann2016-10-165-12/+14
* tdf#95416 Get rid of #include ../foo/bar.hxx style includesDilek Uzulmez2016-10-1612-12/+12
* Use UNO registration for font name toolbox controlMaxim Monastirsky2016-10-151-1/+0
* rename sd::Outliner to SdOutlinerNoel Grandin2016-10-1424-220/+221
* pass params to Outliner LINK callbacks on stackNoel Grandin2016-10-135-36/+33
* convert SvxPageUsage to scoped enumNoel Grandin2016-10-131-1/+1
* convert impress/draw navigator to .uiCaolán McNamara2016-10-1216-438/+316
* convert IDET flags to typed_flagsNoel Grandin2016-10-124-44/+52
* convert STLPropertyState constants to scoped enumNoel Grandin2016-10-124-82/+84