summaryrefslogtreecommitdiff
path: root/editeng/source/rtf/svxrtf.cxx
AgeCommit message (Expand)Author
2021-10-09Typo: braket->bracketJulien Nabet
2021-09-18ofz#24932 Avoid timeoutCaolán McNamara
2021-08-25assert on calc rtf import at svl::detail::validRange(nFrom, nTo)Caolán McNamara
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin
2021-08-10no need to use unique_ptr for SvxRTFStyleType hereNoel Grandin
2021-07-20no need to allocate child array separately in SvxRTFItemStackTypeNoel Grandin
2021-07-19Fix updating WhichRangesContainer using MergeRangeMike Kaganski
2021-07-16Use WhichRangesContainer in editengMike Kaganski
2021-07-03ofz#24932 halve limit for fuzzing timeoutCaolán McNamara
2021-06-20ofz#24932 TimeoutCaolán McNamara
2021-06-10cid#1485166 silence Uninitialized scalar variable harderCaolán McNamara
2021-06-08cid#1485166 silence Uninitialized scalar variableCaolán McNamara
2021-06-05cid#1485166 silence Uninitialized scalar variableCaolán McNamara
2021-06-03use std::make_unique instead of newCaolán McNamara
2021-06-03cid#1485166 try and suppress bogus Uninitialized scalar variableCaolán McNamara
2021-06-03use std::make_unique instead of newCaolán McNamara
2021-06-01cid#1485154 try moving initialization into member init listCaolán McNamara
2021-06-01use std::make_unique instead of newCaolán McNamara
2021-05-31no need to allocate EditNodeIdx separatelyNoel Grandin
2021-05-31EditPosition does not need to be allocated separatelyNoel Grandin
2021-05-31vcl::Font is already a copy-on-write structureNoel Grandin
2021-02-15Revert "ofz#29461 flatten SetAttrSet recursion"Caolán McNamara
2021-02-13ofz#29461 flatten SetAttrSet recursionCaolán McNamara
2020-10-26std::unique_ptr -> std::optionalNoel
2020-10-12ofz#24932 collatoral ubsan failure seen in TimeOut caseCaolán McNamara
2020-04-15loplugin:buriedassign in e*Noel Grandin
2020-04-14loplugin:flatten in editengNoel Grandin
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen
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-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*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-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-08loplugin:simplifyconstruct in editeng..extensionsNoel Grandin
2018-05-15ofz#7802 infinite loopCaolán McNamara
2018-04-11make EditPosition::Clone return std::unique_ptrNoel Grandin
2018-03-27Resolves: tdf#116540 Revert "ofz infinite loop"Caolán McNamara
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin
2018-02-12Translate German variable namesJohnny_M