summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/wsfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-30SwNode::GetDoc can return a reference insteadCaolán McNamara1-2/+2
2020-08-14loplugin:simplifybool moreNoel Grandin1-2/+2
2020-08-11loplugin:flattenNoel Grandin1-17/+17
2020-08-01loplugin:flatten in sw/core/layoutNoel Grandin1-343/+345
2020-06-10loplugin:buriedassign in swNoel Grandin1-7/+14
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin1-3/+3
2020-04-20remove direct access to Size field on SwRectNoel Grandin1-5/+5
2020-01-20sw: prefix members of SwEndNoteInfo and SwFootnoteInfoMiklos Vajna1-2/+2
2019-12-11convert PrepareHint to scoped enumNoel Grandin1-21/+21
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-5/+5
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-2/+2
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-17/+14
2019-08-07Fix typosAndrea Gelmini1-1/+1
2019-08-02Avoid -fsanitize=signed-integer-overflow within m_pFrame->GrowTst( LONG_MAX );Stephan Bergmann1-1/+2
2019-07-22tdf#117185 tdf#110442 sw: bring harmony & peace to fly at-char selectionMichael Stahl1-5/+8
2019-06-20tdf#125754 sw_redlinehide: avoid recursive layout in SetHideRedlines()Michael Stahl1-0/+1
2019-05-24sw btlr writing mode: fix btlr <-> tbrl switch for fly framesMiklos Vajna1-0/+7
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-2/+2
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+1
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-6/+6
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+2
2019-02-12sw btlr writing mode: implement initial layoutMiklos Vajna1-4/+10
2018-12-18sw_redlinehide_4b: visibility of flys anchored at empty nodesMichael Stahl1-22/+48
2018-12-18forcepoint#75 avoid move of table in footnoteCaolán McNamara1-2/+2
2018-12-18sw_redlinehide_4b: FrameMode::Existing is not idempotentMichael Stahl1-2/+5
2018-12-18sw_redlinehide_4b: SwRootFrame::SetHideRedlines() disable early returnMichael Stahl1-1/+7
2018-12-18sw_redlinehide_4b: fix some problems with pathological table redlinesMichael Stahl1-0/+18
2018-12-18sw_redlinehide_4b: consider the comments in the marginMichael Stahl1-0/+7
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-4/+4