summaryrefslogtreecommitdiff
path: root/sw/source/core/layout
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: add second footnote numberMichael Stahl1-3/+23
2018-11-10sw_redlinehide_3: fix SwAccessibleParagraph not being disposedMichael Stahl1-1/+3
2018-11-10sw_redlinehide_3: minimally convert laycache.cxxMichael Stahl2-6/+8
2018-11-10sw_redlinehide_3: stop SwAccessibleParagraph listening at SwTextNodeMichael Stahl1-0/+1
2018-11-08More --enable-debug --disable-assert-always-abort fixesStephan Bergmann1-1/+1
2018-11-07move SvTreeListBox to vclCaolán McNamara2-3/+3
2018-11-07loplugin:collapseif in swNoel Grandin5-37/+24
2018-11-06convert some macros to local functionsNoel Grandin1-18/+29
2018-11-05Fix typosAndrea Gelmini1-2/+2
2018-10-29tdf#120735 sw: clear the font cache text glyphs when layout finishedMiklos Vajna1-0/+4
2018-10-28Fix typoAndrea Gelmini1-1/+1
2018-10-28Fix typoAndrea Gelmini1-1/+1
2018-10-28tdf#115296 extend vertical FrameBorders for joined FramesArmin Le Grand1-2/+18
2018-10-25Reorganize FrameBorderPrimitive creation (II)Armin Le Grand1-2/+4
2018-10-24Reorganize FrameBorderPrimitive creationArmin Le Grand1-107/+89
2018-10-24clang-tidy performance-unnecessary-copy-init in swNoel Grandin1-2/+2
2018-10-22pvs-studio: silence V649 dubious Two identical 'if' statementsCaolán McNamara1-2/+4
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara1-19/+25
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara1-2/+1
2018-10-21tdf#120703 (PVS): Recurring check.Xisco Fauli1-2/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin2-2/+2
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin3-11/+11
2018-10-17Limit variable scopeMike Kaganski1-1/+1
2018-10-10forcepoint#74 crash in layoutCaolán McNamara2-0/+4
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann5-6/+6
2018-10-03no need to call empty() before clear()Noel Grandin1-4/+2
2018-10-03loplugin:constfields in swNoel Grandin5-17/+17
2018-10-03paintfrm white-spacing adjust: remove obsolete bracketsJustin Luth1-48/+46
2018-10-03tdf#41542 sw cleanup: m_bBorderDist was always trueJustin Luth3-21/+11
2018-09-27Fix typosAndrea Gelmini2-2/+2
2018-09-27loplugin:useuniqueptr in SwObjPosOscillationControlNoel Grandin2-35/+11
2018-09-21coverity#1401334 Uncaught exceptionCaolán McNamara1-1/+1
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl7-22/+42
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: JoinPrev() may need to move frames on deleted ...Michael Stahl1-2/+9
2018-09-19sw_redlinehide_2: DelFrames is called for hidden nodes too nowMichael Stahl1-2/+5
2018-09-19sw_redlinehide_2: quite the nuisance when it happens, better assertMichael Stahl1-6/+8
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: fix ordering of SplitNode usage of ContentIdxStore 2Michael Stahl1-1/+8
2018-09-19sw_redlinehide_2: adapt SwFlyFrameFormat::MakeFrames() ...Michael Stahl2-1/+59
2018-09-19sw_redlinehide_2: handle flys anchored in flysMichael Stahl2-35/+44