summaryrefslogtreecommitdiff
path: root/editeng/source/items/paraitem.cxx
AgeCommit message (Expand)Author
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen
2020-01-09Improve loplugin:redundantcast for sal_Int... vs. ::sal_Int...Stephan Bergmann
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-06tdf#121658 Add option to not hyphenate words in CAPSSamuel Mehrbrodt
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin
2019-07-27Removed duplicated includeAndrea Gelmini
2019-07-27tdf#94395 Show paragraph style line spacing in organizer containsJim Raykowski
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-11-15loplugin:staticmethods in editengNoel Grandin
2018-10-09cppcheck: useInitializationList in editeng ...Jochen Nitschke
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-04Related: tdf#117245 editeng: cover tab stop items for sw doc model xml ...Miklos Vajna
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-29loplugin:unusedmethodsNoel Grandin
2018-01-15More loplugin:cstylecast: editengStephan Bergmann
2018-01-12More loplugin:cstylecast: editengStephan Bergmann
2017-12-13tools: remove unused #include from solar.hMichael Stahl
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann
2017-11-13clang-tidy modernize-use-equals-default in editengJochen Nitschke
2017-11-12use copy constructor to clone PoolItemsJochen Nitschke
2017-10-24loplugin:implicitboolconversionStephan Bergmann
2017-09-29rename SvxTabStop::IsEqual to operator==Noel Grandin
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-08-07Removing unused SfxItemPool serialisation from editengVarun Dhall
2017-07-31make IntlWrapper arg to GetPresentation non-implicit and non-optionalCaolán McNamara
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann
2017-05-19loplugin:stringcopy: editengStephan Bergmann
2017-04-03tdf#39468 Translate German commentsJens Carl
2017-03-18remove EE_RESSTR preprocessor abuseBjoern Michaelsen
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2017-03-03remove unused CreateDefault methodsNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2016-11-18editeng: assert SfxPoolItem::operator==Michael Stahl
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 SvxTabAdjust to scoped enumNoel Grandin
2016-08-17convert SvxLineSpace to scoped enumNoel Grandin
2016-08-17convert SvxInterLineSpaceRule to scoped enumNoel Grandin
2016-08-17convert SvxSpecialLineSpace to scoped enumNoel Grandin
2016-06-10Convert SvxPraVertAlignItem::Align to scoped enumNoel Grandin
2016-05-25Fix typosAndrea Gelmini