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

            Bug ID: 100163
           Summary: Frames with multiple columns cannot be exported to
                    Word formats
           Product: LibreOffice
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Writer
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 125419
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125419&action=edit
Example document, text frame with two columns

Open Writer, create a frame and set more than one column. Save the file as
.docx or .doc. The resulting Word document will not have columns in the text
frame.

Analysis by Miklos Vajna:

Here is how I see the situation:

- Writer has TextFrames -- complex content (including multiple columns),
  rectangle geometry
- Writer has draw shapes -- complex geometry, editeng text (no multiple
  columns)
- Writer has TextBoxes, which kind of combines the two together
- Word has TextBoxes, which is also kind of the combination of the two,
  but with a few features removed, like multiple columns

So the correct fix would be to have Word implement this feature Writer
has. Possible workarounds I can imagine in our side:

- export the two-column TextFrame as two TextBoxes, and link them --
  that way content will flow between the two automatically, similarly to
  the multi-column feature
- export it as a single-row, two-column table, though that would lack
  the auto-text-flow feature

Implementing the first (Writer multi-column -> Word linked text) would
be more or less layout-compatible.

-- 
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