<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:michael.stahl@cib.de" title="Michael Stahl (CIB) <michael.stahl@cib.de>"> <span class="fn">Michael Stahl (CIB)</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - FORMATTING: Numbering list in DOCX does not continue previous numbering"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=95848">bug 95848</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>ASSIGNED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>michael.stahl@cib.de
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>libreoffice-bugs@lists.freedesktop.org
           </td>
           <td>michael.stahl@cib.de
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - FORMATTING: Numbering list in DOCX does not continue previous numbering"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=95848#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - FORMATTING: Numbering list in DOCX does not continue previous numbering"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=95848">bug 95848</a>
              from <span class="vcard"><a class="email" href="mailto:michael.stahl@cib.de" title="Michael Stahl (CIB) <michael.stahl@cib.de>"> <span class="fn">Michael Stahl (CIB)</span></a>
</span></b>
        <pre>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 <a href="show_bug.cgi?id=95848#c6">comment #6</a> 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...</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>