https://bugs.documentfoundation.org/show_bug.cgi?id=89297
Justin L <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #10 from Justin L <[email protected]> ---
Created attachment 127301
--> https://bugs.documentfoundation.org/attachment.cgi?id=127301&action=edit
FollowStyle.odt: next style converts poorly to .doc and .docx (simple example)
different first page: only the margins from the "follow" style are considered
in writerfilter. Emulation is in wrtw8sty.cxx::SectionProperties, but doesn't
apply for this example because the margins are different. Can force it with:
if ( sw::util::IsPlausableSingleWordSection( *pPdFirstPgFormat, rFollowFormat )
|| titlePage || true )
continuous break, new section: This is how MS would do it. However, that is
VERY hard to handle for Writer since on import you don't know how many pages
the section covers, so you can't do fancy emulation stuff (without causing
other regressions and problems).
page break, new section: This is how .doc export handles it, but .docx
completely ignores that shared code path:
docxexport.hxx:virtual void SectionBreaksAndFrames( const SwTextNode& /*rNode*/
) override {}
--
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