summaryrefslogtreecommitdiff
path: root/svx/source/unodraw
AgeCommit message (Expand)AuthorFilesLines
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-2/+2
2015-05-18VclPtr: fix recovery dialogs asserts on exitCaolán McNamara1-2/+2
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini1-1/+1
2015-05-15convert META_*_ACTION constants to scoped enumNoel Grandin1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-05-05typo: strech -> stretchAndras Timar1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann2-2/+2
2015-04-30Get rid of initial :: for the sdr namespaceTor Lillqvist2-4/+4
2015-04-30Get rid of initial :: for the svx namespaceTor Lillqvist3-10/+10
2015-04-29convert SDR*ALIGN constants to scoped enumNoel Grandin1-31/+20
2015-04-29convert SDRESC_ constants to scoped enumNoel Grandin1-14/+14
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks4-33/+33
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24loplugin:simplifyboolStephan Bergmann2-4/+4
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann2-3/+3
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-17svx: convert new to ::Create.Noel Grandin1-3/+3
2015-04-17svx: nPntAnz -> nPointCountMiklos Vajna1-4/+4
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-1/+1
2015-04-14tdf#89478: svx: ODF import: SvxBrushItem Graphics should override ColorMichael Stahl1-13/+14
2015-04-13loplugin:staticmethodsNoel Grandin1-7/+7
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks2-3/+3
2015-04-10second half of non-scriptable, Instance constructor conversion.Michael Meeks1-2/+2
2015-04-10vclptr: various mistakes fixed, and more ptr types converted.Michael Meeks1-1/+1
2015-04-10Fix OutputDevice members / stack allocation.Michael Meeks2-26/+26
2015-04-10vclwidget: fix more places that should be wrapping in VclPtrNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2-2/+2
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann2-3/+3
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann2-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann8-55/+56
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann3-10/+10
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2-9/+9
2015-03-26convert NUM_ constants to enum clasNoel Grandin1-1/+1
2015-03-25convert EE_CNTRL constants to enum classNoel Grandin1-2/+2
2015-03-20Typo: (O/o)veride(n)->(O/o)verride(n)Julien Nabet2-5/+5
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin1-1/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-4/+2
2015-03-09V801: Decreased performanceCaolán McNamara1-6/+3
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin2-2/+2
2015-02-17boost->stdCaolán McNamara1-13/+13
2015-02-12DBG_ASSERT->SAL_WARNCaolán McNamara1-9/+9
2015-02-12fdo#39468 translated german commentsDaniel Sikeler5-110/+109
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-37/+1
2015-01-20Some more loplugin:cstylecast: svxStephan Bergmann3-3/+3
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn4-26/+13
2015-01-08HACK to avoid empty page size/div by 0 in chart2 LegendWrapper::setPositionStephan Bergmann1-1/+1
2015-01-08Re-use aRectStephan Bergmann1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara2-4/+4
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann4-9/+8