summaryrefslogtreecommitdiff
path: root/svx/source/svdraw
AgeCommit message (Expand)AuthorFilesLines
2015-12-22crashtesting: CreateShellID returns the mediums base url...Caolán McNamara3-26/+5
2015-12-21Use std::unique_ptr for the SdrPageProperties member of SdrPage.Kohei Yoshida1-12/+14
2015-12-19Use std::unique_ptr for mpViewContact member instance of SdrPage.Kohei Yoshida1-12/+12
2015-12-18Use std::unique_ptr for SdrLayerAdmin data member.Kohei Yoshida1-6/+16
2015-12-14tdf#96206: Avoid scaling objects while copying to clipboardMike Kaganski1-0/+1
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin14-95/+89
2015-11-26loplugin:unusedfields variousNoel Grandin2-2/+0
2015-11-25loplugin:unusedfields in include/svxNoel Grandin7-31/+9
2015-11-24tdf#95970: Don't loose mirroring in SdrTextObj::TRSetBaseGeometryMike Kaganski1-0/+13
2015-11-23loplugin:unusedfields in svx/Noel Grandin1-5/+1
2015-11-18svx: SdrLayerNameItem etc. missing Clone overridesMichael Stahl1-0/+9
2015-11-18svx: SdrEdgeNode1HorzDistItem etc. missing Clone overridesMichael Stahl1-0/+29
2015-11-13svx: loplugin:badstaticsMichael Stahl1-4/+1
2015-11-12tdf#90357 create correct undo actionArmin Le Grand1-0/+8
2015-11-12Namespace cleanup and disambiguationAshod Nakashian6-34/+34
2015-11-11-Werror,-Wunevaluated-expressionStephan Bergmann1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht30-118/+130
2015-11-11svx: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann66-1383/+1383
2015-11-09new loplugin: oncevarNoel Grandin1-24/+12
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-11/+11
2015-11-05_SdrItemBrowserControl: reuse BreakChangeEntry in EndChangeEntryMatteo Casalin1-12/+6
2015-11-05Use more proper integer typesMatteo Casalin1-23/+26
2015-11-05Expand some prefixes ('Brk' to 'Break', 'Beg' to 'Begin')Matteo Casalin1-6/+6
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin4-8/+7
2015-11-04loplugin:stringconstantNoel Grandin1-4/+1
2015-10-31com::sun::star->css in svxNoel Grandin18-115/+115
2015-10-23fix indent and simplify returns, no logic changeCaolán McNamara1-21/+21
2015-10-23afl-eventtesting: crash on undoing insert new page in impressCaolán McNamara1-2/+2
2015-10-23afl-eventtesting: crash seen on occasionCaolán McNamara1-4/+4
2015-10-22Visisble->VisibleCaolán McNamara1-10/+10
2015-10-22crashtesting+ubsan: kde170880-1.html ANISTOPINSIDE cast to StartInsideItemCaolán McNamara1-2/+2
2015-10-20loplugin:defaultparamsStephan Bergmann9-15/+14
2015-10-19loplugin:defaultparamsStephan Bergmann10-18/+18
2015-10-19afl-eventtesting: deref of null MarkedSdrObjCaolán McNamara1-1/+3
2015-10-19cleanup some local var declarationsNoel Grandin1-1/+1
2015-10-15calling IsSet() before Call() on Link<> is unnecessaryNoel Grandin1-1/+1
2015-10-14coverity#735879 Dereference after null checkCaolán McNamara1-2/+1
2015-10-14coverity#735880 Dereference after null checkCaolán McNamara1-2/+1
2015-10-14coverity#736826 Dereference before null checkCaolán McNamara1-6/+4
2015-10-14coverity#735877 Dereference after null checkCaolán McNamara1-1/+1
2015-10-14coverity#735878 Dereference after null checkCaolán McNamara1-1/+1
2015-10-14coverity#735879 Dereference after null checkCaolán McNamara1-1/+0
2015-10-14coverity#735880 Dereference after null checkCaolán McNamara1-1/+0
2015-10-13coverity#735874 Dereference after null checkCaolán McNamara1-3/+1
2015-10-13tdf#95002 sd tiled rendering: fix handling of images on page switchMiklos Vajna1-3/+2
2015-10-13remove some useless commentsNoel Grandin1-15/+0
2015-10-13cppcheck:variableScopeNoel Grandin1-3/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann6-85/+85
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2