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

--- Comment #10 from Miklos Vajna <vmik...@collabora.com> ---
Noel and Mike discussed this in detail on IRC. I think the summary is that we
believe this is a precision problem. The DOCX file has column widths in twips,
the Writer UNO API (used by the DOCX import) works with relative sizes: the
separators are declared on a 0..10000 scale. Writer core than converts this
back to twips values internally.

It is believed that the fix will be to add an extended way to transfer these
column width from writerfilter/ to sw/, a way that allows working with twips
values end-to-end.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to