summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
2024-02-14Fix typoAndrea Gelmini1-1/+1
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)4-169/+127
2024-02-12editeng: make TextPortionList iterable with ranged forTomaž Vajngerl2-9/+15
2024-02-12editeng: move isEmpty impl. from ParaPortion to TextPortionListTomaž Vajngerl2-1/+3
2024-02-12editeng: prefix members of ParaPortion & add some access methodsTomaž Vajngerl6-133/+134
2024-02-10editeng: simplify and clean-up struct in for ImpEditEngTomaž Vajngerl3-95/+72
2024-02-09Clone Formatting in Impress: Include list attributeOliver Specht1-0/+18
2024-02-08lok: calc: fix for rendering issues on in place editingMarco Cecchetti1-0/+4
2024-02-02editeng: GetCursorFlags flags to CursorFlags struct of boolsTomaž Vajngerl6-54/+50
2024-02-02tdf#159507 editeng: support pasting HTML fragmentsMiklos Vajna2-10/+34
2024-02-01editeng: access ImpEditEngine with getImpl() not directTomaž Vajngerl5-574/+535
2024-01-29LanguageTag ctor can canonicalize against various known tagsCaolán McNamara1-4/+3
2024-01-29loplugin:unnecessarymethodsNoel Grandin1-1/+0
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)9-26/+26
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2024-01-25editeng: prefix members of ImpEditViewTomaž Vajngerl5-354/+368
2024-01-25editeng: in EditView, access ImpEditView as a referenceTomaž Vajngerl10-346/+337
2024-01-25ITEM: Slight re-design of global Item-ReusageArmin Le Grand (allotropia)3-28/+42
2024-01-24cool#8023 editeng: support HTML pasteMiklos Vajna3-1/+99
2024-01-24tdf#106733 sw cui: add CharNoHyphenation checkboxLászló Németh1-5/+9
2024-01-23tdf#158605 Add global SfxPoolItem re-useArmin Le Grand (allotropia)3-18/+246
2024-01-23ITEM: Solve SfxVoidItem(0) situationArmin Le Grand (allotropia)2-12/+10
2024-01-22tdf#159313: pass properties in correct orderMike Kaganski1-2/+3
2024-01-21editeng: change EditEngine getter to ref in {Imp}EditViewTomaž Vajngerl9-360/+368
2024-01-21editeng: in ImpEditEngine::Paint rename confusing variablesTomaž Vajngerl1-38/+38
2024-01-16editeng: add EditLineList testTomaž Vajngerl2-0/+174
2024-01-16tdf#154248 Impress: fix color of hyperlinkAttila Szűcs4-1/+21
2024-01-16calc: on editing invalidation of view with different zoom is wrongMarco Cecchetti1-1/+4
2024-01-15editeng: return ParaPortion from the list as a ref.Tomaž Vajngerl11-285/+302
2024-01-14ITEM: Move Shareable ItemFlag to SfxPolItemArmin Le Grand (allotropia)1-58/+58
2024-01-14editeng: change the ParaPortion parameter from pointer to ref.Tomaž Vajngerl5-233/+222
2024-01-14editeng: use EditLine as ref. and use constTomaž Vajngerl5-159/+150
2024-01-14editeng: add simple test for CreateLines methodTomaž Vajngerl2-0/+75
2024-01-14editeng: use unique_ptr for Append and Insert into a EditLineListTomaž Vajngerl3-11/+10
2024-01-14editeng: split up some code into own methods for CreateLinesTomaž Vajngerl2-41/+61
2024-01-13cid#1545795 silence Using invalid iteratorCaolán McNamara1-3/+9
2024-01-12ITEM: No longer register Items at PoolArmin Le Grand (allotropia)1-2/+6
2024-01-12tdf#159049 use RTF_LINE for EE_FEATURE_LINEBR for copyRegina Henschel1-1/+1
2024-01-11tdf#156769 - Escape the question mark in the storage nameAndreas Heinisch1-0/+2
2024-01-10tdf#159065 sc: fix PDF/UA link annotationTibor Nagy1-18/+34
2024-01-10editeng: move for loop to range basedTomaž Vajngerl1-3/+2
2024-01-02editeng: preserve ContentNode in a unique_ptr when moving parasTomaž Vajngerl1-16/+22
2024-01-02editeng: add begin, end, MarkAllSelectionsInvalid to ParaPortionListTomaž Vajngerl2-3/+14
2024-01-02editeng: prefix members of ImpEditEngineTomaž Vajngerl6-378/+374
2024-01-02editeng: remove operator[] for EditDoc (use GetObject instead)Tomaž Vajngerl5-24/+12
2024-01-02editeng: add max paper size constantTomaž Vajngerl1-3/+5
2024-01-02editeng: better lifecycle control for ContentNode in EditDocTomaž Vajngerl9-52/+143
2024-01-01editeng: make it clear EditDoc is responsible for ContentNodesTomaž Vajngerl4-15/+18
2024-01-01editeng: prefix members of EditDocTomaž Vajngerl2-39/+59
2024-01-01editeng: simplify constr. and destr. of ParaPortion{List}Tomaž Vajngerl3-41/+16