https://bugs.documentfoundation.org/show_bug.cgi?id=144013
--- Comment #6 from Justin L <[email protected]> --- (In reply to Justin L from comment #4) > [In DOC format, they fudge adding in a section page break in this case Actually, it isn't just in DOC format. It also applies to DOCX, and WOULD in this case except we are IsInTable() at the point of the soft-break, so it skips it. bool bNeedParaSplit = NeedTextNodeSplit( rNode, softBreakList ) && !IsInTable(); Of course, all of this was in OP's description, but I didn't make the connection. This fudging is actually a horrible hack that tends to seem to work OK visually, but foundationally it is terrible since it tends to hack one paragraph into two. So you can easily have a paragraph end/start mid-sentence etc., and certain paragraph formatting can really showcase how bad it is. So there is no point in trying to "extend" this hack to also work with tables. -- You are receiving this mail because: You are the assignee for the bug.
