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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |
             Status|NEW                         |ASSIGNED

--- Comment #19 from Justin L <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to