summaryrefslogtreecommitdiff
path: root/editeng/source/rtf
AgeCommit message (Expand)Author
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski
2019-09-06use unique_ptr in EditNodeIdxNoel Grandin
2019-09-03Fix typosAndrea Gelmini
2019-05-22New loplugin:dataStephan Bergmann
2019-04-26ofz#13491 SvxRTFItemStackType dtor excessive recurse depthCaolán McNamara
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
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-28loplugin:unusedfieldsNoel Grandin
2018-11-08Resolves: tdf#121200 better ofz#7802 infinite loop fixCaolán McNamara
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-03no need to call empty() before clear()Noel Grandin
2018-09-27ofz#10696 null-derefCaolán McNamara
2018-09-25loplugin:useuniqueptr in SvxRTFParserNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin
2018-08-14SvxCharSetColorItem can be removedNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-05-15ofz#7802 infinite loopCaolán McNamara
2018-04-11make EditPosition::Clone return std::unique_ptrNoel Grandin
2018-04-03tdf#93173: Remove arbitrary line spacing limitMike Kaganski
2018-03-27Resolves: tdf#116540 Revert "ofz infinite loop"Caolán McNamara
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin
2018-02-12Translate German variable namesJohnny_M
2018-02-12Translate German variable namesJohnny_M
2018-02-05loplugin:useuniqueptr in SvxRTFParserNoel Grandin
2018-02-05loplugin:useuniqueptr in SvxRTFItemStackTypeNoel Grandin
2018-01-20loplugin:unusedmethodsNoel Grandin
2018-01-12More loplugin:cstylecast: editengStephan Bergmann
2017-11-29loplugin:unusedmethodsNoel Grandin
2017-11-12ofz: Timeout give up earlier on SvParserState::ErrorCaolán McNamara
2017-11-06ofz infinite loopCaolán McNamara
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-07-26loplugin:unusedmethodsNoel Grandin
2017-07-26loplugin:unusedfieldsNoel Grandin
2017-07-25loplugin:unusedmethodsNoel Grandin
2017-07-22loplugin:unusedfields in editengNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann
2017-06-23loplugin:unusedfields in desktop..editengNoel Grandin
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: editengStephan Bergmann