office-gobmx/writerfilter/source
Justin Luth 80e8763036 tdf#153964 writerfilter: column break split should inherit most properties
When a column break or page break split occurs,
the split off paragraph should keep (most of) the properties
of the original paragraph. This already happened for page breaks.

Exceptions are first line indents, and numbering
if there was a run to apply them to already.

This commit:
-tells lcl_startParagraph when column breaks are m_bIsParaSplit,
 resulting in the paragraph properties being copied over
-clears the para properties that shouldn't apply twice.

[Top Margin was more complicated and handled separately.]

make CppunitTest_sw_ooxmlexport18 \
CPPUNIT_TEST_NAME=testTdf153964_firstIndentAfterBreak14

make CppunitTest_sw_ooxmlexport18 \
CPPUNIT_TEST_NAME=testTdf153964_numberingAfterBreak14

Change-Id: I5ecd25da831894536044c6dbffbb0a262f8b6828
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148452
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
2023-03-09 00:33:26 +00:00
..
dmapper tdf#153964 writerfilter: column break split should inherit most properties 2023-03-09 00:33:26 +00:00
filter
ooxml writerfilter: prefix members of OOXMLStarMathValue 2023-03-06 12:13:30 +00:00
rtftok