[Libreoffice-bugs] [Bug 64050] FILEOPEN: DOC: column widths are backwards and differently sized

2017-09-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64050

Buovjaga  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |NOTOURBUG

--- Comment #7 from Buovjaga  ---
Ok, let's close.

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


[Libreoffice-bugs] [Bug 64050] FILEOPEN: DOC: column widths are backwards and differently sized

2017-09-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64050

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