[Libreoffice-bugs] [Bug 73056] FILEOPEN: Non-global Table Row Margins of MS WORD 97-2003 DOC are only implemented for 1st Cell of Row.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Apr 21 11:41:25 UTC 2020


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

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

--- Comment #19 from Justin L <jluth at mail.com> ---
The support of the default margins and override margins appears to have started
with commit af86fa3b49d8de756d530508b7b43e2a19d161fc
Author: Caolán McNamara on Date:   Thu Jun 13 13:19:07 2002 +0000
    #99697# Improve quality of the Frame->Table hack which allows captioned
graphics to be included in word's illustration index

But there were a few unknowns here, which are the key to this bugfix.
void WW8TabBandDesc::ProcessSpecificSpacing(const sal_uInt8* pParams)
    sal_uInt8 nWhichCell = *pParams++;  //THIS SHOULD BE nStartCell
    ++pParams; //unknown byte //THIS SHOULD BE nEndCell
    sal_uInt8 nSideBits = *pParams++;
    sal_uInt8 nUnknown2 = *pParams; //Fts ftsDxa(0x3) or FtsPercent(0x2)


Proposed fix at https://gerrit.libreoffice.org/c/core/+/92628

-- 
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/20200421/28efc713/attachment.htm>


More information about the Libreoffice-bugs mailing list