summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
AgeCommit message (Expand)AuthorFilesLines
2016-09-01loplugin:countusersofdefaultparamsNoel Grandin1-3/+3
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (svx)Stephan Bergmann1-2/+2
2016-08-30convert RECT_POINT to scoped enumNoel Grandin1-21/+21
2016-08-24convert ShapeProperty to scoped enumNoel Grandin2-4/+4
2016-08-23convert SdrIterMode to scoped enumNoel Grandin1-1/+1
2016-08-22convert SdrHintKind to scoped enumNoel Grandin5-23/+23
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara2-20/+20
2016-08-19drop enum SvxViewHint::HintTypeNoel Grandin1-8/+3
2016-08-19convert SdrObjListKind to scoped enumNoel Grandin1-3/+3
2016-08-19convert SdrRepeatFunc to scoped enumNoel Grandin1-1/+1
2016-08-17convert SvXMLGraphicHelperMode to scoped enumNoel Grandin1-1/+1
2016-08-17convert XPropertyListType to scoped enumNoel Grandin1-1/+1
2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke3-53/+50
2016-07-27formally->formerlyCaolán McNamara1-1/+1
2016-07-18dynamic_cast followed by static_cast and elide some casts when possibleCaolán McNamara1-7/+3
2016-07-15Improve loplugin:unnecessaryoverrideStephan Bergmann2-61/+0
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-29move #includes to top of fileNoel Grandin1-13/+10
2016-06-27loplugin:singlevalfields in svx(part2)Noel Grandin1-7/+1
2016-06-15Resolves: tdf#91603 if we cancel/discard recovery dialog, continue as normalCaolán McNamara1-7/+15
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin2-2/+2
2016-06-10Clean up uses of Any::getValue() in svxStephan Bergmann3-20/+19
2016-06-10dispose of ImplEscherExSdr correctlyNoel Grandin1-10/+10
2016-06-08tdf#96099 Remove various smart pointer typedefsMark Page2-4/+4
2016-06-08Apparently a copy/paste typoStephan Bergmann1-1/+1
2016-06-07tdf#89329: use unique_ptr for pImpl in unoshapeXisco Fauli1-3/+0
2016-06-07Any::getValue always returns non-nullStephan Bergmann1-12/+9
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin1-6/+2
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin2-2/+2
2016-05-30Some clean up of uses of css::uno::Any::setValueStephan Bergmann1-1/+1
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin3-3/+3
2016-05-27tdf#34465 remove calls to SfxItemSet::Put(const SfxPoolItem&, sal_uInt16)Noel Grandin2-9/+10
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin1-4/+4
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin1-2/+2
2016-05-04use Any constructor instead of temporariesNoel Grandin3-29/+9
2016-05-02use unique_ptrDavid Tardon2-13/+7
2016-05-01Fix typosAndrea Gelmini1-1/+1
2016-04-28loplugin:stylepoliceNoel Grandin1-2/+2
2016-04-27-Werror,-WvarargsStephan Bergmann2-114/+114
2016-04-26tdf#98163 Flush ressources at CustomShapes during importArmin Le Grand1-0/+18
2016-04-21new plugin stylepoliceNoel Grandin2-7/+7
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann9-34/+34
2016-04-18Avoid reserved identifierStephan Bergmann1-2/+2
2016-04-18Avoid reserved identifier (_CreateShape -> CreateShape)Stephan Bergmann1-2/+2
2016-04-18Avoid reserved identifier (_CreateSdrObject -> CreateSdrObject_)Stephan Bergmann3-4/+4
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin4-22/+14
2016-04-18clean-up: unused using declarations and includesJochen Nitschke3-6/+0
2016-04-12Remove INTERFACE_TYPE macro in svx + 1 OUString ctr callJulien Nabet1-4/+1
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke1-2/+0