summaryrefslogtreecommitdiff
path: root/sw/source
AgeCommit message (Expand)Author
2024-03-22Related: tdf#160056 refactor SvNumberFormatterCaolán McNamara
2024-03-22tdf#157241 sw: assert when importing ToX in table in rhbz589883-2.docxMichael Stahl
2024-03-22sw: GetSelectableFromAny() broken for SwXTextRangeMichael Stahl
2024-03-22remove unnecessary codeNoel Grandin
2024-03-22improve loplugin:staticmethodsNoel Grandin
2024-03-22tdf#158556 speed up SwNodes::RemoveNodeNoel Grandin
2024-03-22Related: tdf#160056 these methods can be constCaolán McNamara
2024-03-22avoid O(n^2) loop in writerNoel Grandin
2024-03-21remove unnecessary statementNoel Grandin
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)
2024-03-21Related: tdf#160056 this can be staticCaolán McNamara
2024-03-21tdf#160278: restore cursor bounds properlyMike Kaganski
2024-03-21avoid O(n^2) loop in writerNoel Grandin
2024-03-21Moving parts of readonly checks from model to view.Gökay Şatır
2024-03-21related tdf#147583 sw find: fix backwards search for string at end of paraJustin Luth
2024-03-21tdf#158556 speedup docx loadNoel Grandin
2024-03-20tdf#159054 sw: fix .uno:DefaultNumber toggle on Heading numberingJustin Luth
2024-03-20related tdf#150197: ensure HasListFormatJustin Luth
2024-03-20tdf#158885 cui offapi sw xmloff: fix hyphenation at stem boundaryLászló Németh
2024-03-20remove dead code in SwFEShell::GetConnectableFrameFormatsNoel Grandin
2024-03-19ITEM: Move TotalCount to WhichRangesContainerArmin Le Grand (allotropia)
2024-03-18tdf#147583 sw find: fix backwards search for emptyPara/endOfParaJustin Luth
2024-03-17loplugin:unusedmethodsNoel Grandin
2024-03-16loplugin:unusedfieldsNoel Grandin
2024-03-16NFC flatten sw FindTextImplJustin Luth
2024-03-15tdf#160192: avoid crash when trying to overwrite doc/lockfile in RO dirJustin Luth
2024-03-15DoSearch's pPam was not optional - made it an SwPam& rPamJustin Luth
2024-03-15Fix a spurious JunitTest_sw_unoapi_3 failureMike Kaganski
2024-03-14sw: fix fieldmark crash in MSWordExportBase::OutputTextNode()Miklos Vajna
2024-03-14sw: fix ~SwIndexReg assert in testTdf149498Michael Stahl
2024-03-14tdf#157241 sw: fix crash on RTF paste or insert of nested tablesMichael Stahl
2024-03-14tdf#154863 Add unit test to cover crash on image moveMatt K
2024-03-13sw: convert OSL_ENSURE to assertMichael Stahl
2024-03-13Introduce a guard to delay processing of idlesMike Kaganski
2024-03-13sw: layout: use page style set on hidden paragraphMichael Stahl
2024-03-13reduce symbol visibility in swNoel Grandin
2024-03-13tdf#157241 sw: layout: inconsistent conditions in lcl_RecalcSplitLine()Michael Stahl
2024-03-12Draw indicators for header/footer when cursor is inside oneCaolán McNamara
2024-03-12Draw indicators for header/footer when cursor is inside oneCaolán McNamara
2024-03-12lok: use locale units in dialogs and sidebarJaume Pujantell
2024-03-11tdf#157664 Drop operator != where respective operator == is definedTuukka Orava
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski
2024-03-10tdf#90242 Navigator: Improve custom shape namingJim Raykowski
2024-03-09tdf#160095: fix crash when using ALT+RETURN twiceJulien Nabet
2024-03-08cid#1592988 Uninitialized scalar fieldCaolán McNamara
2024-03-08sw doc model xml dump: avoid SwNode::GetTableBox()Miklos Vajna
2024-03-08use more string_viewNoel Grandin
2024-03-07tdf#143148 Use #pragma once instead of include guardsJonah Janzen
2024-03-07Collaborative editing with readonly and edit views.Gökay Şatır
2024-03-07Fix UBSan build's RTTI needsStephan Bergmann