Bug 152654

Summary: Introduce List Styles in Impress
Product: LibreOffice Reporter: Eyal Rozenberg <eyalroz1>
Component: ImpressAssignee: Not Assigned <libreoffice-bugs>
Status: NEW ---    
Severity: enhancement CC: miguelangelrv, pierre.choffardet, rafael.palma.lima, rb.henschel, stephane.guillou
Priority: medium    
Version: Inherited From OOo   
Hardware: All   
OS: All   
See Also: https://bugs.documentfoundation.org/show_bug.cgi?id=137297
https://bugs.documentfoundation.org/show_bug.cgi?id=158274
Whiteboard:
Crash report or crash signature: Regression By:
Bug Depends on:    
Bug Blocks: 94587, 152652    

Description Eyal Rozenberg 2022-12-23 14:33:17 UTC
Impress has objects contains multi-paragraph text. These paragraphs can be numbered or bulleted, including multi-level bulleting and numbering - and this is a common feature in presentations.

Yet - Impress does not have proper list styles for saving combination of list features, applying them elsewhere, and editing them one for all slides in the presentation. At least, the is no UI for such styles. 

It standard to reason that such styles should be fully implemented in Impress/Draw.
Comment 1 Eyal Rozenberg 2022-12-23 18:17:39 UTC
Rafael, since you filed bug 137297, would you mind confirming? Or - do you think we need more discussion on this?
Comment 2 Eyal Rozenberg 2023-01-16 11:48:11 UTC
Regina, can list styles - which are already supported in ODFs - simply be applied to paragraphs in an Impress document? Or does that require a spec change?

I'm asking since you mentioned that an ODP/ODG file may already have character or paragraph styles, even if these are not currently supported by LO.
Comment 3 Regina Henschel 2023-01-16 14:04:43 UTC
A list style is not applied to a paragraph but to a list. And yes, ODF allows that a list style of a list in a shape is a common list style. Only LibreOffice has it implemented only as automatic style (aka direct formatting).

So nothing to do in regard to ODF.
Comment 4 Eyal Rozenberg 2023-01-16 14:15:24 UTC
So, blocking ODF-import rather than ODF-spec then.
Comment 5 Stéphane Guillou (stragu) 2023-07-28 17:12:52 UTC
Regina, just double-checking: would it be accurate that ODF does support list styles in ODG/ODP but we don't have the UI for it, and therefore the meta bug 94587 can be used here?
Comment 6 Regina Henschel 2023-07-28 18:04:00 UTC
(In reply to Stéphane Guillou (stragu) from comment #5)
> Regina, just double-checking: would it be accurate that ODF does support
> list styles in ODG/ODP but we don't have the UI for it, and therefore the
> meta bug 94587 can be used here?

Yes, ODF supports it, meta bug 94587 is correct.

It is not only missing UI. The list style itself is not read, if it is not in content.xml but in styles.xml.
Comment 7 Stéphane Guillou (stragu) 2023-07-28 23:44:44 UTC
Thank you, Regina!
Ha, only realised now it's the same that Eyal already blocked :)
Setting to new, sounds like an obvious improvement.