summaryrefslogtreecommitdiff
path: root/editeng/inc
AgeCommit message (Expand)AuthorFilesLines
2024-04-04editeng: prefix EditLine members, clean-upTomaž Vajngerl1-64/+66
2024-02-17editeng: remove getHeight as a similar GetHeight already exitsTomaž Vajngerl1-2/+0
2024-02-16tdf#154248 sd: change multiline field wrappingAttila Szűcs1-0/+3
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)2-15/+0
2024-02-12editeng: make TextPortionList iterable with ranged forTomaž Vajngerl1-0/+5
2024-02-12editeng: move isEmpty impl. from ParaPortion to TextPortionListTomaž Vajngerl2-1/+3
2024-02-12editeng: prefix members of ParaPortion & add some access methodsTomaž Vajngerl1-37/+44
2024-01-16tdf#154248 Impress: fix color of hyperlinkAttila Szűcs2-0/+3
2024-01-15editeng: return ParaPortion from the list as a ref.Tomaž Vajngerl1-4/+19
2024-01-14editeng: use unique_ptr for Append and Insert into a EditLineListTomaž Vajngerl1-3/+4
2024-01-02editeng: add begin, end, MarkAllSelectionsInvalid to ParaPortionListTomaž Vajngerl1-1/+13
2024-01-02editeng: remove operator[] for EditDoc (use GetObject instead)Tomaž Vajngerl1-2/+0
2024-01-02editeng: better lifecycle control for ContentNode in EditDocTomaž Vajngerl1-1/+1
2024-01-01editeng: make it clear EditDoc is responsible for ContentNodesTomaž Vajngerl1-2/+5
2024-01-01editeng: prefix members of EditDocTomaž Vajngerl1-19/+41
2024-01-01editeng: simplify constr. and destr. of ParaPortion{List}Tomaž Vajngerl2-15/+16
2024-01-01editeng: move ParaPortionList into its own header fileTomaž Vajngerl2-32/+61
2024-01-01editeng: move ParaPortion into its own header fileTomaž Vajngerl2-103/+134
2024-01-01editeng: move impl. of TextPortionList methods to own cxx fileTomaž Vajngerl1-9/+23
2024-01-01editeng: move TextPortionList into its own header fileTomaž Vajngerl2-24/+49
2023-12-31editeng: cleanup operators and constructors for EditSelection + testTomaž Vajngerl1-7/+18
2023-12-31editeng: cleanup operators and constructors for EditPaM + testTomaž Vajngerl1-7/+11
2023-12-31editeng: move EditSelection into its own header fileTomaž Vajngerl2-34/+57
2023-12-31editeng: move EditPaM into its own header fileTomaž Vajngerl2-24/+51
2023-12-30editeng: move EditLineList methods definition into headerTomaž Vajngerl2-13/+41
2023-12-30editeng: move EditLineList to its own header fileTomaž Vajngerl2-22/+46
2023-12-30editeng: move impl. of EditLine methods to own cxx sourcefileTomaž Vajngerl1-0/+4
2023-12-30editeng: EditLine test and refactor constructors, operatorsTomaž Vajngerl1-16/+42
2023-12-30editeng: move EditLine in its own header fileTomaž Vajngerl2-91/+111
2023-12-29editeng: simplify and remove unneded const. of ContentNode & coTomaž Vajngerl1-6/+3
2023-12-29editeng: prefix members of ContentNode, CharAttribList, ContentAttribsTomaž Vajngerl1-20/+20
2023-12-29editeng: move ContentNode & dependents in its own header fileTomaž Vajngerl2-151/+180
2023-12-29editeng: ItemList - prefix members, move methods in classTomaž Vajngerl1-24/+29
2023-12-29editeng: move ItemList in its own header fileTomaž Vajngerl2-23/+57
2023-12-29editeng: move TextPortion to own header fileTomaž Vajngerl2-123/+148
2023-12-28editeng: unneeded forward declarationTomaž Vajngerl1-1/+0
2023-12-28editeng: move EPaM in its own header fileTomaž Vajngerl1-23/+1
2023-12-08tdf#129357 editeng: show soft hyphen in text boxes and shapesLászló Németh1-0/+1
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin1-1/+0
2023-11-25tdf#158317 fix cleanup of SfxPoolItems in editengArmin Le Grand (allotropia)2-40/+36
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann1-1/+1
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann2-3/+3
2023-09-11SvxSimpleUnoModel does not need to implement XAggreggationNoel Grandin1-2/+2
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga2-1/+4
2023-02-28tdf#148966: pptx: workaround for multiline fields followed by linebreaksSarper Akdemir1-0/+90
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl1-2/+5
2022-10-31editeng: don't use GetSize to set the sizeTomaž Vajngerl1-1/+23
2022-10-31editeng: prefix the instance variable aDefFont-> maDefFontTomaž Vajngerl1-2/+2
2022-09-21use more string_view in editengNoel Grandin1-1/+1
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock1-29/+23