summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/wsfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-15sw_redlinehide_3: update fields in UnHideRedlinesMichael Stahl1-0/+13
2018-11-15sw_redlinehide_3: SetHideRedlines() must iterate doc when Show->HideMichael Stahl1-1/+2
2018-11-15sw_redlinehide_3: adapt SwTextNode::IsNumbered() & callersMichael Stahl1-1/+1
2018-11-15sw_redlinehide_3: call UpdateAllFootnote() in UnHideRedlines()Michael Stahl1-1/+6
2018-11-15sw_redlinehide_3: invalidate numbered text nodes on Show/HideMichael Stahl1-0/+5
2018-11-15sw_redlinehide_3: invalidate footnotes in UnHideRedlinesMichael Stahl1-0/+13
2018-11-15sw_redlinehide_3: stop SwAccessibleParagraph listening at SwTextNodeMichael Stahl1-0/+1
2018-10-21tdf#120703 (PVS): Recurring check.Xisco Fauli1-2/+1
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin1-3/+3
2018-09-27Fix typosAndrea Gelmini1-1/+1
2018-09-19sw_redlinehide_2: do all frame deletion in CheckParaRedlineMerge()Michael Stahl1-8/+0
2018-09-19sw_redlinehide_2: update flys and footnotes on redline opsMichael Stahl1-53/+69
2018-09-19sw_redlinehide_2: DelFrames is called for hidden nodes too nowMichael Stahl1-2/+5
2018-09-19sw_redlinehide_2: invalidate when delete redline goes awayMichael Stahl1-1/+1
2018-09-19sw_redlinehide_2: subtlety in UnHideRedlines, delete all flys ...Michael Stahl1-6/+15
2018-09-19sw_redlinehide_2: let's have MergedPara listen on hidden nodesMichael Stahl1-1/+1
2018-09-19sw_redlinehide_2: when switching show/hide, invalidate Insert redlinesMichael Stahl1-0/+10
2018-09-19sw_redlinehide_2: handle flys anchored in flysMichael Stahl1-34/+43
2018-09-19sw_redlinehide_2: try to minimise invalidation on show/hideMichael Stahl1-1/+25
2018-09-19sw_redlinehide_2: show/hide flys in redlinesMichael Stahl1-14/+103
2018-09-19sw_redlinehide_2: add layout parameter to *Node::DelFramesMichael Stahl1-3/+3
2018-09-19sw_redlinehide_2: show/hide footnotes in redlinesMichael Stahl1-2/+16
2018-09-19sw_redlinehide_2: improve SwRootFrame::SetHideRedlines()Michael Stahl1-27/+135
2018-09-13sw: move frame id SwFrame to SwFrameAreaDefinitionMiklos Vajna1-2/+2
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin1-1/+1
2018-09-03move identity checks into B3DHomMatrix::operator*=Noel Grandin1-12/+2