summaryrefslogtreecommitdiff
path: root/editeng/source/rtf/svxrtf.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)1-2/+2
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)1-4/+4
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-2/+2
2023-05-25use more TypedWhichId in editengNoel Grandin1-5/+5
2022-11-13ofz#53182 TimeoutCaolán McNamara1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-18ofz#24932 TimeoutCaolán McNamara1-1/+1
2022-05-28add ClearItem to the SfxItemSet iteratorsNoel Grandin1-3/+3
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin1-3/+3
2022-03-01use OUStringBuffer for a string that's modified often (tdf#145862)Luboš Luňák1-9/+6
2022-02-24use more TypedWhichIdNoel Grandin1-3/+4
2022-01-27add some more TypeWhichId annotationsNoel Grandin1-3/+4
2021-10-09Typo: braket->bracketJulien Nabet1-9/+9
2021-09-18ofz#24932 Avoid timeoutCaolán McNamara1-1/+1
2021-08-25assert on calc rtf import at svl::detail::validRange(nFrom, nTo)Caolán McNamara1-0/+4
2021-08-22don't store vcl::Font with unique_ptrNoel Grandin1-1/+1
2021-08-10no need to use unique_ptr for SvxRTFStyleType hereNoel Grandin1-13/+13
2021-07-20no need to allocate child array separately in SvxRTFItemStackTypeNoel Grandin1-31/+23
2021-07-19Fix updating WhichRangesContainer using MergeRangeMike Kaganski1-2/+2
2021-07-16Use WhichRangesContainer in editengMike Kaganski1-88/+67
2021-07-03ofz#24932 halve limit for fuzzing timeoutCaolán McNamara1-1/+1
2021-06-20ofz#24932 TimeoutCaolán McNamara1-0/+5
2021-06-10cid#1485166 silence Uninitialized scalar variable harderCaolán McNamara1-6/+0
2021-06-08cid#1485166 silence Uninitialized scalar variableCaolán McNamara1-2/+12
2021-06-05cid#1485166 silence Uninitialized scalar variableCaolán McNamara1-0/+1
2021-06-03use std::make_unique instead of newCaolán McNamara1-7/+18
2021-06-03cid#1485166 try and suppress bogus Uninitialized scalar variableCaolán McNamara1-0/+1
2021-06-03use std::make_unique instead of newCaolán McNamara1-15/+14
2021-06-01cid#1485154 try moving initialization into member init listCaolán McNamara1-16/+13
2021-06-01use std::make_unique instead of newCaolán McNamara1-5/+4
2021-05-31no need to allocate EditNodeIdx separatelyNoel Grandin1-23/+19
2021-05-31EditPosition does not need to be allocated separatelyNoel Grandin1-20/+20
2021-05-31vcl::Font is already a copy-on-write structureNoel Grandin1-19/+17
2021-02-15Revert "ofz#29461 flatten SetAttrSet recursion"Caolán McNamara1-35/+13
2021-02-13ofz#29461 flatten SetAttrSet recursionCaolán McNamara1-13/+35
2020-10-26std::unique_ptr -> std::optionalNoel1-13/+7
2020-10-12ofz#24932 collatoral ubsan failure seen in TimeOut caseCaolán McNamara1-2/+5
2020-04-15loplugin:buriedassign in e*Noel Grandin1-1/+4
2020-04-14loplugin:flatten in editengNoel Grandin1-138/+138
2019-12-20tdf#42949 Fix IWYU warnings in editeng/Gabor Kelemen1-4/+0
2019-10-11simplify "a = a +" to "a +="Noel Grandin1-1/+1
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-16/+12
2019-09-06use unique_ptr in EditNodeIdxNoel Grandin1-4/+4
2019-09-03Fix typosAndrea Gelmini1-1/+1
2019-05-22New loplugin:dataStephan Bergmann1-4/+4
2019-04-26ofz#13491 SvxRTFItemStackType dtor excessive recurse depthCaolán McNamara1-0/+40
2019-04-23tdf#42949 Fix IWYU warnings in include/editeng/[f-x]*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 Bergmann1-3/+3