summaryrefslogtreecommitdiff
path: root/sw/source/core
AgeCommit message (Expand)AuthorFilesLines
2024-03-20remove dead code in SwFEShell::GetConnectableFrameFormatsNoel Grandin1-3/+1
2024-03-18tdf#147583 sw find: fix backwards search for emptyPara/endOfParaJustin Luth1-32/+35
2024-03-16loplugin:unusedfieldsNoel Grandin1-1/+1
2024-03-16NFC flatten sw FindTextImplJustin Luth1-233/+230
2024-03-15DoSearch's pPam was not optional - made it an SwPam& rPamJustin Luth1-7/+7
2024-03-15Fix a spurious JunitTest_sw_unoapi_3 failureMike Kaganski1-0/+2
2024-03-14sw: fix ~SwIndexReg assert in testTdf149498Michael Stahl1-1/+14
2024-03-14tdf#157241 sw: fix crash on RTF paste or insert of nested tablesMichael Stahl1-1/+35
2024-03-14tdf#154863 Add unit test to cover crash on image moveMatt K1-0/+1
2024-03-13sw: convert OSL_ENSURE to assertMichael Stahl2-3/+2
2024-03-13Introduce a guard to delay processing of idlesMike Kaganski1-0/+4
2024-03-13sw: layout: use page style set on hidden paragraphMichael Stahl1-1/+5
2024-03-13reduce symbol visibility in swNoel Grandin7-23/+23
2024-03-13tdf#157241 sw: layout: inconsistent conditions in lcl_RecalcSplitLine()Michael Stahl1-1/+1
2024-03-12Draw indicators for header/footer when cursor is inside oneCaolán McNamara1-1/+1
2024-03-12Draw indicators for header/footer when cursor is inside oneCaolán McNamara1-4/+4
2024-03-11tdf#157664 Drop operator != where respective operator == is definedTuukka Orava1-6/+0
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski4-15/+15
2024-03-09tdf#160095: fix crash when using ALT+RETURN twiceJulien Nabet1-0/+3
2024-03-08cid#1592988 Uninitialized scalar fieldCaolán McNamara1-1/+1
2024-03-08sw doc model xml dump: avoid SwNode::GetTableBox()Miklos Vajna2-9/+8
2024-03-08use more string_viewNoel Grandin1-2/+3
2024-03-07tdf#143148 Use #pragma once instead of include guardsJonah Janzen17-67/+22
2024-03-07Collaborative editing with readonly and edit views.Gökay Şatır1-2/+2
2024-03-07Fix UBSan build's RTTI needsStephan Bergmann1-1/+1
2024-03-06sw: remove dead code in CopyImplImpl()Michael Stahl1-12/+2
2024-03-06sw: SelectAll of section with RES_PAGEDESC corner-caseMichael Stahl6-42/+68
2024-03-05make more symbols private in writerNoel Grandin6-26/+26
2024-03-05tdf#159706 sw hide whitespace: fix lost follow on enabling thisMiklos Vajna1-5/+0
2024-03-05tdf#49994 Fix text selection over pages for multi column tablesJim Raykowski1-7/+12
2024-03-04tdf#132599 cui offapi sw xmloff: implement hyphenate-keepLászló Németh5-8/+56
2024-03-04cid#1545317 this didn't help in the end to silence Use after freeCaolán McNamara1-4/+3
2024-03-04sw: for Undo, add FLY_AT_PAGE in GetFlysAnchoredAt()Michael Stahl3-9/+10
2024-03-03cid#1592910 Dereference null return valueCaolán McNamara1-1/+4
2024-03-03cid#1592908 Dereference null return valueCaolán McNamara1-1/+2
2024-03-01tdf#146356 insert new paragraph before table of contentsOliver Specht2-62/+87
2024-03-01sw: deliver promised punishment via assert()Michael Stahl1-4/+2
2024-03-01remove accidentally committed debug commentMichael Stahl1-1/+0
2024-02-29tdf#158801 sw floattable: fix crash with headers and interactive editingMiklos Vajna1-1/+11
2024-02-28tdf#139004 Prevent crash when deleting footnote stylesMatt K3-17/+31
2024-02-27Fix UBSan build's RTTI needsStephan Bergmann1-1/+1
2024-02-24tdf#147731 sw: fix memory leak in SwDoc::CopyPageDesc()Michael Stahl2-43/+43
2024-02-23Related: tdf#158986 sw floattable: fix unexpected page break with sectionsMiklos Vajna1-1/+5
2024-02-23sw doc model xml dump: extract SwTableBox::dumpAsXml() from SwStartNodeMiklos Vajna2-5/+10
2024-02-23Fix warning C4312 when building with MSVC without -Wv:18Mike Kaganski1-1/+1
2024-02-23Fix warning C4459 when building with MSVC without -Wv:18Mike Kaganski1-4/+4
2024-02-21remove some log noiseNoel Grandin1-9/+0
2024-02-21tdf#159813, tdf#159816: Use correct copied PaMMike Kaganski1-3/+11
2024-02-20tdf#159285 sw floattable: fix loop with inner table wrapped by inner tableMiklos Vajna1-1/+9
2024-02-19ITEM: Speedup SlotIDToWhichID translationsArmin Le Grand (allotropia)2-3/+5