summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/ftnfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-0/+1
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-3/+3
2020-10-20use tools::Long in swNoel1-4/+4
2020-08-01loplugin:flatten in sw/core/layoutNoel Grandin1-315/+315
2020-06-16tdf#133145 sw ContinuousEndnotes: fix moving endnotes to a previous pageMiklos Vajna1-0/+18
2020-05-06sw layout comments: clarify return value for MoveFwd etc.Justin Luth1-0/+1
2020-04-20remove direct access to Size field on SwRectNoel Grandin1-1/+1
2020-02-28Refactor a bit of the footnote handling codeJan-Marek Glogowski1-86/+69
2020-02-21sw: improve DOCX export of footnote separator a little moreMichael Stahl1-2/+10
2020-01-20sw: prefix members of SwEndNoteInfo and SwFootnoteInfoMiklos Vajna1-5/+5
2019-12-11convert PrepareHint to scoped enumNoel Grandin1-6/+6
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-2/+2
2019-10-24sw ContinuousEndnotes: fix moving them to the next pageMiklos Vajna1-1/+6
2019-09-30tdf#124601 sw: add ContinuousEndnotes layout compat optionMiklos Vajna1-0/+10
2019-08-04Fix typoAndrea Gelmini1-1/+1
2019-07-23crashtesting: failure on swfootnoteframe_colunlock_heap_use_after_free.sampleCaolán McNamara1-1/+3
2019-07-21crashtesting: failures on swfootnoteframe_colunlock_heap_use_after_free.sampleCaolán McNamara1-1/+4
2019-07-16cid#1448538 Explicit null referencedCaolán McNamara1-0/+1
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+1
2019-02-10loplugin:indentation in swNoel Grandin1-7/+12
2019-01-10use unique_ptr in swNoel Grandin1-5/+4
2018-12-10forcepoint#76 avoid deleting footnote that would delete undeletable pageCaolán McNamara1-3/+26
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-15sw_redlinehide_3: add second footnote numberMichael Stahl1-3/+23
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl1-1/+1
2018-09-19sw_redlinehide_2: quite the nuisance when it happens, better assertMichael Stahl1-6/+8
2018-09-19sw_redlinehide_2: fix use-after-free in SwFootnoteFrameMichael Stahl1-1/+5
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-08sw_redlinehide: use unwrapping SwIterator when iterating SwTextNodeMichael Stahl1-2/+2
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-10/+10
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-10/+10
2018-03-26forcepoint #3: sw: don't do section-in-table splits when this is tableMichael Stahl1-5/+8
2018-02-21forcepoint #3Caolán McNamara1-8/+5
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-4/+4
2018-01-24Fix some IWYU warningsMiklos Vajna1-0/+2
2017-12-11tdf#96505 Deleted suffix long (L) where it is possibletagezi1-2/+2
2017-12-07SwFrameBorder: Removed IsInverse() from SwFrameArmin Le Grand1-2/+2
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin1-2/+2
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand1-56/+58
2017-10-30Adapted to get methods and WriteAccess helpersArmin Le Grand1-32/+22
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand1-57/+57
2017-10-30Migrated from SwFrame::PrintWA to setPrintArmin Le Grand1-10/+27
2017-10-30Migrated from SwFrame::FrameWA to setFrameArmin Le Grand1-11/+45
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand1-49/+49
2017-10-23loplugin:includeform: swStephan Bergmann1-1/+1
2017-10-03tdf#112860 sw: avoid shortcut for tables in SwFrame::GetNextSctLeaf()Miklos Vajna1-0/+1
2017-08-28sw: prefix members of SwFootnoteFrameMiklos Vajna1-14/+14
2017-08-04loplugin:constparams in sw part3Noel Grandin1-3/+3