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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
            Summary|Additional page break       |left-right following page
                   |inserted on export to DOCX  |styles (circular
                   |                            |dependency) don't export
                   |                            |nicely to DOCX - excessive
                   |                            |page styles/breaks.

--- Comment #11 from Justin L <[email protected]> ---
Yeah. This requires serious emulation because MS formats don't have a concept
such as "left page style follows a right page style.".  But this one ought to
fall under IsPlausableSingleWordSection, and thus define both right and left
page in a single style.

That will be fairly hard to do. The exporter will need to look specifically for
a circular page-style relationship, keep track of those two names, and define a
single section that applies while those two names are uninterrupted.

Currently, every other page is going to have a pagebreak-with-style -> NEW.

I notice that the even pages are missing the footer content - which is the most
concerning to me.

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

Reply via email to