summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2024-10-14version COVERITY conditionalsCaolán McNamara1-2/+2
2024-10-10cid#1557590 Data race conditionCaolán McNamara1-1/+1
2024-10-08cid#1608062 Overflowed constantNoel Grandin1-0/+1
2024-10-08cid#1606728 Overflowed integer argumentNoel Grandin1-3/+6
2024-10-08cid#1632259 COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+2
2024-10-08cid#1608272 Overflowed constantNoel Grandin1-0/+2
2024-10-08cid#1607133 Overflowed constantNoel Grandin1-0/+1
2024-10-05use ConvertStringToHTML for the URL tooCaolán McNamara1-1/+1
2024-10-05add a 'simple-html' export to editengCaolán McNamara3-0/+61
2024-10-04allow editeng html import to treat divs as inserting a newlineCaolán McNamara2-2/+30
2024-10-04Split out this html parsing hunk as a separate NewLine methodCaolán McNamara2-12/+17
2024-09-30cid#1607858 silence Overflowed constantCaolán McNamara1-1/+1
2024-09-29cid#1606889 Overflowed constantNoel Grandin1-0/+1
2024-09-29cid#1607049 Overflowed constantNoel Grandin1-2/+2
2024-09-29cid#1606997 Overflowed constantNoel Grandin1-1/+5
2024-09-26tdf#163105 Use HB data while selecting kashida insertion positionsJonathan Clark1-4/+10
2024-09-25tdf#163105 Consolidated duplicated kashida justification codeJonathan Clark1-235/+4
2024-09-12Optimize TokenMap and AttributeList in oox and xoMike Kaganski2-6/+4
2024-09-12use more concrete UNO type in editengNoel Grandin4-11/+7
2024-09-09tdf#162803 editeng: Fix invalid kashida array after layoutJonathan Clark2-0/+68
2024-09-04tdf#151748 editeng: Fix crash in kashida justification after updateJonathan Clark2-0/+66
2024-09-03use less dynamic_cast when broadcasting SfxHintNoel Grandin1-1/+1
2024-08-30tdf#151748 editeng: Improve kashida position validationJonathan Clark2-9/+34
2024-08-30cid#1607168 Overflowed constantCaolán McNamara1-2/+4
2024-08-29If there editeng backcolor is unknown, assume bg is the doccolorCaolán McNamara1-2/+5
2024-08-29LOK: avoid dark auto color font on dark backgroundPranam Lashkari1-3/+1
2024-08-24tdf#158556 make SvxAdjustItem hashableNoel Grandin1-0/+10
2024-08-24tdf#158556 make SvxRightMarginItem hashableNoel Grandin1-0/+11
2024-08-23tdf#158556 make SvxLineSpacingItem hashableNoel Grandin1-0/+13
2024-08-23tdf#158556 make SvxBrushItem hashableNoel Grandin1-0/+18
2024-08-23tdf#158556 make SvxColorItem hashableNoel Grandin1-0/+8
2024-08-23tdf#158556 make SvxFirstLineIndentItem hashableNoel Grandin1-0/+23
2024-08-23tdf#158556 make SvxTextLeftMarginItem hashableNoel Grandin1-0/+12
2024-08-23tdf#158556 improve SvxTabStopItem::hashCodeNoel Grandin1-2/+5
2024-08-22tdf#158556 make SvxULSpaceItem hashableNoel Grandin1-0/+13
2024-08-22tdf#158556 make SvxBoxItem hashableNoel Grandin1-0/+14
2024-08-21tdf#158556 make SvxTabStopItem hashableNoel Grandin1-0/+14
2024-08-20cid#1607396 silence Overflowed integer argumentCaolán McNamara1-0/+2
2024-08-11cid#1558088 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-08-09cid#1556026 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-08-01CairoSDPR: Simplify EditEngine text decompositionArmin Le Grand (Collabora)5-46/+18
2024-08-01cool#9352 unassign cursor on SdrObjEditView to avoid crashJaume Pujantell2-0/+4
2024-07-31Reintroduce OUString::replaceAt taking an OUString to LIBO_INTERNAL_ONLYMike Kaganski1-4/+1
2024-07-31reduce number of GetItem callsNoel Grandin2-8/+10
2024-07-31tdf#161846 no need to CloneAsValue() hereNoel Grandin1-4/+4
2024-07-30tdf#161846 reduce re-alloc in ImpEditEngine::GetSelectedNoel Grandin1-1/+7
2024-07-30tdf#161846 avoid allocation in ContentNode::InsertNoel Grandin5-13/+17
2024-07-29tdf#161846 use unordered_map in SfxItemPropertyMapNoel Grandin2-4/+4
2024-07-29cid#1554812 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-24cid#1556131 COPY_INSTEAD_OF_MOVECaolán McNamara2-2/+2