https://bugs.documentfoundation.org/show_bug.cgi?id=107052

--- Comment #1 from david.fritz...@gmx.de <david.fritz...@gmx.de> ---
Well i did some more testings + comparing the *.odt(zip container) before +
after.

1. page stuff -> is stored in content.xml
while
header and footer -> is stored in styles.xml

2. 'a manual column break' is not a special char but issued via a style like
this:
                <...style:name="MP2" ...>
                        <style:paragraph-properties fo:break-before="column"/>
                </style:style>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                        <text:p text:style-name="MP2">
                                                Header_TestText
                                        </text:p>

^^-sample from styles.xml
Note:
   in content.xml auto paragraph an example style-name is "MP2"
   in  styles.xml auto paragraph an example style-name is  "P2"

3. in both content.xml and styles.xml was set correctly.

Conclusion: 
In the document data a 'a manual column break' is set/cleared correctly on both
page and footer/header.
It's the Libre Office the rendering engine that somehow ignores such 'a manual
column break' when rendering the page and footer/header section.


Okay I gave this here - since I don't like to dive into the Libre Office
sources now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to