summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/sectfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-05forcepoint #3: sw: don't do section-in-table splits when this is tableMichael Stahl1-0/+4
2018-03-06forcepoint #18 sw: fix condition for detecting section-in-table splitsMichael Stahl1-2/+2
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
2017-06-26Revert "crashtesting failure on ooo61225-1.sxw"Michael Stahl1-1/+1
2017-06-25crashtesting failure on ooo61225-1.sxwCaolán McNamara1-1/+1
2017-06-19tdf#108524 sw: attempt to split section frames inside table cellsMiklos Vajna1-4/+28
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann1-1/+1
2017-05-08loplugin:checkunusedparams in sw(part3)Noel Grandin1-1/+1
2017-04-10tdf#39468 Translate German comments in swJens Carl1-3/+3
2017-03-25Fix typosAndrea Gelmini1-2/+2
2017-02-09use proper message passingBjoern Michaelsen1-1/+1
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-12-08SwRectFnSet: hide pointer-to-(member)function syntaxMike Kaganski1-79/+78
2016-11-15loplugin:constantparamNoel Grandin1-4/+4
2016-09-23Replace SWRECTFN macro with a classMike Kaganski1-97/+97
2016-07-08loplugin:redundantcast: redundant static_casts in swStephan Bergmann1-1/+1
2016-05-13Convert ACT to scoped enumNoel Grandin1-10/+10
2016-05-13convert PROT to scoped enumNoel Grandin1-10/+10
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-9/+3
2016-04-22Avoid reserved identifiersStephan Bergmann1-43/+43
2016-03-31tdf#84938 convert FRM_ constants to scoped enumNoel Grandin1-2/+2
2016-03-31tdf#84938 convert FINDMODE_ constants to scoped enumNoel Grandin1-7/+7
2016-03-09loplugin:constantparam in swNoel Grandin1-1/+1
2016-03-07Resolves: tdf#96172 crashtesting: avoid crash in layoutCaolán McNamara1-3/+3