summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Expand)AuthorFilesLines
2 daystdf#144208 speedup doc with lots of redline(3)Noel Grandin1-0/+3
2024-05-20documentation: list format placeholder has been "%1%" since LO 7.2Justin Luth1-1/+1
2024-04-28reduce symbol visibilityNoel Grandin1-29/+29
2024-04-11tdf#132599 cui offapi sw xmloff: add hyphenation-keep-typeLászló Németh3-11/+12
2024-04-04loplugin:unusedmethodsNoel Grandin2-2/+0
2024-04-03Base scale on 1.0, not on 100.0Mike Kaganski1-12/+6
2024-04-03editeng: use text scaling that better mimics MSO text scalingTomaž Vajngerl2-1/+5
2024-04-02editeng: combine scaling parameters into ScalingParameters structTomaž Vajngerl3-8/+26
2024-03-26loplugin:finalmethodsNoel Grandin6-125/+125
2024-03-20tdf#158885 cui offapi sw xmloff: fix hyphenation at stem boundaryLászló Németh3-0/+6
2024-03-14reduce symbol visibility in editengNoel Grandin3-211/+211
2024-03-13tdf#152878 switch off replacment image in picture frameOliver Specht1-0/+2
2024-03-13EDITENG_DLLPRIVATE is unnecessaryNoel Grandin5-30/+29
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski1-2/+3
2024-03-08use more string_viewNoel Grandin1-1/+1
2024-03-06tdf#158773 reduce cost of ContentInfo::GetTextNoel Grandin1-0/+4
2024-03-04tdf#132599 cui offapi sw xmloff: implement hyphenate-keepLászló Németh3-0/+10
2024-02-28drop EEControlBits::FORMAT100Caolán McNamara1-5/+4
2024-02-21tdf#67347 fix regression stacked text in calcAttila Szűcs1-2/+3
2024-02-20tdf#67347 fix stacked text kern problemsAttila Szűcs1-1/+1
2024-02-16tdf#67347 pptx import: stacked text, minimal impl.Attila Szűcs1-0/+3
2024-02-13fix windows --enable-mergelibs buildNoel Grandin1-1/+1
2024-02-12use more UNLESS_MERGELIBSNoel Grandin1-1/+1
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)1-0/+3
2024-02-09Clone Formatting in Impress: Include list attributeOliver Specht1-0/+2
2024-02-01editeng: access ImpEditEngine with getImpl() not directTomaž Vajngerl1-13/+9
2024-01-29loplugin:unnecessarymethodsNoel Grandin1-2/+0
2024-01-25editeng: in EditView, access ImpEditView as a referenceTomaž Vajngerl1-2/+2
2024-01-25ITEM: Slight re-design of global Item-ReusageArmin Le Grand (allotropia)1-3/+6
2024-01-24tdf#106733 sw cui: add CharNoHyphenation checkboxLászló Németh2-1/+4
2024-01-23tdf#158605 Add global SfxPoolItem re-useArmin Le Grand (allotropia)12-25/+62
2024-01-23ITEM: Solve SfxVoidItem(0) situationArmin Le Grand (allotropia)1-7/+6
2024-01-21editeng: change EditEngine getter to ref in {Imp}EditViewTomaž Vajngerl2-8/+8
2024-01-14editeng: change the ParaPortion parameter from pointer to ref.Tomaž Vajngerl1-3/+2
2024-01-14editeng: use EditLine as ref. and use constTomaž Vajngerl1-3/+2
2024-01-02editeng: better lifecycle control for ContentNode in EditDocTomaž Vajngerl1-1/+1
2023-12-28editeng: move EPosition in its own header fileTomaž Vajngerl2-25/+50
2023-12-28editeng: simplify and clean-up EPaMTomaž Vajngerl1-29/+15
2023-12-28editeng: add EPaM unit testsTomaž Vajngerl1-0/+7
2023-12-28editeng: move EPaM in its own header fileTomaž Vajngerl1-0/+62
2023-12-28editeng: simplify and clean-up ESelectionTomaž Vajngerl1-74/+52
2023-12-28editeng: move ESelection in its own header fileTomaž Vajngerl2-89/+121
2023-12-18tdf#158703: return updated position from FnAddNonBrkSpaceMike Kaganski1-1/+3
2023-12-01[API CHANGE] Add OOXML way of curved connector routingRegina Henschel1-0/+1
2023-11-25tdf#158317 fix cleanup of SfxPoolItems in editengArmin Le Grand (allotropia)1-1/+0
2023-11-15tdf#158031 editeng: rename GetFieldAtCursorJustin Luth2-4/+2
2023-11-15tdf#158031 editeng SID_COPY_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth1-1/+1
2023-11-15tdf#158031 editeng SID_*_HYPERLINK: use AlsoCheckBeforeCursorJustin Luth2-5/+6
2023-11-15related tdf#158031 editeng: GetFieldAtSel...(+look before cursor)Justin Luth1-1/+4
2023-11-11use more concrete type in ImpEditEngine::SetUndoManagerNoel Grandin2-4/+6