summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/flowfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-06-22WIP fix a preformance regression with table layoutJan-Marek Glogowski1-32/+2
2020-02-24tdf#125682 sw: don't insert empty page before first page with even numberMichael Stahl1-9/+9
2019-11-22tdf#125300 extend AddParaSpacingToTableCells with line spacingLászló Németh1-1/+1
2019-10-18loplugin:virtualdead unused param in SwFlowFrame::ShouldBwdMovedNoel Grandin1-1/+1
2019-09-30tdf#124601 sw: add ContinuousEndnotes layout compat optionMiklos Vajna1-0/+10
2019-08-27Fix old boost build for goodTomáš Chvátal1-1/+5
2019-08-19Fix buidling with older boostTomáš Chvátal1-0/+4
2019-08-07Fix typosAndrea Gelmini1-3/+3
2019-08-01tdf#126138 sw: disambiguate SwTabFrame::FindLastContent()Michael Stahl1-1/+1
2019-07-23cid#1448404 Dereference null return valueCaolán McNamara1-0/+1
2019-06-19sw: fix assert on layout of ooo63564-1.odtMichael Stahl1-1/+23
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+1
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+1
2019-02-10loplugin:indentation in swNoel Grandin1-1/+1
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen1-5/+4
2018-12-28NFC sw flowfrm HasParaSpaceAtPages: simplify logic.Justin Luth1-1/+1
2018-12-18forcepoint#75 avoid move of table in footnoteCaolán McNamara1-2/+6
2018-10-17Limit variable scopeMike Kaganski1-1/+1
2018-08-15tdf#117086 crash on deleted SwFootnoteBossFrameCaolán McNamara1-0/+4
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-08sw_redlinehide: convert GetNode() in SwFlowFrame::BwdMoveNecessary()Michael Stahl1-3/+10
2018-06-08sw_redlinehide: trivial convert to GetPageDescItem()/GetBreakItem()Michael Stahl1-10/+12
2018-06-08sw_redlinehide: refactor SwFlowFrame::IsKeep()Michael Stahl1-15/+19
2018-06-08sw_redlinehide: trivial node conv. in calcmove.cxx,flowfrm.cxx,fly.cxxMichael Stahl1-2/+4
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-4/+4
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-4/+4
2018-01-25Fix typosAndrea Gelmini1-1/+1
2018-01-24Fix some IWYU warningsMiklos Vajna1-0/+1
2017-12-22tdf#114306 fix unexpected page break in row-spanned tableManfred Blume1-2/+7
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-09new loplugin simplifydynamiccastNoel Grandin1-2/+1
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-7/+7
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-4/+4
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-4/+4
2017-10-23loplugin:includeform: swStephan Bergmann1-17/+17
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-07-13tdf#108524 sw: allow frames in follow sect-in-tables in SwFlowFrame::MoveBwd()Miklos Vajna1-1/+4
2017-07-05rename some Kontext methods to ContextNoel Grandin1-1/+1
2017-06-22tdf#101821 sw: fix layout footnote use-after-freeMichael Stahl1-2/+12
2017-06-02Improved loplugin:redundantcast const_cast handling: swStephan Bergmann1-1/+1
2017-05-12tdf#107568 sw: prevent moving/splitting of tables in footnotesMichael Stahl1-0/+2
2017-05-08loplugin:checkunusedparams in sw(part3)Noel Grandin1-5/+5
2017-05-08loplugin:checkunusedparams in sw(part2)Noel Grandin1-2/+2
2017-04-26tdf#107398 sw: do not leave empty footnote container in layoutMichael Stahl1-0/+6
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-12enum spelling: throught -> throughJustin Luth1-1/+1
2017-04-10tdf#39468 Translate German comments in swJens Carl1-3/+3
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-1/+1
2017-03-02elide the SwSurround enumNoel Grandin1-1/+1
2017-01-20Related: tdf#100813 don't crash traversing table in page 43 master has...Caolán McNamara1-4/+1