Age | Commit message (Expand) | Author |
2024-01-29 | LanguageTag ctor can canonicalize against various known tags | Caolán McNamara |
2024-01-29 | loplugin:unnecessarymethods | Noel Grandin |
2024-01-27 | ITEM: Cleanup some Pool stuff with Defaults | Armin Le Grand (allotropia) |
2024-01-27 | Drop std::as_const from css::uno::Sequence iterations | Mike Kaganski |
2024-01-25 | editeng: prefix members of ImpEditView | Tomaž Vajngerl |
2024-01-25 | editeng: in EditView, access ImpEditView as a reference | Tomaž Vajngerl |
2024-01-25 | ITEM: Slight re-design of global Item-Reusage | Armin Le Grand (allotropia) |
2024-01-24 | cool#8023 editeng: support HTML paste | Miklos Vajna |
2024-01-24 | tdf#106733 sw cui: add CharNoHyphenation checkbox | László Németh |
2024-01-23 | tdf#158605 Add global SfxPoolItem re-use | Armin Le Grand (allotropia) |
2024-01-23 | ITEM: Solve SfxVoidItem(0) situation | Armin Le Grand (allotropia) |
2024-01-22 | tdf#159313: pass properties in correct order | Mike Kaganski |
2024-01-21 | editeng: change EditEngine getter to ref in {Imp}EditView | Tomaž Vajngerl |
2024-01-21 | editeng: in ImpEditEngine::Paint rename confusing variables | Tomaž Vajngerl |
2024-01-16 | editeng: add EditLineList test | Tomaž Vajngerl |
2024-01-16 | tdf#154248 Impress: fix color of hyperlink | Attila Szűcs |
2024-01-16 | calc: on editing invalidation of view with different zoom is wrong | Marco Cecchetti |
2024-01-15 | editeng: return ParaPortion from the list as a ref. | Tomaž Vajngerl |
2024-01-14 | ITEM: Move Shareable ItemFlag to SfxPolItem | Armin Le Grand (allotropia) |
2024-01-14 | editeng: change the ParaPortion parameter from pointer to ref. | Tomaž Vajngerl |
2024-01-14 | editeng: use EditLine as ref. and use const | Tomaž Vajngerl |
2024-01-14 | editeng: add simple test for CreateLines method | Tomaž Vajngerl |
2024-01-14 | editeng: use unique_ptr for Append and Insert into a EditLineList | Tomaž Vajngerl |
2024-01-14 | editeng: split up some code into own methods for CreateLines | Tomaž Vajngerl |
2024-01-13 | cid#1545795 silence Using invalid iterator | Caolán McNamara |
2024-01-12 | ITEM: No longer register Items at Pool | Armin Le Grand (allotropia) |
2024-01-12 | tdf#159049 use RTF_LINE for EE_FEATURE_LINEBR for copy | Regina Henschel |
2024-01-11 | tdf#156769 - Escape the question mark in the storage name | Andreas Heinisch |
2024-01-10 | tdf#159065 sc: fix PDF/UA link annotation | Tibor Nagy |
2024-01-10 | editeng: move for loop to range based | Tomaž Vajngerl |
2024-01-02 | editeng: preserve ContentNode in a unique_ptr when moving paras | Tomaž Vajngerl |
2024-01-02 | editeng: add begin, end, MarkAllSelectionsInvalid to ParaPortionList | Tomaž Vajngerl |
2024-01-02 | editeng: prefix members of ImpEditEngine | Tomaž Vajngerl |
2024-01-02 | editeng: remove operator[] for EditDoc (use GetObject instead) | Tomaž Vajngerl |
2024-01-02 | editeng: add max paper size constant | Tomaž Vajngerl |
2024-01-02 | editeng: better lifecycle control for ContentNode in EditDoc | Tomaž Vajngerl |
2024-01-01 | editeng: make it clear EditDoc is responsible for ContentNodes | Tomaž Vajngerl |
2024-01-01 | editeng: prefix members of EditDoc | Tomaž Vajngerl |
2024-01-01 | editeng: simplify constr. and destr. of ParaPortion{List} | Tomaž Vajngerl |
2024-01-01 | editeng: move ParaPortionList into its own header file | Tomaž Vajngerl |
2024-01-01 | editeng: move ParaPortion into its own header file | Tomaž Vajngerl |
2024-01-01 | editeng: move impl. of TextPortionList methods to own cxx file | Tomaž Vajngerl |
2024-01-01 | editeng: move TextPortionList into its own header file | Tomaž Vajngerl |
2023-12-31 | editeng: cleanup operators and constructors for EditSelection + test | Tomaž Vajngerl |
2023-12-31 | editeng: cleanup operators and constructors for EditPaM + test | Tomaž Vajngerl |
2023-12-31 | editeng: move EditSelection into its own header file | Tomaž Vajngerl |
2023-12-31 | editeng: move EditPaM into its own header file | Tomaž Vajngerl |
2023-12-30 | editeng: move EditLineList methods definition into header | Tomaž Vajngerl |
2023-12-30 | editeng: move EditLineList to its own header file | Tomaž Vajngerl |
2023-12-30 | editeng: move impl. of EditLine methods to own cxx sourcefile | Tomaž Vajngerl |