summaryrefslogtreecommitdiff
path: root/include/editeng
AgeCommit message (Expand)Author
2024-12-07cid#1636582 Negative loop boundCaolán McNamara
2024-12-04[API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFontMichael Weghorn
2024-12-04tdf#88226 sd: fix cutting off the overflow text on the notes print pageTibor Nagy
2024-11-28tdf#163913 Implement font-relative marginsJonathan Clark
2024-11-24Let ESelection use EPaM for simplificationMike Kaganski
2024-11-23Avoid new string allocations, when only checking if emptyMike Kaganski
2024-11-23tdf#152299 - Remove unused define(s) from C/C++ filesBogdan Buzea
2024-11-22tdf#163598 editeng: avoid using fake outline depthJustin Luth
2024-11-21tdf#163486: PVS V1043 global object variable is declared in header (eeitem.hxx)Julien Nabet
2024-11-15tdf#143148 Use #pragma once instead of include guardsMohamed Ali
2024-11-13tdf#36709 editeng: Layout for font-relative first-line indentJonathan Clark
2024-11-13tdf#36709 sw: Writer layout for font-relative first-line indentJonathan Clark
2024-11-06loplugin:passstuffbyref in editengNoel Grandin
2024-11-02tdf#36709 Add loext:text-indent supporting font-relative unitsJonathan Clark
2024-10-31convert KernArray from sal_Int32 to doubleNoel Grandin
2024-10-28don't use iterateItemSurrogates for EE_FEATURE_FIELDNoel Grandin
2024-10-05add a 'simple-html' export to editengCaolán McNamara
2024-09-12use more concrete UNO type in editengNoel Grandin
2024-08-24tdf#158556 make SvxAdjustItem hashableNoel Grandin
2024-08-24tdf#158556 make SvxRightMarginItem hashableNoel Grandin
2024-08-23tdf#158556 make SvxLineSpacingItem hashableNoel Grandin
2024-08-23tdf#158556 make SvxBrushItem hashableNoel Grandin
2024-08-23tdf#158556 make SvxColorItem hashableNoel Grandin
2024-08-23tdf#158556 make SvxFirstLineIndentItem hashableNoel Grandin
2024-08-23tdf#158556 make SvxTextLeftMarginItem hashableNoel Grandin
2024-08-22tdf#158556 make SvxULSpaceItem hashableNoel Grandin
2024-08-22tdf#158556 make SvxBoxItem hashableNoel Grandin
2024-08-21tdf#158556 make SvxTabStopItem hashableNoel Grandin
2024-08-01CairoSDPR: Simplify EditEngine text decompositionArmin Le Grand (Collabora)
2024-08-01cool#9352 unassign cursor on SdrObjEditView to avoid crashJaume Pujantell
2024-07-29tdf#161846 use unordered_map in SfxItemPropertyMapNoel Grandin
2024-07-22Improve the perf for pool item scanning..Noel Grandin
2024-07-11ITEM: replaced typeid/hash_code with SfxItemTypeArmin Le Grand (allotropia)
2024-07-09Revert "fix and simplify the ItemInstanceManager mechanism"Noel Grandin
2024-07-09loplugin:unusedmethodsNoel Grandin
2024-07-05fill in more SfxItemType valuesNoel Grandin
2024-07-05fix asan buildNoel Grandin
2024-07-04make SvxColorItem hashableNoel Grandin
2024-07-04make SvxAdjustItem hashableNoel Grandin
2024-07-04make SvxEscapementItem hashableNoel Grandin
2024-07-03fix and simplify the ItemInstanceManager mechanismNoel Grandin
2024-07-01call fillDecimal() in SvxTabStop constructorNoel Grandin
2024-07-01remove hashCode from SvxBorderLineNoel Grandin
2024-06-28use more ASSERT_CHANGE_REFCOUNTED_ITEMNoel Grandin
2024-06-28item-specific instance managers for SwFormatFrameSize and SwFormatVertOrientNoel Grandin
2024-06-28tdf#43767 mso-format layout: no smallcaps applied to numberingJustin Luth
2024-06-24editeng: add convenience creators to ESelection All, NotFoundTomaž Vajngerl
2024-06-22fix O(n^2) behaviour when fetching field info from EditEngineNoel Grandin
2024-06-21move ensureDocumentFormatted from EditEngine to ImpEditEngineNoel Grandin
2024-06-21tdf#158454 Add Thai Autocorrect Support, coding partTheppitak Karoonboonyanan