summaryrefslogtreecommitdiff
path: root/editeng/inc
AgeCommit message (Expand)Author
2024-04-04editeng: prefix EditLine members, clean-upTomaž Vajngerl
2024-02-17editeng: remove getHeight as a similar GetHeight already exitsTomaž Vajngerl
2024-02-16tdf#154248 sd: change multiline field wrappingAttila Szűcs
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)
2024-02-12editeng: make TextPortionList iterable with ranged forTomaž Vajngerl
2024-02-12editeng: move isEmpty impl. from ParaPortion to TextPortionListTomaž Vajngerl
2024-02-12editeng: prefix members of ParaPortion & add some access methodsTomaž Vajngerl
2024-01-16tdf#154248 Impress: fix color of hyperlinkAttila Szűcs
2024-01-15editeng: return ParaPortion from the list as a ref.Tomaž Vajngerl
2024-01-14editeng: use unique_ptr for Append and Insert into a EditLineListTomaž Vajngerl
2024-01-02editeng: add begin, end, MarkAllSelectionsInvalid to ParaPortionListTomaž Vajngerl
2024-01-02editeng: remove operator[] for EditDoc (use GetObject instead)Tomaž Vajngerl
2024-01-02editeng: better lifecycle control for ContentNode in EditDocTomaž Vajngerl
2024-01-01editeng: make it clear EditDoc is responsible for ContentNodesTomaž Vajngerl
2024-01-01editeng: prefix members of EditDocTomaž Vajngerl
2024-01-01editeng: simplify constr. and destr. of ParaPortion{List}Tomaž Vajngerl
2024-01-01editeng: move ParaPortionList into its own header fileTomaž Vajngerl
2024-01-01editeng: move ParaPortion into its own header fileTomaž Vajngerl
2024-01-01editeng: move impl. of TextPortionList methods to own cxx fileTomaž Vajngerl
2024-01-01editeng: move TextPortionList into its own header fileTomaž Vajngerl
2023-12-31editeng: cleanup operators and constructors for EditSelection + testTomaž Vajngerl
2023-12-31editeng: cleanup operators and constructors for EditPaM + testTomaž Vajngerl
2023-12-31editeng: move EditSelection into its own header fileTomaž Vajngerl
2023-12-31editeng: move EditPaM into its own header fileTomaž Vajngerl
2023-12-30editeng: move EditLineList methods definition into headerTomaž Vajngerl
2023-12-30editeng: move EditLineList to its own header fileTomaž Vajngerl
2023-12-30editeng: move impl. of EditLine methods to own cxx sourcefileTomaž Vajngerl
2023-12-30editeng: EditLine test and refactor constructors, operatorsTomaž Vajngerl
2023-12-30editeng: move EditLine in its own header fileTomaž Vajngerl
2023-12-29editeng: simplify and remove unneded const. of ContentNode & coTomaž Vajngerl
2023-12-29editeng: prefix members of ContentNode, CharAttribList, ContentAttribsTomaž Vajngerl
2023-12-29editeng: move ContentNode & dependents in its own header fileTomaž Vajngerl
2023-12-29editeng: ItemList - prefix members, move methods in classTomaž Vajngerl
2023-12-29editeng: move ItemList in its own header fileTomaž Vajngerl
2023-12-29editeng: move TextPortion to own header fileTomaž Vajngerl
2023-12-28editeng: unneeded forward declarationTomaž Vajngerl
2023-12-28editeng: move EPaM in its own header fileTomaž Vajngerl
2023-12-08tdf#129357 editeng: show soft hyphen in text boxes and shapesLászló Németh
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin
2023-11-25tdf#158317 fix cleanup of SfxPoolItems in editengArmin Le Grand (allotropia)
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-09-11SvxSimpleUnoModel does not need to implement XAggreggationNoel Grandin
2023-04-04tdf#153880 sc: Make Calc text hyperlinks stand out moreBalazs Varga
2023-02-28tdf#148966: pptx: workaround for multiline fields followed by linebreaksSarper Akdemir
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl
2022-10-31editeng: don't use GetSize to set the sizeTomaž Vajngerl
2022-10-31editeng: prefix the instance variable aDefFont-> maDefFontTomaž Vajngerl
2022-09-21use more string_view in editengNoel Grandin
2022-09-16vcl: AnimationBitmap -> AnimationFrameChris Sherlock