summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdograf.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-04-14loplugin:passstuffbyref in svxNoel Grandin1-1/+1
2016-03-09loplugin:constantparam in svxNoel Grandin1-2/+2
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-14loplugin:unusedmethods unused return value in svxNoel Grandin1-1/+1
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin1-2/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-30/+30
2015-10-31com::sun::star->css in svxNoel Grandin1-5/+5
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-16boost->stdCaolán McNamara1-3/+3
2015-08-26convert Link to TypedNoel Grandin1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-27cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin1-2/+2
2015-05-06convert BMP_MIRROR constants to scoped enumNoel Grandin1-1/+1
2015-04-29convert SDRGRAPHOBJ constants to scoped enumNoel Grandin1-5/+5
2015-04-29convert SDR_SWAPGRAPHICS constants to scoped enumNoel Grandin1-3/+3
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-5/+5
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-7/+7
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks1-1/+1
2015-04-10Fix OutputDevice members / stack allocation: svx.Michael Meeks1-5/+5
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-24convert sfxlink to enum classNoel Grandin1-1/+1
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-1/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-9/+5
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-08Copying linked graphic between components is brokenZolnai Tamás1-1/+1
2014-12-03Linked graphic is not displayedZolnai Tamás1-0/+1
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan1-1/+1
2014-11-22fdo#86573: Impress does not show pictures anymoreZolnai Tamás1-2/+10
2014-11-17-Werror,-Wunused-variableStephan Bergmann1-2/+0
2014-11-16Logically dead code related to embedded stream name in SwGrfNode\SdrGrafObjZolnai Tamás1-18/+2
2014-11-16Related fdo#82953: Forget package URL of image after it is loadedZolnai Tamás1-1/+1
2014-11-10callcatcher: unused codeCaolán McNamara1-5/+0
2014-11-07Make SetSwapState() an internal methodZolnai Tamás1-8/+0
2014-11-04Rename aRect -> maRect for a member variable.Kohei Yoshida1-8/+8
2014-11-04rename nWink->nAngleNoel Grandin1-4/+4
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-3/+3
2014-10-23Fraction: Revert "just check if the fraction is < 0"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-1/+1
2014-10-21nShearWink -> nShearAngleMiklos Vajna1-2/+2
2014-10-20loplugin: cstylecastNoel Grandin1-16/+16
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-1/+1
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna1-8/+8
2014-10-14just check if the fraction is < 0David Tardon1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-3/+3