summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/tabfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
2021-02-24crashtesting: iterators invalidated during loop with tdf94598-3.docxCaolán McNamara1-1/+3
2021-01-02Fix: Move remaining direct calls to SwLayoutFrame::Modify out of the wayBjoern Michaelsen1-5/+8
2020-12-13tabfrm:Modify no moreBjoern Michaelsen1-28/+33
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen1-1/+0
2020-11-24Avoid unnecessary, wrong downcast from SwFormatRowSplit to SwFormatFrameSizeStephan Bergmann1-2/+2
2020-11-21Remove SwIterator hack in untableBjoern Michaelsen1-57/+93
2020-11-21callnk: Replace needless SwClientNotifyCall with CallSwClientNotifyBjoern Michaelsen1-27/+41
2020-11-16tdf#138039 tdf#134298 sw: layout: fix overlap of fly and tableMichael Stahl1-3/+33
2020-11-16sw: fix misleading comments - SwFlyFrame::m_bAtCnt is set...Michael Stahl1-1/+1
2020-11-11convert more long -> tools::LongNoel1-2/+2
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-15/+15
2020-11-05retire most of SwModifyBjoern Michaelsen1-3/+3
2020-10-28convert some more long -> tools::LongNoel1-1/+1
2020-10-20use tools::Long in swNoel1-60/+60
2020-10-13static_cast after dynamic_castNoel1-4/+2
2020-08-14loplugin:simplifybool moreNoel Grandin1-2/+2
2020-08-07tdf#130639 sw layout: fix table positionLászló Németh1-0/+8
2020-08-01loplugin:flatten in sw/core/layoutNoel Grandin1-96/+96
2020-07-31tdf#134965 sw: avoid RemoveFollowFlowLine() SNAFUMichael Stahl1-0/+1
2020-07-17sw: layout: fix missing invalidation of text frames in tablesMichael Stahl1-0/+18
2020-06-30tdf#134277 sw table: fix lagging shape at page breakBakos Attila1-4/+8
2020-06-13crashtesting: null deref in SwCellFrame::GetLayoutRowSpanCaolán McNamara1-1/+2
2020-06-10loplugin:buriedassign in swNoel Grandin1-4/+6
2020-06-03Revert "tdf#105478 sw layout: treat minHeight as "do not split row""Justin Luth1-15/+1
2020-05-20NFC sw layout: optimize assignment of bAllowSplitOfRowJustin Luth1-6/+3
2020-05-19tdf#132642 sw layout: try2 emulate table kept-with-next not splittingJustin Luth1-14/+14
2020-05-11tdf#105478 sw layout: treat minHeight as "do not split row"Justin Luth1-1/+15
2020-05-06sw layout: remove useless historical timelog commentsJustin Luth1-6/+0
2020-04-23pass SvxBrushItem around by unique_ptrNoel Grandin1-1/+1
2020-04-04tdf#123116 sw layout: don't "page-break" before oversized rowJustin Luth1-7/+2
2020-03-24tdf#131282 sw layout: fix shifted down table next to a fly frameMiklos Vajna1-2/+7
2020-03-12tdf#123116 sw layout: allow rows larger than page to split anywayJustin Luth1-2/+21
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2020-03-02sw: layout: fix wrongly positioned table rows in --convert-to pdfMichael Stahl1-0/+12
2020-02-14sw: fix handling of table vs fly overlaps in the AddVerticalFlyOffsets caseMiklos Vajna1-2/+28
2020-01-17tdf#88496 DOCX: disable long repeating table headerLászló Németh1-3/+4
2020-01-06Removed redundant semicolonsAndrea Gelmini1-1/+1
2019-12-11convert PrepareHint to scoped enumNoel Grandin1-6/+6
2019-12-11convert SwFrameSize to scoped enumNoel Grandin1-8/+8
2019-12-04tdf#128611 sw: improve rotated text layout in table cellsMiklos Vajna1-0/+19
2019-11-27tdf#108642 remove dynamic_castNoel Grandin1-4/+12
2019-10-18loplugin:virtualdead unused param in SwFlowFrame::ShouldBwdMovedNoel Grandin1-3/+3
2019-10-02tdf#124601 sw FollowTextFlow: fix vert pos of objects outside the current cellMiklos Vajna1-1/+11
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-9/+7
2019-08-09Fix typosAndrea Gelmini1-1/+1
2019-08-07Fix typosAndrea Gelmini1-4/+4
2019-08-01tdf#126138 sw: disambiguate SwTabFrame::FindLastContent()Michael Stahl1-11/+15
2019-08-01tdf#126138 sw: invalid static_cast in SwTabFrame::FindLastContent()Michael Stahl1-1/+11
2019-07-02sw: remove hacky liveness check in lcl_RecalcRow()Michael Stahl1-41/+15
2019-06-27sw: avoid deleting the iterated SwRowFrame on tdf104188-4.odtMichael Stahl1-12/+14