summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdopath.cxx
AgeCommit message (Expand)Author
2017-05-05loplugin:checkunusedparams in svx(part3)Noel Grandin
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin
2017-02-04tdf#105656 only delete path if less than 2 pointsRegina Henschel
2017-01-23tdf#105266 Make LIGHTEN and DARKEN follow MS specificationRegina Henschel
2016-12-07convert PolyFlags to scoped enumNoel Grandin
2016-11-21convert inventorId to scoped enumNoel Grandin
2016-10-05loplugin:unnecessaryoverride in svxNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-08-23convert SdrHdlKind to scoped enumNoel Grandin
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-08-19convert SdrUserCallType to scoped enumNoel Grandin
2016-08-19convert SdrCreateCmd to scoped enumNoel Grandin
2016-08-17convert XPolyFlags to scoped enumNoel Grandin
2016-06-28loplugin:singlevalfields in svxNoel Grandin
2016-06-12convert DBG_ASSERT(false, to SAL_WARN(Noel Grandin
2016-05-12clang-tidy modernize-loop-convert in svxNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-11loplugin:constantparamNoel Grandin
2016-03-17loplugin:constantparam in svxNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-30svx: PntAnz -> PointCountMiklos Vajna
2016-01-14loplugin:unusedmethods unused return value in svxNoel Grandin
2016-01-11svx: SdrDragStat::GetPointAnz() -> GetPointCount()Miklos Vajna
2015-11-12Namespace cleanup and disambiguationAshod Nakashian
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht
2015-05-29loplugin:loopvartoosmallNoel Grandin
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-23loplugin:staticmethodsNoel Grandin
2015-04-23svx: nPolyAnz -> nPolyCountMiklos Vajna
2015-04-21svx: nPtAnz -> nPointCountMiklos Vajna
2015-04-17svx: nPntAnz -> nPointCountMiklos Vajna
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-08svx: nAnz -> nCountMiklos Vajna
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-04Rename aRect -> maRect for a member variable.Kohei Yoshida
2014-11-04rename nWink->nAngleNoel Grandin
2014-11-04some random renaming of Wink fields -> AngleNoel Grandin
2014-11-04rename nWink1->nAngle1Noel Grandin
2014-11-04rename TakeWinkStr->TakeAngleStrNoel Grandin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-21nShearWink -> nShearAngleMiklos Vajna