summaryrefslogtreecommitdiff
path: root/editeng
AgeCommit message (Expand)Author
2024-08-01CairoSDPR: Simplify EditEngine text decompositionArmin Le Grand (Collabora)
2024-08-01cool#9352 unassign cursor on SdrObjEditView to avoid crashJaume Pujantell
2024-07-31Reintroduce OUString::replaceAt taking an OUString to LIBO_INTERNAL_ONLYMike Kaganski
2024-07-31reduce number of GetItem callsNoel Grandin
2024-07-31tdf#161846 no need to CloneAsValue() hereNoel Grandin
2024-07-30tdf#161846 reduce re-alloc in ImpEditEngine::GetSelectedNoel Grandin
2024-07-30tdf#161846 avoid allocation in ContentNode::InsertNoel Grandin
2024-07-29tdf#161846 use unordered_map in SfxItemPropertyMapNoel Grandin
2024-07-29cid#1554812 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-24cid#1556131 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-24tdf#147021 Use std::size instead of SAL_N_ELEMENTS in editengTuukka Orava
2024-07-23improve ImpEditEngine::SetParaAttribs a littleNoel Grandin
2024-07-22Resolves tdf#159541 - Fix font color must not change depending on backgroundHeiko Tietze
2024-07-22Improve the perf for pool item scanning..Noel Grandin
2024-07-20Remove now unneeded osl/diagnose.hGabor Kelemen
2024-07-18tdf#55693: port test to CppunitTest_sw_autocorrectXisco Fauli
2024-07-18make EditSelection single-arg constructor explicitNoel Grandin
2024-07-17tdf#150621 Changed Korean word counting to use wordsJonathan Clark
2024-07-15cid#1607843 Use of auto that causes a copyCaolán McNamara
2024-07-14tdf#145538 - related: Make tools::PolyPolygon iterableYuki Joou
2024-07-13use DeleteOnDeinit for EditEngine poolNoel Grandin
2024-07-11ITEM: replaced typeid/hash_code with SfxItemTypeArmin Le Grand (allotropia)
2024-07-11cid#1607892 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-09Revert "fix and simplify the ItemInstanceManager mechanism"Noel Grandin
2024-07-07cid#1545961 COPY_INSTEAD_OF_MOVECaolán McNamara
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-02cid#1545929 Using invalid iteratorCaolán McNamara
2024-07-01cid#1604131 Dereference null return valueCaolán McNamara
2024-07-01cid#1604130 Dereference null return valueCaolán McNamara
2024-07-01call fillDecimal() in SvxTabStop constructorNoel Grandin
2024-06-29Simplify some uses of convertTwipToMm100Mike Kaganski
2024-06-29tdf#141773 AutoCorrect: fix broken [All] dictionariesLászló Németh
2024-06-28Fix "lets see" -> "let's see"Andrea Gelmini
2024-06-28use more ASSERT_CHANGE_REFCOUNTED_ITEMNoel Grandin
2024-06-28assert when SfxObjectItems are modified while in a poolNoel Grandin
2024-06-28tdf#43767 mso-format layout: no smallcaps applied to numberingJustin Luth
2024-06-27reduce boilerplate code for type-specific ItemInstanceManagersNoel Grandin
2024-06-22fix O(n^2) behaviour when fetching field info from EditEngineNoel Grandin
2024-06-22no need to call FormatDoc() after calling CheckIdleFormatter()Noel Grandin
2024-06-21move ensureDocumentFormatted from EditEngine to ImpEditEngineNoel Grandin
2024-06-21tdf#158454 Add Thai Autocorrect Support, coding partTheppitak Karoonboonyanan
2024-06-20loplugin:unusedfieldsNoel Grandin
2024-06-20loplugin:unusedmethodsNoel Grandin
2024-06-20tdf#161652 editeng, RTF copy: only write used paragraph stylesMiklos Vajna
2024-06-19Fix typoAndrea Gelmini