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

Regina Henschel <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #8 from Regina Henschel <[email protected]> ---
The outline level is set correctly, but the paragraph does not get a
list-level, which corresponds to the outline level.

The list level is not given by an attribute in the file format, but by nesting
lists, which is a structure.

I have looked around in the ODF 1.2 specification, whether it is possible to
specify an associated list level. If I understand the spec correctly, it would
be possible to use the attribute "style:list-level" in the paragraph style.
That is section 19.495 in
http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html. It
seems, that currently LibreOffice does not evaluate that attribute at all. At
least adding it manually to the file has no effect and resaving the document
removes this attribute.

With that attribute it would be possible to build a set of paragraph styles
similar to "Heading 1", "Heading 2", ..., so that when assigning the paragraph
style, LibreOffice knows, that it has to put the paragraph to the specified
list level, which means to generate the nested lists accordingly.

If I'm correct with my interpretation, then implementing the attribute could
solve the problem. In this sense this bug report would be an enhancement
request.

-- 
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

Reply via email to