summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Expand)AuthorFilesLines
2016-11-15replace explicit delete and simplifyDavid Tardon1-9/+3
2016-11-15Replace some trivial Sfx*Item derivations with make* functionsStephan Bergmann4-80/+66
2016-11-15Fix typosSamuel Mehrbrodt1-1/+1
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-12Sd test: use binary mode to dump shapes to avoid Windows line endingsTamás Zolnai1-1/+1
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-10'make screenshot' use-after-free fixesStephan Bergmann1-3/+3
2016-11-10'make screenshot' loplugin fixesStephan Bergmann1-2/+2
2016-11-10tdf#103792: No placeholder text imported for empty title shapeTamás Zolnai2-0/+20
2016-11-10tdf#103826 Missing master page pane context menus in DrawMaxim Monastirsky3-0/+38
2016-11-10Adapt sd.screenshotStephan Bergmann1-1/+0
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 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