summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)AuthorFilesLines
4 daystdf#160213 Don't let insert empty line with numbering, end numberingGülşah Köse1-0/+7
7 daystdf#63259 Cycle case should work on end of wordsOliver Specht4-18/+9
8 daysUse weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-17/+17
11 daysuse more string_viewNoel Grandin1-1/+1
12 daystdf#158773 reduce dynamic_cast'ing in TextProperties::NotifyNoel Grandin1-6/+6
12 daystdf#158773 reduce dynamic_cast'ing in CustomShapeProperties::NotifyNoel Grandin1-1/+1
13 daystdf#158773 reduce cost of ContentInfo::GetTextNoel Grandin3-1/+17
2024-03-04tdf#132599 cui offapi sw xmloff: implement hyphenate-keepLászló Németh1-2/+30
2024-02-28drop EEControlBits::FORMAT100Caolán McNamara4-42/+1
2024-02-21tdf#67347 fix regression stacked text in calcAttila Szűcs2-4/+6
2024-02-21tdf#159797 replace dash also between sentencesOliver Specht1-1/+1
2024-02-20tdf#67347 fix stacked text kern problemsAttila Szűcs2-4/+4
2024-02-19ITEM: Speedup SlotIDToWhichID translationsArmin Le Grand (allotropia)1-0/+2
2024-02-19Fix typoAndrea Gelmini1-1/+1
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)4-7/+7
2024-02-17editeng: remove getHeight as a similar GetHeight already exitsTomaž Vajngerl2-3/+1
2024-02-17Generalize search algorithms in sorted_vectorMike Kaganski1-1/+1
2024-02-16tdf#154248 sd: change multiline field wrappingAttila Szűcs4-39/+172
2024-02-16tdf#67347 pptx import: stacked text, minimal impl.Attila Szűcs2-0/+15
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