summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/sectfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-12-02tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+3
2018-11-16loplugin:buriedassign in swNoel Grandin1-5/+12
2018-11-07loplugin:collapseif in swNoel Grandin1-7/+4
2018-09-14tdf#119875 sw: fix invalid pos of frame after 0-sized section with laycacheMiklos Vajna1-4/+24
2018-08-14crashtesting: IsSctFrame assertCaolán McNamara1-2/+5
2018-08-14tdf#118058 sw, sections in tables: no split for multiple columnsMiklos Vajna1-1/+15
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-29loplugin:useuniqueptr in SwRootFrameNoel Grandin1-1/+1
2018-06-08sw_redlinehide: convert to GetDep()Michael Stahl1-1/+1
2018-06-06Translate German comments and debug stringsJohnny_M1-1/+1
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-5/+5
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-5/+5
2018-03-26forcepoint #3: sw: don't do section-in-table splits when this is tableMichael Stahl1-0/+4
2018-03-21loplugin:emptyifStephan Bergmann1-0/+2
2018-03-19sw: more tweaks to sanity check in SwFrame::GetNextSctLeaf()Michael Stahl1-3/+15
2018-03-15sw: tweak sanity check in SwFrame::GetNextSctLeaf()Michael Stahl1-0/+6
2018-03-07Fix typoAndrea Gelmini1-1/+1
2018-03-07sw: add some sanity check to SwFrame::GetNextSctLeaf()Michael Stahl1-0/+70
2018-03-06sw: convert that to assert tooMichael Stahl1-1/+1
2018-03-06forcepoint #18 sw: fix condition for detecting section-in-table splitsMichael Stahl1-2/+2
2018-02-28Fix some IWYU warningsMiklos Vajna1-0/+1
2017-12-11tdf#96505 Deleted suffix long (L) where it is possibletagezi1-3/+3
2017-12-07SwFrameBorder: Removed IsInverse() from SwFrameArmin Le Grand1-1/+1
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-1/+1
2017-11-21loplugin:flatten in swNoel Grandin1-213/+215
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-67/+80
2017-10-30Adapted to get methods and WriteAccess helpersArmin Le Grand1-50/+66
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-67/+67
2017-10-30Migrated from SwFrame::PrintWA to setPrintArmin Le Grand1-9/+18
2017-10-30Migrated from SwFrame::FrameWA to setFrameArmin Le Grand1-15/+49
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-55/+55
2017-10-26tdf#113445 sw: avoid hitting loop control with a dozen of in-table sectionsMiklos Vajna1-1/+14
2017-10-23loplugin:includeform: swStephan Bergmann1-14/+14
2017-10-20tdf#113287 sw split sections in tables: fix missing invalidation on sect delMiklos Vajna1-0/+9
2017-10-20sw: drop temporary debug code in sectfrmMiklos Vajna1-4/+0
2017-10-16tdf#113153 sw: fix layout loop with split in-table sectionsMiklos Vajna1-1/+5
2017-10-06Fix -fsanitize=signed-integer-overflowStephan Bergmann1-1/+5
2017-10-03tdf#112860 sw: avoid shortcut for tables in SwFrame::GetNextSctLeaf()Miklos Vajna1-1/+1
2017-09-29tdf#112741 sw split sections inside table cells: fix table re-layoutMiklos Vajna1-1/+8
2017-09-25sw: split section frames inside table cells, handle nested tablesMiklos Vajna1-24/+4
2017-09-04tdf#112160 sw: audit GetNextLayoutLeaf() calls in SwFrame::GetNextSctLeaf()Miklos Vajna1-1/+8
2017-08-31tdf#112109 sw: split section frames inside table cells, ignore nested tablesMiklos Vajna1-7/+27
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-07-23coverity#1415514 Dereference after null checkCaolán McNamara1-1/+1
2017-07-23make this more readableCaolán McNamara1-2/+1
2017-07-14tdf#108524 sw: handle sections inside tables in SwFrame::GetPrevSctLeaf()Miklos Vajna1-2/+14
2017-07-07rhbz#739252 sw: fix crash on split tables inside nested sectionsMiklos Vajna1-2/+3
2017-07-06tdf#108524 sw: split section frames inside table cells, non-split text framesMiklos Vajna1-3/+3
2017-07-03tdf#108524 sw: attempt to split section frames inside table cells, take twoMiklos Vajna1-4/+41
2017-06-26Revert "tdf#108524 sw: attempt to split section frames inside table cells"Michael Stahl1-28/+4