[Libreoffice-bugs] [Bug 95848] FORMATTING: Numbering list in DOCX does not continue previous numbering
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Aug 30 15:16:22 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=95848
Michael Stahl (CIB) <michael.stahl at cib.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |michael.stahl at cib.de
Assignee|libreoffice-bugs at lists.free |michael.stahl at cib.de
|desktop.org |
--- Comment #8 from Michael Stahl (CIB) <michael.stahl at cib.de> ---
so it looks like a "list" in Word is defined by a w:abstractNum instance and
everything derived from it via w:num is part of the list?
i don't find that documented anywhere, but i just read the OOXML numbering
stuff for the first time, but this is consistent with a couple documents i made
in Word 2013.
hmmm comment #6 has a relatively easy to implement fix for this document, but
in general a w:num can contain a w:lvlOverride which would require a numbering
style in writer's model.
perhaps the w:lvlOverride properties could all be set on the paragraph itself
where it's applied, but that doesn't appear to be ideal.
but it looks like SwList can actually hold arbitrary SwTextNodes - while it
does have a "default" list style, you can manually set ListId property on any
SwTextNode to add it to a SwList.
i'll try to get DomainMapper to do that...
--
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/20190830/08031453/attachment.html>
More information about the Libreoffice-bugs
mailing list