summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/wsfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Use just plain straight-forward params for UpdatePageFieldsBjoern Michaelsen1-2/+1
2023-02-24tdf#78510 sw,cui: split SvxLRSpaceItem for SwTextNode, SwTextFormatCollMichael Stahl1-0/+6
2023-02-24sw layout xml dump: extract SwRootFrame::dumpAsXml() from SwFrameMiklos Vajna1-0/+48
2023-01-10tdf#152872 sw: conditionally hide paragraph breaksMichael Stahl1-5/+17
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel1-0/+6
2022-08-26make the parameter to SwTableNode::MakeOwnFrames optionalNoel Grandin1-4/+2
2022-08-23use more SwPosition::GetNode in CopyWithFlyInFlyNoel Grandin1-3/+1
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-1/+1
2022-07-05sw: fix null derefs of GetCurrShell()Xisco Fauli1-2/+3
2022-06-02elide some unnecessary null checksNoel Grandin1-3/+3
2022-05-24sw: fix mysterious layout loop in CppunitTest_sw_uiwriter3 testTdf104649Michael Stahl1-1/+10
2022-04-27forcepoint#93 fix crash on layout of specific rtfCaolán McNamara1-1/+1
2022-03-28Recheck sw/ cxx files with IWYUGabor Kelemen1-1/+0
2022-03-03use SfxItemSet::GetItemIfSet in sw/source/core/layoutNoel Grandin1-3/+2
2022-02-14sw: layout: fix overlapped table rows in --convert-to pdfMichael Stahl1-0/+4
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)1-0/+14
2021-11-02tdf#139336 sw: fix extra pages of multicolumn sections with footnotesAttila Szűcs1-0/+1
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-13/+13
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin1-2/+2
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-1/+1
2021-09-14tdf#144057 sw track changes: hide deleted table rowsLászló Németh1-3/+27
2021-09-06clang-tidy:readability-redundant-member-initNoel Grandin1-6/+2
2021-08-24reduce cost of dynamic casting to SwFlyFrameNoel Grandin1-8/+8
2021-07-09remove global bDontCreateObjects bitBjoern Michaelsen1-4/+4
2021-06-25sw: layout: fix table split loop caused by RemoveFollowFlowLinePendingMichael Stahl1-4/+14
2021-06-21create SfxHintId::SwLegacyModify idNoel Grandin1-4/+4
2021-06-21replace dynamic_cast<SwCellFrame> with cheaper checkNoel Grandin1-18/+21
2021-05-31no need to allocate this separatelyNoel Grandin1-11/+5
2021-05-28Replace magic numbers in SwContentFrame::UpdateAttr_()Miklos Vajna1-9/+16
2021-05-27Introduce SwContentFrameInvFlags to replace magic numbers in ...Miklos Vajna1-22/+22
2021-05-21sw: replace most static_cast<sal_uInt16>() calls with o3tl::narrowing()Miklos Vajna1-2/+2
2021-04-22Replace magic numbers in SwFrame::UpdateAttrFrame()Miklos Vajna1-7/+11
2021-04-21Introduce SwFrameInvFlags to replace magic numbers in SwFrame::SwClientNotify()Miklos Vajna1-19/+20
2021-04-01tdf#140343 sw page rtl gutter margin: add UIMiklos Vajna1-0/+1
2021-03-26loplugin:flattenNoel1-13/+13
2021-03-25tdf#134734 tdf#141059 tdf#122508 cui,sw,xmloff: BackgroundFullSizeMichael Stahl1-0/+1
2021-01-02SwFrame: Modify no moreBjoern Michaelsen1-25/+33
2020-12-30atrflyin.cxx Modify no moreBjoern Michaelsen1-1/+1
2020-12-14SwContentFrame: Modify no moreBjoern Michaelsen1-30/+33
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-0/+1
2020-11-23sw: prefix members of SwFrame, SwFrameAreaDefinition, SwLayVout and SwLineRectMiklos Vajna1-1/+1
2020-11-17sw_fieldmarkhide: replace IsHideRedlines() with HasMergedParas()Michael Stahl1-5/+5
2020-11-17sw_fieldmarkhide: add FieldmarkMode to SwRootFrameMichael Stahl1-16/+55
2020-11-16tdf#134298 sw: layout: remove left-over page frame without contentMichael Stahl1-0/+16
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-2/+2
2020-11-05retire most of SwModifyBjoern Michaelsen1-1/+1
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-20use tools::Long in swNoel1-31/+31
2020-10-15tdf#34355 sw,offapi,officecfg: show track changes in marginLászló Németh1-1/+3
2020-10-13static_cast after dynamic_castNoel1-14/+9