[Libreoffice-bugs] [Bug 64050] FILEOPEN: DOC: column widths are backwards and differently sized
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Sep 6 00:18:13 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=64050
Justin L <jluth at mail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jluth at 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 <jluth at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170906/89f3f789/attachment.html>
More information about the Libreoffice-bugs
mailing list