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

Justin L <jl...@mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jl...@mail.com
            Summary|FORMATTING: MS Word .doc    |FILEOPEN: DOC: column
                   |incorrect converted - 2     |widths are backwards and
                   |columns created from single |differently sized
                   |column document             |

--- Comment #6 from Justin L <jl...@mail.com> ---
Ahh - this IS a two column document.  In Microsoft Word 2013, Page Layout,
Columns - More columns, it says there are 2. However, the larger column is
first, and the second column doesn't have a defined width.  Switch it to single
column in Microsoft Word and you will notice the document reformatting itself.

That said, LO still imports it very differently from Word. It puts the small
column first.

Debug functions complain about undefined column widths:
warn:legacy.osl:27454:1:sw/source/filter/ww8/ww8par6.cxx:942: +Sprm 136 (resp.
0xF203) (ColWidth) missing

and so use a default width of 2.54cm
sal_uInt16 nWidth = (pSW && aSWRes.nRemainingData >= 3) ? SVBT16ToShort(pSW +
1) : 1440;

I'd mark this one as a corrupt document and say NOTOURBUG.

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