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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|5.4.0.0.alpha0+             |unspecified

--- Comment #11 from Justin L <[email protected]> ---
It looks like the importer need to understand
2.2.1.3 MSONFC This specifies the list of numbering formats that can be used
for a group of automatically numbered objects.
msonfcHebrew1 0x2D hebrew1  (numbering)
msonfcArabic1 0x2E arabicAlpha
msonfcHebrew2 0x2F hebrew2 (alphabet)

MSONFC is also used for page numbers (sprmSNfcPgn - which is not working for
DOC or DOCX).

MSONFC is also used for footnote numbers (sprmSNfcFtnRef -also not working for
DOC or DOCX).

For this particular bug, it looks like this is stored in "rgnfc (9 bytes): An
array of 8-bit MSONFC elements" which is a part of 2.9.159 NumRM.
It seems we ignore it completely on DOC import:
{NS_sprm::PNumRM::val,            nullptr},

-- 
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