summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/frmtool.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-31tdf#135001 sw_redlinehide: fix IsShown() for AT_PARA flysMichael Stahl1-1/+9
2020-08-17tdf#135338 sw layout: show FirstLeft on very first left page style.Justin Luth1-2/+3
2020-08-14loplugin:simplifybool moreNoel Grandin1-1/+1
2020-08-14tdf#134746 sw: fix redline hiding of at-char fly on empty paragraphsMichael Stahl1-0/+11
2020-08-05dito->dittoCaolán McNamara1-1/+1
2020-08-01loplugin:flatten in sw/core/layoutNoel Grandin1-183/+183
2020-07-31tdf#134931 sw_redlinehide: fix layout following paste of tableMichael Stahl1-0/+4
2020-07-28tdf#133967 sw_redlinehide: delete existing MergedPara beforeMichael Stahl1-0/+2
2020-07-17tdf#134783 sw: fix contextual spacing position of shapeRegényi Balázs1-2/+7
2020-06-19tdf#133981 sw_redlinehide: oops, InsertCnt_() is missing null...Michael Stahl1-1/+2
2020-06-10loplugin:buriedassign in swNoel Grandin1-2/+2
2020-06-05crashtesting: null derefCaolán McNamara1-1/+2
2020-05-27tdf#132236 sw_redlinehide: fix SwUndoDelete with sections even moreMichael Stahl1-3/+20
2020-05-27tdf#131684 tdf#132236 sw_redlinehide: fix upper of frame moved...Michael Stahl1-0/+30
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2020-04-18simplify some SwRect code - use the SwRect Add* variantsNoel Grandin1-4/+2
2020-04-04dynamic cast followed by static castCaolán McNamara1-2/+1
2020-04-03tdf#130685 sw_redlinehide: fix copying to position following redlineMichael Stahl1-0/+32
2020-04-03tdf#131707 sw layout try2: ConsiderTextWrap on positioningJustin Luth1-16/+15
2020-03-18tdf#130746: avoid nullptr dereferenceJustin Luth1-3/+2
2020-03-05tdf#119748 sw layout: ConsiderTextWrap on initial positioningJustin Luth1-1/+2
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-02-19tdf#125682 sw: don't insert empty page before first page with even numberMichael Stahl1-4/+21
2020-02-07rename GetBaseOfstForFly->GetBaseOffsetForFlyNoel Grandin1-4/+4
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-1/+1
2019-12-11convert PrepareHint to scoped enumNoel Grandin1-20/+20
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-1/+1
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-21tdf#125300 extend AddParaSpacingToTableCells with line spacingLászló Németh1-0/+17
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-1/+0
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-1/+1
2019-09-28loplugin:constmethod in swNoel Grandin1-2/+2
2019-08-24loplugin:returnconstval in swNoel Grandin1-1/+1
2019-08-09tdf#126627 sw_redlinehide: fix corner case in SwUndoDelete::UndoImpl()Michael Stahl1-4/+8
2019-08-08Fix typoAndrea Gelmini1-1/+1
2019-08-07Fix typosAndrea Gelmini1-1/+1
2019-08-01tdf#126138 sw: disambiguate SwTabFrame::FindLastContent()Michael Stahl1-5/+9
2019-07-22tdf#117185 tdf#110442 sw: bring harmony & peace to fly at-char selectionMichael Stahl1-23/+82
2019-07-14FixAndrea Gelmini1-1/+1
2019-05-28sw: InsertCnt_(): don't call FindPrevCnt() when it doesn't make senseMichael Stahl1-3/+6
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-1/+1
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+1
2019-04-28Remove unneeded checkMike Kaganski1-2/+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-06Resolves: tdf#123163 avoid null derefCaolán McNamara1-3/+4
2019-01-24loplugin:constparams in swNoel Grandin1-3/+3
2019-01-11use unique_ptr in swNoel Grandin1-4/+4
2019-01-11use unique_ptr in SwLayHelperNoel Grandin1-8/+8
2018-12-18sw_redlinehide_4b: visibility of flys anchored at empty nodesMichael Stahl1-10/+20