summaryrefslogtreecommitdiff
path: root/editeng/source/items/paraitem.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-13clang-tidy modernize-use-equals-default in editengJochen Nitschke1-7/+0
2017-11-12use copy constructor to clone PoolItemsJochen Nitschke1-5/+5
2017-10-24loplugin:implicitboolconversionStephan Bergmann1-1/+1
2017-09-29rename SvxTabStop::IsEqual to operator==Noel Grandin1-1/+1
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-08-07Removing unused SfxItemPool serialisation from editengVarun Dhall1-221/+0
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara1-14/+14
2017-07-21de-hrc various thingsCaolán McNamara1-2/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-40/+47
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann1-1/+1
2017-05-19loplugin:stringcopy: editengStephan Bergmann1-1/+1
2017-04-03tdf#39468 Translate German commentsJens Carl1-2/+2
2017-03-18remove EE_RESSTR preprocessor abuseBjoern Michaelsen1-21/+21
2017-03-08convert SvxAdjust to scoped enumNoel Grandin1-15/+10
2017-03-03remove unused CreateDefault methodsNoel Grandin1-4/+0
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2016-11-18editeng: assert SfxPoolItem::operator==Michael Stahl1-6/+6
2016-10-01Fix typosAndrea Gelmini1-1/+1
2016-09-21convert SfxItemPresentation to scoped enumNoel Grandin1-11/+11
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-21/+21
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin1-18/+18
2016-08-17convert SvxLineSpace to scoped enumNoel Grandin1-14/+14
2016-08-17convert SvxInterLineSpaceRule to scoped enumNoel Grandin1-13/+13
2016-08-17convert SvxSpecialLineSpace to scoped enumNoel Grandin1-16/+28
2016-06-10Convert SvxPraVertAlignItem::Align to scoped enumNoel Grandin1-11/+11
2016-05-25Fix typosAndrea Gelmini1-1/+1
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-2/+1
2016-03-07loplugin:unuseddefaultparam in editengNoel Grandin1-3/+3
2016-03-03loplugin:unuseddefaultparams in editengNoel Grandin1-4/+3
2016-02-09Remove excess newlinesChris Sherlock1-50/+0
2016-01-22new loplugin sfxpoolitemNoel Grandin1-0/+8
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-14/+13
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-6/+6
2015-09-13editeng: com::sun::star->cssNoel Grandin1-5/+5
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-1/+1
2015-07-16loplugin:unusedmethods editengNoel Grandin1-17/+0
2015-06-10Remove unnecessary Bool2AnyStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-9/+9
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-1/+1
2015-01-16remove unnecessary parenthesesNoel Grandin1-18/+18
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-3/+3
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-01loplugin: cstylecastNoel Grandin1-14/+15
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteSCharNoel Grandin1-14/+14
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-4/+4
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin1-150/+50