[Libreoffice-bugs] [Bug 121670] FILEOPEN DOCX Three type Column with Next Page Section Break created with Word isn’t added to a new page opened in Writer

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Dec 21 15:29:31 UTC 2018


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

Justin L <jluth at mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jluth at mail.com

--- Comment #5 from Justin L <jluth at mail.com> ---
Created attachment 147759
  --> https://bugs.documentfoundation.org/attachment.cgi?id=147759&action=edit
3_columns2b.docx: slightly modified example of why this will be difficult to
fix.

If we just change const bool bTreatAsContinuous = m_nBreakType ==
NS_ooxml::LN_Value_ST_SectionMark_nextPage
        && m_nColumnCount > 0
        && m_bIsFirstSection

then the original document looks fine, but this one becomes awful. Perhaps the
only way to handle this is to ONLY put column information into a section and
never a page style (which likely will create exporting problems...).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20181221/5be89a7d/attachment.html>


More information about the Libreoffice-bugs mailing list