summaryrefslogtreecommitdiff
path: root/sd/source
AgeCommit message (Expand)AuthorFilesLines
2016-11-22remove some more global OUStringsNoel Grandin5-16/+4
2016-11-21convert inventorId to scoped enumNoel Grandin49-143/+145
2016-11-21Kill the AutoPilotPresentations UNO commandGabor Kelemen1-25/+0
2016-11-21new loplugin datamembershadowNoel Grandin3-11/+1
2016-11-18sd: assert SfxPoolItem::operator==Michael Stahl1-15/+10
2016-11-18Avoid division by zeroStephan Bergmann1-2/+2
2016-11-18includes should be at the top of the fileNoel Grandin6-21/+16
2016-11-17tdf#103950 Undo does not revert bundled font size changes for table cellsNoel Grandin3-1/+12
2016-11-17loplugin:unusedfieldsNoel Grandin6-19/+12
2016-11-17loplugin:datamembershadow in StyleSheetUndoActionNoel Grandin2-10/+2
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin2-2/+2
2016-11-16new loplugin finalprotectedNoel Grandin1-2/+1
2016-11-15replace explicit delete and simplifyDavid Tardon1-9/+3
2016-11-15Replace some trivial Sfx*Item derivations with make* functionsStephan Bergmann2-38/+38
2016-11-14warning C4701: potentially uninitialized local variable 'pPV' usedNoel Grandin1-1/+1
2016-11-14coverity#703927 Unchecked return valueCaolán McNamara9-37/+33
2016-11-13loplugin:unnecessaryoverrideCaolán McNamara2-13/+2
2016-11-13drop extra semicolonsDavid Tardon2-2/+2
2016-11-13drop useless semicolonsDavid Tardon1-2/+2
2016-11-11tdf#98059 Don't replace existing objects when inserting mediaSamuel Mehrbrodt1-6/+0
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin7-33/+34
2016-11-10Wrap pointer to dialog with VclPtrTakeshi Abe2-6/+12
2016-11-09tdf#103756 - CTRL+Z not working to undo changes performed through NavigatorNoel Grandin2-2/+26
2016-11-09make comphelper::containerToSequence a little smarterNoel Grandin1-1/+1
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 McNamara10-160/+43
2016-11-07loplugin:unnecessaryvirtual in sd..sdextNoel Grandin11-21/+20
2016-11-05Reverts a commit series that cripple windows ci.Norbert Thiebaud10-43/+160
2016-11-04unify color selectorsCaolán McNamara10-160/+43
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-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin4-12/+2
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara34-64/+56
2016-10-28tdf#98587 Inconsistency menu/shortcut for layer visibilityUlrich Gemkow1-0/+1
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin5-23/+18
2016-10-28loplugin:expandablemethods in sdNoel Grandin48-365/+139
2016-10-27make the AbstractDialog stuff extend from VclReferenceBaseNoel Grandin3-71/+71
2016-10-26fix leak in HeaderFooterTabPage seen examining coverity#1371205Caolán McNamara1-15/+20