summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2016-11-08simplify mark points and gluepoints managementCaolán McNamara1-40/+27
2016-11-08no need to use endsWithAsciiL like this anymoreNoel Grandin1-11/+9
2016-11-08coverity#1394269 Uncaught exceptionCaolán McNamara2-6/+4
2016-11-07Revert "Reverts a commit series that cripple windows ci."Caolán McNamara15-172/+49
2016-11-07style fix for cppcheck redundantConditionJochen Nitschke1-1/+1
2016-11-07officecfg: add .uno:SignPDF labelMiklos Vajna2-2/+12
2016-11-07loplugin:unnecessaryvirtual in sd..sdextNoel Grandin14-27/+26
2016-11-07oox: exporting the block arc as its corresponding drawingml preset shape.Mark Hung1-0/+4
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud15-49/+172
2016-11-04unify color selectorsCaolán McNamara15-172/+49
2016-11-04tdf#91222 VclBuilder constructor cleanupmelikeyurtoglu5-44/+5
2016-11-03loplugin:unusedmethods unused return typesNoel Grandin1-3/+0
2016-11-03remove pParentFrame from SfxFrameNoel Grandin4-5/+5
2016-11-02loplugin:singlevalfieldsNoel Grandin4-77/+4
2016-11-02loplugin:unusedfieldsNoel Grandin1-7/+0
2016-11-01style fixes for cppcheck noExplicitConstructorJochen Nitschke3-4/+4
2016-11-01loplugin:oncevar in sd..svgioNoel Grandin6-60/+29
2016-10-31tdf#103334 - EDITING: Undo on bullet point styleNoel Grandin1-1/+2
2016-10-30cppcheck unreadVariable: nCountJochen Nitschke1-2/+0
2016-10-30cppcheck unreadVariable: nJochen Nitschke1-2/+0
2016-10-30tdf#95014 initial support for 32 px icons in toolbarTomaž Vajngerl1-1/+1
2016-10-29HiDPI: remove more unneeded scaling of iconsTomaž Vajngerl1-3/+0
2016-10-29tdf#103473: Ensure positive rectangle sizeMike Kaganski2-0/+18
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin4-12/+2
2016-10-28sd: fix loplugin:cppunitassertequals warningsMiklos Vajna4-9/+9
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara35-64/+82
2016-10-28tdf#98587 Inconsistency menu/shortcut for layer visibilityUlrich Gemkow1-0/+1
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin6-24/+19
2016-10-28loplugin:expandablemethods in sdNoel Grandin50-368/+139
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin4-95/+95
2016-10-26fix leak in HeaderFooterTabPage seen examining coverity#1371205Caolán McNamara1-15/+20
2016-10-26assemble SfxStyleFamilies from more generic resource componentsCaolán McNamara6-55/+71
2016-10-26tdf#96948 Change color of the area behind Impress slide immediatelyTakeshi Abe9-29/+66
2016-10-25fix path in READMEDavid Tardon1-1/+1
2016-10-24Calculate size of embedded Impress document properlyStephan Bergmann1-1/+1
2016-10-24loplugin:countusersofdefaultparams in sd..slideshowNoel Grandin15-26/+26
2016-10-21Fix grammarSamuel Mehrbrodt2-2/+2
2016-10-21tdf#95387 UI: "Custom Animation" probably should be called just "Animation"giacco3-6/+6
2016-10-21tdf#103170 Heikobar: Add it to ImpressYousuf Philips2-0/+1893
2016-10-20tdf#95387 UI: "Custom Animation" probably should be called just "Animation"giacco1-1/+1
2016-10-20add dumpAsXmlEditDocNoel Grandin1-0/+3
2016-10-20loplugin:expandablemethodds in scaddins..sdextNoel Grandin11-38/+6
2016-10-19'>>=' with rhs Any is a copy assignmentJochen Nitschke1-1/+1
2016-10-19tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot2-0/+2
2016-10-19tdf#103264 Missing case for SID_SAVE_BACKGROUNDMaxim Monastirsky1-0/+1
2016-10-19use early returns in View::OnEndPasteOrDropNoel Grandin1-17/+18
2016-10-19tdf#103083 - EDITING: Cut and Paste changes bullet point formattingNoel Grandin3-36/+1009
2016-10-18replace <<= with assign for <<= with rhs AnyJochen Nitschke2-2/+2
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek2-2/+2
2016-10-18loplugin:unusedmethodsNoel Grandin2-13/+0