summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/wsfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-10sw_redlinehide_3: SetHideRedlines() must iterate doc when Show->HideMichael Stahl1-1/+2
2018-11-10sw_redlinehide_3: adapt SwTextNode::IsNumbered() & callersMichael Stahl1-1/+1
2018-11-10sw_redlinehide_3: call UpdateAllFootnote() in UnHideRedlines()Michael Stahl1-1/+6
2018-11-10sw_redlinehide_3: invalidate numbered text nodes on Show/HideMichael Stahl1-0/+5
2018-11-10sw_redlinehide_3: invalidate footnotes in UnHideRedlinesMichael Stahl1-0/+13
2018-11-10sw_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
2018-06-08sw_redlinehide: very incomplete impl. of SwRootFrame::SetHideRedlines()Michael Stahl1-0/+47
2018-06-08sw_redlinehide: trivial convert to GetPageDescItem()/GetBreakItem()Michael Stahl1-1/+1
2018-06-08sw_redlinehide: trivial GetNode() conversions in pagechg.cxx,wsfrm.cxxMichael Stahl1-2/+2
2018-06-08sw_redlinehide: adapt SwFrame::InvalidatePage()Michael Stahl1-3/+27
2018-06-08sw_redlinehide: add a flag SwRootFrame::mbHideRedlinesMichael Stahl1-0/+9
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-15/+15
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-15/+15
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-18/+18
2018-02-14Fix typosAndrea Gelmini1-1/+1
2018-02-05TypedWhichId in sw(1)Noel Grandin1-3/+3
2018-01-26Fix typosAndrea Gelmini1-1/+1
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-3/+3
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-1/+1
2018-01-09RES_CHRATR_PROPORTIONALFONTSIZE and RES_CHRATR_NOLINEBREAK unusedNoel Grandin1-1/+0
2018-01-04sw: convert SwFrame::mpDrawObjs to unique_ptrMichael Stahl1-1/+0
2017-12-11Fix typos and grammarIlmari Lauhakangas1-1/+1
2017-12-11tdf#96505 Deleted suffix long (L) where it is possibletagezi1-4/+4
2017-12-07SwFrameBorder: Removed IsInverse() from SwFrameArmin Le Grand1-7/+6
2017-11-21loplugin:flatten in swNoel Grandin1-37/+38
2017-11-18RotateFlyFrame3: Corrected interactive CropArmin Le Grand1-10/+58
2017-11-18RotateFlyFrame3: Made interactions work properlyArmin Le Grand1-3/+3
2017-11-18RotateFlyFrame3: Restructured TransformableSwFrameArmin Le Grand1-78/+29
2017-11-18RotateFlyFrame3: Added basic transformation supportArmin Le Grand1-0/+34
2017-11-18RotateFlyFrame3: Isolated functionality and automationsArmin Le Grand1-43/+108
2017-11-18RotateFlyFrame3: Late-Updating of AreasArmin Le Grand1-7/+0