[Libreoffice-bugs] [Bug 76683] FILEOPEN: DOCX with 2 column spacing empty opens without content due to wrongly read Columns in Text Section

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Aug 21 08:43:30 UTC 2018


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

Justin L <jluth at mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|libreoffice-bugs at lists.free |jluth at mail.com
                   |desktop.org                 |
             Status|NEW                         |ASSIGNED
                 CC|                            |jluth at mail.com

--- Comment #12 from Justin L <jluth at mail.com> ---
Columns width and space: The possible values for this attribute are defined by
the ST_TwipsMeasure simple type (ยง2.17.104). This simple type specifies that
its contents will contain a positive whole number, whose contents consist of a
measurement in twentieths of a point (equivalent to 1/1440th of an inch).

However
<w:cols w:num="2" w:space="794" w:equalWidth="0">
  <w:col w:w="9406" w:space="-1"/>
  <w:col w:w="-1"/>
</w:cols>

-- 
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/20180821/ef40a6c7/attachment-0001.html>


More information about the Libreoffice-bugs mailing list