summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/tabfrm.cxx
AgeCommit message (Expand)AuthorFilesLines
5 daystdf#160897 sw: layout: fail SwTabFrame::Split on footnote overlapMichael Stahl1-0/+11
2024-04-30SwModify::Add/Remove always derefs argCaolán McNamara1-4/+4
2024-04-12sw: workaround crash in IsAllHiddenRow()Michael Stahl1-1/+2
2024-03-14tdf#154863 Add unit test to cover crash on image moveMatt K1-0/+1
2024-03-13tdf#157241 sw: layout: inconsistent conditions in lcl_RecalcSplitLine()Michael Stahl1-1/+1
2024-02-29tdf#158801 sw floattable: fix crash with headers and interactive editingMiklos Vajna1-1/+11
2024-02-20tdf#159285 sw floattable: fix loop with inner table wrapped by inner tableMiklos Vajna1-1/+9
2024-02-17Remove more unneeded const_castMike Kaganski1-7/+7
2024-02-14tdf#159565 prerequisite: make hidden sections have zero-height framesMike Kaganski1-2/+4
2024-01-23tdf#159017 sw floattable: only shift to the right when neededMiklos Vajna1-4/+11
2024-01-18-Werror,-Wunused-but-set-variable (Emscripten)Stephan Bergmann1-0/+6
2024-01-18sw: layout: prevent bad page break in table with 0-height rowsMichael Stahl1-1/+117
2024-01-14Let SwAnchoredObject::GetFrameFormat return pointer, and drop HasFrameFormatMike Kaganski1-16/+16
2023-12-05tdf#60558 sw floattable: allow wrap of table on the right of a floattableMiklos Vajna1-1/+21
2023-11-22sw floattable: fix crash by trying harder to split tablesMiklos Vajna1-1/+13
2023-10-26Related: tdf#157590 sw floattable: avoid a bit of not needed workMiklos Vajna1-3/+3
2023-10-20tdf#157590 sw floattable: avoid hang in the nested + row span caseMiklos Vajna1-0/+37
2023-09-27Related: tdf#126449 sw floattable: fix bad join of inline tbl with inner flyMiklos Vajna1-0/+44
2023-09-25tdf#157263 sw floattable: prefer join over split after moving fwdMiklos Vajna1-0/+9
2023-09-11sw floattable, nesting: fix overlap supportMiklos Vajna1-19/+4
2023-09-07sw floattable, nesting: fix position of the inner follow tableMiklos Vajna1-1/+3
2023-09-06sw floattable, nesting: fix layout crashMiklos Vajna1-3/+16
2023-08-28(related? tdf#155177) sw: layout: fix another RemoveFollowFlowLine SNAFUMichael Stahl1-1/+5
2023-08-24tdf#156724 sw: layout: fix tables not splitting due to footnotes differentlyMichael Stahl1-5/+50
2023-08-24tdf#154775 sw: layout: avoid breaking this with following commitsMichael Stahl1-5/+8
2023-08-11sw: fold SwTabFrame::dumpAsXmlAttributes() into dumpAsXml()Miklos Vajna1-1/+6
2023-08-08tdf#156551 tdf#150606 sw: layout: only invalidate SwTabFrame if it...Michael Stahl1-2/+22
2023-08-06fix "move SwVirtPageNumInfo to SfxHint"Noel Grandin1-0/+1
2023-08-03move SwVirtPageNumInfo to SfxHintBjoern Michaelsen1-11/+8
2023-07-19tdf#120262 sw floattable: no split when none of first row fits the vert spaceMiklos Vajna1-1/+49
2023-07-18deduplicate virtual page info update in SwPageFrameBjoern Michaelsen1-20/+5
2023-07-14Use SwAnchoredObject::RegisterAtPageMike Kaganski1-9/+2
2023-06-02sw layout xml dump: extract SwCellFrame::dumpAsXml() from SwFrameMiklos Vajna1-0/+14
2023-05-26sw layout xml dump: extract SwRowFrame::dumpAsXml() from SwFrameMiklos Vajna1-0/+13
2023-05-19Fix typoAndrea Gelmini1-1/+1
2023-05-19sw floattable: fix missing table join when moving master fly to next pageMiklos Vajna1-0/+24
2023-05-19sw layout xml dump: extract SwTabFrame::dumpAsXml() from SwFrameMiklos Vajna1-0/+13
2023-05-17tdf#155345 sw tracked table column: hide them in Hide Changes modeLászló Németh1-0/+7
2023-05-11sw: move some loop control debug messages out of #if OSL_DEBUG_LEVEL > 1Michael Stahl1-3/+1
2023-05-11tdf#154775 sw layout: fix unexpected large table print area left marginMiklos Vajna1-2/+5
2023-05-05sw floattable: fix UI for turning fly split offMiklos Vajna1-2/+16
2023-05-03tdf#147526 a macro case which results in a null Lower() resultCaolán McNamara1-1/+3
2023-04-28Revert "Revert "introduce sw::SpzFrameFormat ...""Bjoern Michaelsen1-3/+3
2023-04-27Revert "introduce sw::SpzFrameFormat ..."Stephan Bergmann1-3/+3
2023-04-26sw floattable, crashtesting: fix PDF export of fdo72790-1.docx, part 2Miklos Vajna1-1/+9
2023-04-24introduce sw::SpzFrameFormat ...Bjoern Michaelsen1-3/+3
2023-04-22NFC flatten/clang-format SwTabFrame::CalcFlyOffsetsJustin Luth1-177/+172
2023-04-14tdf#150149 sw: fix table header in multi-column sectionsLászló Németh1-2/+9
2023-04-04RES_TBLHEADINGCHG no more ...Bjoern Michaelsen1-56/+63
2023-03-31sw floattable: remove empty follow flys on follow table removalMiklos Vajna1-0/+11