<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - add support for paragraph mark formatting for ODF"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131700">131700</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>add support for paragraph mark formatting for ODF
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>Inherited From OOo
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Keywords</th>
          <td>filter:odf
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Writer
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>michael.stahl@cib.de
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>thb@libreoffice.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Word allows setting hard formatting on list label and paragraph end marker.

this is already supported by DOCX filters but not in ODF filters or even ODF
format.

see following commits:

5ba30f588d6e41a13d68b1461345fca7a7ca61ac "<a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - FORMATTING: A DOCX-file in Writer shows different size of list elements (numbering)"
   href="show_bug.cgi?id=64222">tdf#64222</a> sw: better DOCX
import/export of paragraph marker formatting"
d8c36a8771398327ba83884a2e0aa82a6d7c8492 "sw: add getter for
RES_PARATR_LIST_AUTOFMT"
6ed12ab2d0742f86ce25defec3c776562dbfad9a "<a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - FILESAVE LO round-tripped DOCX List created with Word gets larger bullets in Writer"
   href="show_bug.cgi?id=120546">tdf#120546</a> fix DOCX overriding
numrule format"

2 obvious options would be:

* add the items directly to the paragraph automatic style
  these would be the same as the text-properties so there would
  be new element list-text-properties or similar

* export paragraph marker formatting as a text automatic style
  and reference it via a new style reference attribute from
  paragraph automatic style

i'm not sure currently if the paragraph automatic style already has formatting
related to list item, need to check that...</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>