[Libreoffice-bugs] [Bug 129575] FILEOPEN: DOCX: Incorrect padding in table

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Dec 28 08:09:56 UTC 2019


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

Justin L <jluth at mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nemeth at numbertext.org,
                   |                            |vmiklos at collabora.com

--- Comment #3 from Justin L <jluth at mail.com> ---
Yes, this document shows the impossible situation we are in.  Adding Laszlo
since he has been working on these things in an alternate way.

So the TableGrid style.xml here defines w:spacing=before=120, and direct
formatting in document.xml resets it to the default value of w:spacing=0.
Spacing is not defined anywhere else - not in docDefaults, or in the Default
Format paragraph style. So the direct formatting matches LO default values, and
since there is a single property that defines both before and after spacing we
have no way of knowing whether the w:spacing=0 direct formatting is intentional
or not.

In order to fix this, we would need to explicitly track within writerfilter
every shared-property that has been set - and also handle the table-grid
overlay within writerfilter itself (instead of in SW) so that it can access the
property-tracking variables.

-- 
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/20191228/e36da364/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list