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

Eyal Rozenberg <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WONTFIX                     |---
             Status|RESOLVED                    |UNCONFIRMED
     Ever confirmed|1                           |0

--- Comment #9 from Eyal Rozenberg <[email protected]> ---
(In reply to Heiko Tietze from comment #8)
> You can indent any paragraph without attaching a list style.

The request is to do the _opposite_ of that, Heiko: Attaching a list style is
what's requested - without indenting or bulleting.

Actually, I've played a little with the customized list style - and it seems we
are a third of the way there already, because one can define a list style
which, for some levels, has "Nothing" as the item indicator (i.e. neither
number nor bullet nor image); and those paragraphs are still designated as
haivng that list style. Which means that this is already semi-implemented...
and we would just need, oh, I guess an UNO command, and a fourth button for the
choice of listem type, in addition to the three buttons for bulleted, numbered
and customized. That button could be off the toolbar by default, so it would
not confuse anyone.

this is what the FODT looks like:

 <office:automatic-styles>
  <style:style style:name="P1" style:family="paragraph"
style:parent-style-name="Standard">
   <style:text-properties officeooo:rsid="000aa63a"
officeooo:paragraph-rsid="000aa63a"/>
  </style:style>
  <style:style style:name="P2" style:family="paragraph"
style:parent-style-name="Standard" style:ln="Eyal1">
   <style:text-properties officeooo:rsid="000aa63a"
officeooo:paragraph-rsid="000aa63a"/>
  </style:style>
... snip...
 </office:automatic-styles>
... snip...
   <text:p text:style-name="P1">No list for me</text:p>
   <text:list text:style-name="Eyal1">
    <text:list-item>
     <text:p text:style-name="P2">Hello</text:p>
    </text:list-item>
    <text:list-item>
     <text:p text:style-name="P2">Second Line</text:p>
    </text:list-item>
    <text:list-item>
     <text:p text:style-name="P2">Third line</text:p>
    </text:list-item>
   </text:list>
... snip...

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to