https://bugs.documentfoundation.org/show_bug.cgi?id=165156
Saburo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|bibisectRequest |bibisected --- Comment #4 from Saburo <[email protected]> --- bisected with linux-64-25.2 source sha:f0baab027df46d4e74b7808ff5d976b8efb1ea33 tdf#152298: Handle "keep with next, allow split, span some rows" case All the rows on the table in bugdoc require to be kept with next (their first cells' first paragraphs have that flag). The layout finds the table break position after row 39; but then it checks that that row should be kept with row 38, that with row 37, and so on. The layout loop happens because the search for the break position can't find a row. But cell A38 spans over four rows; in this case, Word checks if this row can split, and splits the spanning cells, apparently as keeping "part" of the row with next. This change implements that algorithm. Change-Id: I234694138ac6b660781ad773cef20151daf874eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173675 Reviewed-by: Mike Kaganski <[email protected]> -- You are receiving this mail because: You are the assignee for the bug.
