summaryrefslogtreecommitdiff
path: root/editeng/source/rtf
AgeCommit message (Expand)AuthorFilesLines
2019-10-21loplugin:virtualdead unused param in UnknownAttrTokenNoel Grandin1-3/+3
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski2-20/+14
2019-09-06use unique_ptr in EditNodeIdxNoel Grandin1-4/+4
2019-09-03Fix typosAndrea Gelmini1-1/+1
2019-05-22New loplugin:dataStephan Bergmann2-5/+5
2019-04-26ofz#13491 SvxRTFItemStackType dtor excessive recurse depthCaolán McNamara1-0/+40
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-38/+53
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*Gabor Kelemen2-0/+2
2019-04-15tdf#42949 Fix IWYU warnings in include/editeng/[a-e]*Gabor Kelemen1-0/+1
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen1-0/+1
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann2-8/+8
2018-11-28loplugin:unusedfieldsNoel Grandin1-2/+1
2018-11-08Resolves: tdf#121200 better ofz#7802 infinite loop fixCaolán McNamara1-1/+17
2018-11-07move SvTreeListBox to vclCaolán McNamara1-15/+1
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-03no need to call empty() before clear()Noel Grandin1-4/+2
2018-09-27ofz#10696 null-derefCaolán McNamara1-0/+1
2018-09-25loplugin:useuniqueptr in SvxRTFParserNoel Grandin2-42/+31
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin1-4/+0
2018-08-14SvxCharSetColorItem can be removedNoel Grandin1-1/+0
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-05-15ofz#7802 infinite loopCaolán McNamara1-1/+15
2018-04-11make EditPosition::Clone return std::unique_ptrNoel Grandin1-1/+1
2018-04-03tdf#93173: Remove arbitrary line spacing limitMike Kaganski1-4/+1
2018-03-27Resolves: tdf#116540 Revert "ofz infinite loop"Caolán McNamara1-5/+1
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-2/+2
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin1-1/+1
2018-02-12Translate German variable namesJohnny_M1-34/+34
2018-02-12Translate German variable namesJohnny_M1-21/+21
2018-02-05loplugin:useuniqueptr in SvxRTFParserNoel Grandin1-11/+4
2018-02-05loplugin:useuniqueptr in SvxRTFItemStackTypeNoel Grandin1-14/+10
2018-01-20loplugin:unusedmethodsNoel Grandin1-2/+0
2018-01-12More loplugin:cstylecast: editengStephan Bergmann2-21/+21
2017-11-29loplugin:unusedmethodsNoel Grandin1-28/+0
2017-11-12ofz: Timeout give up earlier on SvParserState::ErrorCaolán McNamara1-2/+3
2017-11-06ofz infinite loopCaolán McNamara1-1/+5
2017-10-31loplugin:constantparam in editengNoel Grandin1-21/+16
2017-10-05editeng: fix assert about wrong EE_PARA_OUTLLEVEL itemMichael Stahl1-1/+1
2017-08-08loplugin:unusedmethodsNoel Grandin1-1/+0
2017-07-26loplugin:unusedmethodsNoel Grandin1-61/+0
2017-07-26loplugin:unusedfieldsNoel Grandin1-5/+1
2017-07-25loplugin:unusedmethodsNoel Grandin1-97/+0
2017-07-22loplugin:unusedfields in editengNoel Grandin1-5/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-6/+4
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann1-3/+3
2017-06-23loplugin:unusedfields in desktop..editengNoel Grandin2-7/+1
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin1-2/+1