summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdattr.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-02-21RGB_Color method is unnecessaryNoel Grandin1-1/+1
2018-02-19Related: tdf#114756 fix up similar casesCaolán McNamara1-11/+100
2018-02-19tdf#114756: fix connector dropdownJulien Nabet1-1/+9
2018-01-15More loplugin:cstylecast: svxStephan Bergmann1-25/+25
2018-01-12More loplugin:cstylecast: svxStephan Bergmann1-3/+3
2018-01-11loplugin:redundantcast: svxStephan Bergmann1-3/+3
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-16use implict conversion operator in TypedWhichIdNoel Grandin1-6/+6
2017-11-15TypedWhichIdNoel Grandin1-6/+6
2017-10-23loplugin:includeform: svxStephan Bergmann1-6/+6
2017-10-18svx: remove pointless duplicate SdrFitToSizeTypeMichael Stahl1-3/+3
2017-08-21drop pointless headersJochen Nitschke1-2/+0
2017-08-17drop unused SdrCustomShapeReplacementURLItemJochen Nitschke1-8/+0
2017-08-17drop unused SdrCustomShapeAdjustmentItemJochen Nitschke1-113/+0
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-17Removing unused serialisation codeVarun Dhall1-3/+2
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-08-14Removing unused SfxItemPool serialisation from svxVarun Dhall1-110/+0
2017-08-11Removing unused SfxItemPool serialisation from svxVarun Dhall1-82/+0
2017-08-04rename SIP_SA_EDGELINEDELTAANZ->SIP_SA_EDGELINEDELTACOUNTNoel Grandin1-2/+2
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-41/+30
2017-07-21migrate to boost::gettextCaolán McNamara1-216/+216
2017-07-11loplugin:useuniqueptr in scaddins..svxNoel Grandin1-1/+1
2017-05-12convert SdrLayerId to strong_intNoel Grandin1-1/+1
2017-04-15Introduce text rotation for Impress tablesTamás Zolnai1-0/+2
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-4/+4
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-4/+4
2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin1-12/+12
2017-02-15replace SdrMeasureTextVPos with css::drawing::MeasureTextVertPosCaolán McNamara1-2/+1
2017-02-15replace SdrMeasureTextHPos with css::drawing::MeasureTextHorzPosCaolán McNamara1-1/+1
2017-02-15coverity#1400530 Mixing enum typesCaolán McNamara1-1/+1
2016-12-26use std::vector instead of naked array in SfxItemPoolNoel Grandin1-190/+191
2016-12-07tdf#104405 Clone Formatting ignores vertical text alignmentNoel Grandin1-0/+8
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin1-28/+28
2016-09-09loplugin:constantparam in svxNoel Grandin1-1/+1
2016-09-04remove reimplementations of SfxItemPool::ReleaseDefaults()Jochen Nitschke1-17/+0
2016-08-24convert SdrFitToSizeType to scoped enumNoel Grandin1-2/+2
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-31/+31
2016-08-18convert SdrEdgeKind to scoped enumNoel Grandin1-10/+10
2016-06-09Resolves: tdf#93135 there is no SDRATTR_TEXT_AUTOGROWSIZE propertyCaolán McNamara1-2/+0
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl1-1/+1
2016-03-09remove unused NOT_POOLABLE enum valueNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-8/+0
2016-01-25svx: SdrEdgeLineDeltaAnzItem -> SdrEdgeLineDeltaCountItemMiklos Vajna1-1/+1
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin1-5/+3
2015-11-18svx: SdrLayerNameItem etc. missing Clone overridesMichael Stahl1-0/+9
2015-11-18svx: SdrEdgeNode1HorzDistItem etc. missing Clone overridesMichael Stahl1-0/+29
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-38/+95
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4