summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2024-02-01editeng: access ImpEditEngine with getImpl() not directTomaž Vajngerl
2024-01-29LanguageTag ctor can canonicalize against various known tagsCaolán McNamara
2024-01-29loplugin:unnecessarymethodsNoel Grandin
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2024-01-25editeng: prefix members of ImpEditViewTomaž Vajngerl
2024-01-25editeng: in EditView, access ImpEditView as a referenceTomaž Vajngerl
2024-01-25ITEM: Slight re-design of global Item-ReusageArmin Le Grand (allotropia)
2024-01-24cool#8023 editeng: support HTML pasteMiklos Vajna
2024-01-24tdf#106733 sw cui: add CharNoHyphenation checkboxLászló Németh
2024-01-23tdf#158605 Add global SfxPoolItem re-useArmin Le Grand (allotropia)
2024-01-23ITEM: Solve SfxVoidItem(0) situationArmin Le Grand (allotropia)
2024-01-22tdf#159313: pass properties in correct orderMike Kaganski
2024-01-21editeng: change EditEngine getter to ref in {Imp}EditViewTomaž Vajngerl
2024-01-21editeng: in ImpEditEngine::Paint rename confusing variablesTomaž Vajngerl
2024-01-16editeng: add EditLineList testTomaž Vajngerl
2024-01-16tdf#154248 Impress: fix color of hyperlinkAttila Szűcs
2024-01-16calc: on editing invalidation of view with different zoom is wrongMarco Cecchetti
2024-01-15editeng: return ParaPortion from the list as a ref.Tomaž Vajngerl
2024-01-14ITEM: Move Shareable ItemFlag to SfxPolItemArmin Le Grand (allotropia)
2024-01-14editeng: change the ParaPortion parameter from pointer to ref.Tomaž Vajngerl
2024-01-14editeng: use EditLine as ref. and use constTomaž Vajngerl
2024-01-14editeng: add simple test for CreateLines methodTomaž Vajngerl
2024-01-14editeng: use unique_ptr for Append and Insert into a EditLineListTomaž Vajngerl
2024-01-14editeng: split up some code into own methods for CreateLinesTomaž Vajngerl
2024-01-13cid#1545795 silence Using invalid iteratorCaolán McNamara
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)
2024-01-12tdf#159049 use RTF_LINE for EE_FEATURE_LINEBR for copyRegina Henschel
2024-01-11tdf#156769 - Escape the question mark in the storage nameAndreas Heinisch
2024-01-10tdf#159065 sc: fix PDF/UA link annotationTibor Nagy
2024-01-10editeng: move for loop to range basedTomaž Vajngerl
2024-01-02editeng: preserve ContentNode in a unique_ptr when moving parasTomaž Vajngerl
2024-01-02editeng: add begin, end, MarkAllSelectionsInvalid to ParaPortionListTomaž Vajngerl
2024-01-02editeng: prefix members of ImpEditEngineTomaž Vajngerl
2024-01-02editeng: remove operator[] for EditDoc (use GetObject instead)Tomaž Vajngerl
2024-01-02editeng: add max paper size constantTomaž 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