summaryrefslogtreecommitdiff
path: root/editeng/source/rtf/rtfitem.cxx
AgeCommit message (Expand)Author
2020-12-24custom literal for Degree10Noel Grandin
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-20use tools::Long in editengNoel
2020-04-14loplugin:flatten in editengNoel Grandin
2020-02-19related tdf#80194 editeng RTF: set automatic subscript for \subJustin Luth
2020-02-04rename Set/GetTextFirstLineOfst->Set/GetTextFirstLineOffsetNoel Grandin
2020-01-08tdf#96505:Get rid of cargo cult long integer literalsayhanyalcinsoy
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen
2019-10-21loplugin:virtualdead unused param in UnknownAttrTokenNoel Grandin
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski
2019-05-22New loplugin:dataStephan Bergmann
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
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-25loplugin:useuniqueptr in SvxRTFParserNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-08-14SvxCharSetColorItem can be removedNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-04-03tdf#93173: Remove arbitrary line spacing limitMike Kaganski
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-12Translate German variable namesJohnny_M
2018-01-20loplugin:unusedmethodsNoel Grandin
2018-01-12More loplugin:cstylecast: editengStephan Bergmann
2017-10-31loplugin:constantparam in editengNoel Grandin
2017-10-05editeng: fix assert about wrong EE_PARA_OUTLLEVEL itemMichael Stahl
2017-08-08loplugin:unusedmethodsNoel Grandin
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann
2017-06-23loplugin:unusedfields in desktop..editengNoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: editengStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-03-30tdf#39468 Translate German commentsJens Carl
2017-03-29loplugin:unusedmethodsNoel Grandin
2017-03-25Fix typosAndrea Gelmini
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin
2017-03-08convert SvxShadowLocation to scoped enumNoel Grandin
2017-03-08convert SvxCaseMap to scoped enumNoel Grandin
2017-03-08convert SvxAdjust to scoped enumNoel Grandin
2016-09-01use SfxItemPool::IsSlot instead of custom implementationJochen Nitschke
2016-08-17convert SvxTabAdjust to scoped enumNoel Grandin
2016-08-17convert SvxLineSpace to scoped enumNoel Grandin
2016-08-05loplugin:countusersofdefaultparams in editeng..fpickerNoel Grandin
2016-07-11Fix typosAndrea Gelmini
2016-06-10Convert SvxPraVertAlignItem::Align to scoped enumNoel Grandin
2016-05-30editeng: rename misleading SvxBoxItem::GetDistance()/SetDistance()Michael Stahl
2016-05-30Convert FontRelief to scoped enumNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann