summaryrefslogtreecommitdiff
path: root/svx/source/xoutdev/xattr.cxx
AgeCommit message (Expand)Author
2016-11-16make the element names in dumpAsXml match the class namesNoel Grandin
2016-10-20loplugin:expandablemethodds in svxNoel Grandin
2016-10-05loplugin:unnecessaryoverride in svxNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-03add more dumpAsXml()Noel Grandin
2016-10-01Fix typosAndrea Gelmini
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara
2016-08-17convert XPropertyListType to scoped enumNoel Grandin
2016-08-15tdf#100782 have XPropertyList hold unique_ptrJochen Nitschke
2016-06-10Clean up uses of Any::getValue() in svxStephan Bergmann
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann
2016-03-12Remove some unused include stdio (svx)Julien Nabet
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2016-01-13loplugin:unusedmethods unused return value in include/svlNoel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10XDash: salu_uIntPtr to sal_uInt32Matteo Casalin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-31com::sun::star->css in svxNoel Grandin
2015-06-15cppcheck: variableScopeCaolán McNamara
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-12TyposJulien Nabet
2015-01-14fdo#39440 svx: reduce scope of local variablesMichael Weghorn
2015-01-07Factor out XFillBitmapItem::dumpAsXml() from swMiklos Vajna
2015-01-06Factor out XFillColorItem::dumpAsXml() from swMiklos Vajna
2015-01-05Factor out XFillStyleItem::dumpAsXml() from swMiklos Vajna
2014-12-18svx: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
2014-12-11fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
2014-11-30fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
2014-11-23fdo#85486 - Clean up unnecessary enumerations from xenum.hxxRadu Ioan
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-08-04prevent memory leakMarkus Mohrhard
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin
2014-07-19XFillStyle -> css::drawing::FillStyleMiklos Vajna
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-16unused XGradient::VclGradientMiklos Vajna
2014-05-13unused XFillStyleItem ctorMiklos Vajna
2014-05-10coverity#984153 Uninitialized scalar fieldCaolán McNamara
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist