summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/sectfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Fix: Move remaining direct calls to SwLayoutFrame::Modify out of the wayBjoern Michaelsen1-2/+5
2020-12-13sectfrm: Modify no moreBjoern Michaelsen1-37/+38
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-0/+1
2020-10-20use tools::Long in swNoel1-17/+17
2020-10-13static_cast after dynamic_castNoel1-8/+8
2020-08-21Fix typo in codeAndrea Gelmini1-1/+1
2020-08-01loplugin:flatten in sw/core/layoutNoel Grandin1-148/+148
2020-06-10loplugin:buriedassign in swNoel Grandin1-2/+4
2020-05-28sw: convert some assert in sectfrm.cxxMichael Stahl1-6/+4
2019-12-11convert PrepareHint to scoped enumNoel Grandin1-3/+3
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-1/+1
2019-10-18loplugin:virtualdead unused param in SwFlowFrame::ShouldBwdMovedNoel Grandin1-1/+1
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-9/+7
2019-09-01Fix '..'Andrea Gelmini1-1/+1
2019-08-01tdf#126138 sw: disambiguate SwTabFrame::FindLastContent()Michael Stahl1-1/+1
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+2
2019-02-10loplugin:indentation in swNoel Grandin1-1/+1
2019-01-12make SwFormat a ::sw::BroadcastingModifyBjoern Michaelsen1-6/+6
2018-12-18forcepoint#75 avoid move of table in footnoteCaolán McNamara1-6/+8
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