summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/flowfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-07-23Silence GCC 11 trunk -Werror=nonnull involving dynamic_castStephan Bergmann1-1/+1
2020-07-17tdf#134783 sw: fix contextual spacing position of shapeRegényi Balázs1-5/+7
2020-07-07tdf#134472 Only add spacing in header when flag is setSamuel Mehrbrodt1-1/+4
2020-07-03tdf#134463 DOCX import: fix other "half" of contextualSpacingLászló Németh1-7/+17
2020-06-25tdf#125893 DOCX import: fix "half" contextual paragraph spacingLászló Németh1-2/+12
2020-06-15tdf#128195 Keep spacing below last paragraph in header (docx)Samuel Mehrbrodt1-1/+4
2020-06-10loplugin:buriedassign in swNoel Grandin1-2/+4
2020-05-06sw layout comments: clarify return value for MoveFwd etc.Justin Luth1-3/+6
2020-03-24tdf#131530 keep prepending footnote frameJan-Marek Glogowski1-1/+1
2020-02-28Refactor a bit of the footnote handling codeJan-Marek Glogowski1-10/+1
2020-02-21Drop o3tl::optional wrapperStephan Bergmann1-2/+2
2020-02-19tdf#125682 sw: don't insert empty page before first page with even numberMichael Stahl1-9/+9
2020-01-13tdf#90834: Turn in-line version control history comments into good commentsMesut Çifci1-85/+78
2019-12-11convert PrepareHint to scoped enumNoel Grandin1-5/+5
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-11-30Rewrite uses of boost::optionalStephan Bergmann1-1/+1
2019-11-21tdf#125300 extend AddParaSpacingToTableCells with line spacingLászló Németh1-1/+1
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-2/+4
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