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

Michael Stahl (CIB) <michael.st...@cib.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |michael.st...@cib.de
           Assignee|libreoffice-b...@lists.free |michael.st...@cib.de
                   |desktop.org                 |

--- Comment #8 from Michael Stahl (CIB) <michael.st...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to