summaryrefslogtreecommitdiff
path: root/editeng/source/rtf
AgeCommit message (Expand)AuthorFilesLines
14 daystdf#163913 Implement font-relative marginsJonathan Clark1-2/+2
2024-11-17cid#1607833 Overflowed constantCaolán McNamara1-1/+1
2024-11-13tdf#36709 editeng: Layout for font-relative first-line indentJonathan Clark1-1/+1
2024-10-14version COVERITY conditionalsCaolán McNamara1-2/+2
2024-06-11ITEM: Change SfxItemSet to use unordered_setArmin Le Grand (allotropia)1-20/+27
2024-04-11tdf#132599 cui offapi sw xmloff: add hyphenation-keep-typeLászló Németh1-1/+1
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)2-6/+6
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-2/+2
2023-05-26use more TypedWhichIdNoel Grandin1-2/+2
2023-05-25more TypedWhichIdNoel Grandin1-1/+1
2023-05-25use more TypedWhichId in editengNoel Grandin2-71/+72
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-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin1-3/+3
2022-05-28add ClearItem to the SfxItemSet iteratorsNoel Grandin1-3/+3
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin1-3/+3
2022-04-27Fix typosAndrea Gelmini1-1/+1
2022-04-27ofz#24932 TimeoutCaolán McNamara1-0/+10
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-11-04tdf#48622 Add new border line width defaultsSamuel Mehrbrodt1-2/+2
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 Grandin2-33/+25
2021-07-19Fix updating WhichRangesContainer using MergeRangeMike Kaganski1-2/+2
2021-07-16Use WhichRangesContainer in editengMike Kaganski2-271/+218
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 McNamara2-14/+12
2021-05-31no need to allocate EditNodeIdx separatelyNoel Grandin2-24/+20
2021-05-31EditPosition does not need to be allocated separatelyNoel Grandin2-26/+26
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-12-24custom literal for Degree10Noel Grandin1-1/+1
2020-10-26std::unique_ptr -> std::optionalNoel1-13/+7
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-1/+1