[Libreoffice-bugs] [Bug 131321] FILEOPEN: ms word docx with styles that include bulleting / numbering loses bullet / number part of style in Writer

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Fri Apr 10 15:48:58 UTC 2020


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

--- Comment #11 from Justin L <jluth at mail.com> ---
(In reply to Justin L from comment #10)
> So I think the real question is why isn't this working?
A big part of that is because Styles are finished before lists are processed.
        resolveFastSubStream(rStream, OOXMLStream::FONTTABLE);
        resolveFastSubStream(rStream, OOXMLStream::STYLES);
        resolveFastSubStream(rStream, OOXMLStream::NUMBERING);

Numbering needs style information from char styles, and para styles, so we
can't simply switch those two around (and doing so caused a unit test failure
in ooxmlexport10 - good).

-- 
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/20200410/7519c8dc/attachment.htm>


More information about the Libreoffice-bugs mailing list