[Libreoffice-bugs] [Bug 144668] DOCX Customized numbering format lost on save and re-open

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 23 17:22:44 UTC 2021


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

Regina Henschel <rb.henschel at t-online.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |filter:docx
            Summary|Customized number format    |DOCX Customized numbering
                   |lost on save and re-open    |format lost on save and
                   |                            |re-open
     Ever confirmed|0                           |1

--- Comment #6 from Regina Henschel <rb.henschel at t-online.de> ---
We have two errors here:
DOCX Import: The second level is set to show all levels (ODF
text:display-level="2"), but the OOXML format string has only %2 and not %1.
DOCX Export: The format string is totally wrong. In ODF it is
loext:num-list-format="[000%1%], but in OOXML is becomes [%1000].

The wrong format string on export is created too, if you start with a new
document. The export error does not happen, if the prefix string has only
letters and not digits.

Tested with Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community
Build ID: 3372f93173b900c087073078a01d31916bf47783
CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win
Locale: de-DE (en_US); UI: en-US
Calc: threaded

-- 
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/20210923/6d30b728/attachment.htm>


More information about the Libreoffice-bugs mailing list