summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdopath.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-10-23loplugin:includeform: svxStephan Bergmann1-2/+2
2017-10-04simplify memory management in ImpXPolyPolygonNoel Grandin1-7/+7
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-19/+19
2017-09-23ofz#3467 mul and div are the sameCaolán McNamara1-0/+2
2017-09-10Fix double free since 030273e2e28ef9c4d2118ca3851c64498dfe000aTakeshi Abe1-5/+0
2017-09-08clean up SdrDragStatNoel Grandin1-2/+2
2017-09-02svx: Simplify code with std::unique_ptrTakeshi Abe1-19/+5
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-16/+16
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-19/+19
2017-07-27loplugin:constparams in svxNoel Grandin1-14/+14
2017-07-21migrate to boost::gettextCaolán McNamara1-13/+13
2017-06-27loplugin:oncevar in svxNoel Grandin1-2/+1
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-16/+7
2017-06-05Improved loplugin:cstylecast to reference types: svxStephan Bergmann1-2/+2
2017-05-05loplugin:checkunusedparams in svx(part3)Noel Grandin1-11/+3
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin1-1/+1
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-9/+9
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-1/+1
2017-02-04tdf#105656 only delete path if less than 2 pointsRegina Henschel1-1/+1
2017-01-23tdf#105266 Make LIGHTEN and DARKEN follow MS specificationRegina Henschel1-1/+1
2016-12-07convert PolyFlags to scoped enumNoel Grandin1-31/+31
2016-11-21convert inventorId to scoped enumNoel Grandin1-7/+16
2016-10-05loplugin:unnecessaryoverride in svxNoel Grandin1-6/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-4/+4
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin1-1/+1
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-6/+6
2016-08-19convert SdrUserCallType to scoped enumNoel Grandin1-2/+2
2016-08-19convert SdrCreateCmd to scoped enumNoel Grandin1-9/+9
2016-08-17convert XPolyFlags to scoped enumNoel Grandin1-31/+31
2016-06-28loplugin:singlevalfields in svxNoel Grandin1-7/+4
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin1-1/+1
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin1-2/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-1/+1
2016-04-11loplugin:constantparamNoel Grandin1-3/+3
2016-03-17loplugin:constantparam in svxNoel Grandin1-3/+3
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-30svx: PntAnz -> PointCountMiklos Vajna1-2/+2
2016-01-14loplugin:unusedmethods unused return value in svxNoel Grandin1-14/+10
2016-01-11svx: SdrDragStat::GetPointAnz() -> GetPointCount()Miklos Vajna1-2/+2
2015-11-12Namespace cleanup and disambiguationAshod Nakashian1-7/+7
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-32/+32
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+6
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin1-1/+1
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-12/+12
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-15/+15