summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/ssfrm.cxx
AgeCommit message (Expand)Author
13 daysDrop direct uses of SwRectFn; use SwRectFnSet insteadMike Kaganski
2024-04-30SwModify::Add/Remove always derefs argCaolán McNamara
2023-03-16Related: tdf#154205 avoid use of destroyed ViewShellCaolán McNamara
2022-08-17convert more nNode to SwPosition::GetNodeNoel Grandin
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
2021-08-24reduce cost of dynamic casting to SwFlyFrameNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2020-12-15tdf#138600 sw: fix too small print area for btlr text in nested tableMiklos Vajna
2020-11-19sw_fieldmarkhide: SwTextFrame::RegisterToNode(): presumably...Michael Stahl
2020-11-17sw_fieldmarkhide: replace IsHideRedlines() with HasMergedParas()Michael Stahl
2020-11-02SwLayoutFrame::SetFrameFormat: ModifyNotification no more ...Bjoern Michaelsen
2020-10-20use tools::Long in swNoel
2020-10-13static_cast after dynamic_castNoel
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara
2020-08-01loplugin:flatten in sw/core/layoutNoel Grandin
2020-03-10tdf#128880 sw btlr: fix SwFrame::GetPaintArea() for the row span caseMiklos Vajna
2020-02-07rename GetBaseOfstForFly->GetBaseOffsetForFlyNoel Grandin
2019-12-11convert SwFrameSize to scoped enumNoel Grandin
2019-10-29tdf#128399 sw btlr: fix clicking to lower rotated cellMiklos Vajna
2019-08-24loplugin:returnconstval in swNoel Grandin
2019-08-12sw: fix assert in SwTextFrame::RegisterToNode() on ooo33427-1.sxwMichael Stahl
2019-07-21crashtesting: failures on swfootnoteframe_colunlock_heap_use_after_free.sampleCaolán McNamara
2019-07-19sw: fix use after free on tdf117215-1.odtMichael Stahl
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen
2019-04-25ubsan: use after freeCaolán McNamara
2019-04-18forcepoint#80 avoid crashCaolán McNamara
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen
2019-03-14sw btlr writing mode shell: fix cursor selectionMiklos Vajna
2019-02-12sw btlr writing mode: implement initial layoutMiklos Vajna
2018-11-15sw_redlinehide_3: fix SwAccessibleParagraph not being disposedMichael Stahl
2018-10-10forcepoint#74 crash in layoutCaolán McNamara
2018-10-03tdf#41542 sw cleanup: m_bBorderDist was always trueJustin Luth
2018-09-19sw_redlinehide_2: JoinPrev() may need to move frames on deleted ...Michael Stahl
2018-09-19sw_redlinehide_2: fix ordering of SplitNode usage of ContentIdxStore 2Michael Stahl
2018-09-19sw_redlinehide_2: show/hide footnotes in redlinesMichael Stahl
2018-09-19sw_redlinehide_2: assert that SwContentFrame is created only when allowedMichael Stahl
2018-08-09forcepoint73 deleted SwAnchoredObject still referenced in TmpConsiderWrapInflCaolán McNamara
2018-08-09dynamic_cast followed by static_castCaolán McNamara
2018-06-08sw_redlinehide: SwContentFrame::DestroyImpl()Michael Stahl
2018-06-08sw_redlinehide: convert to GetDep()Michael Stahl
2018-06-08sw_redlinehide: use WriterMultiListener to connect SwTextFrameMichael Stahl
2018-06-08sw_redlinehide: reinit m_pMergedPara on split nodeMichael Stahl
2018-06-08sw_redlinehide: move SwContentFrame::RegisterToNode to SwTextFrameMichael Stahl
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-02-21loplugin:changetoolsgen in swNoel Grandin
2018-01-04sw: convert SwFrame::mpDrawObjs to unique_ptrMichael Stahl
2017-12-19loplugin:unusedmethodsNoel Grandin
2017-12-07SwFrameBorder: Removed IsInverse() from SwFrameArmin Le Grand