https://bugs.documentfoundation.org/show_bug.cgi?id=103345
V Stuart Foote <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |[email protected],
| |[email protected],
| |[email protected]
Blocks| |88173
Ever confirmed|0 |1
--- Comment #1 from V Stuart Foote <[email protected]> ---
Kevin, not sure that is the whole issue.
The LibreOffice numbering formats are described in IDL
http://opengrok.libreoffice.org/xref/core/offapi/com/sun/star/style/NumberingType.idl
And if you look at Mark's work in
https://gerrit.libreoffice.org/#/c/12252/
https://gerrit.libreoffice.org/#/c/21741/ ( for bug 84317 )
the CIRCLE_NUMBER numbering format is being coverted to its OOXML/ECMA 376 form
of "decimalEnclosedCircle"
The CHARS_GREEK_UPPER_LETTER and CHARS_GREEK_LOWER_LETTER formats can not be
converted because there is no corresponding OOXML/ECMA 376 format to change to
[1]. So they are reasonably export filtered to "decimal" w:numFormat value.
They open showing their assigned numFormat values correctly in MS Word.
But, there is an issue on round trip reopening in LibreOffice, as there is no
ww8 import filter to convert "decimalEnclosedCircle" to its corresponding
CIRCLE_NUMBER format.
That needs to be tweaked, and possibly import filter for some of the others
that have specific assignments on export.
@Mark, Miklos?
=-ref-=
http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-376,%20Fourth%20Edition,%20Part%201%20-%20Fundamentals%20And%20Markup%20Language%20Reference.zip
§17.18.59
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=88173
[Bug 88173] [Meta] Tracking bug for limitations of DOCX (OOXML) format
--
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