<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi,<br>
<br>
I would like to discuss our support for the text:continue-numbering attribute.  Its use has been deprecated, but at the moment filters miss support for the text:continue-list attribute.  It might be quicker to modify a bit the current support for text:continue-numbering.<br>
<br>
According to ODF:<br>
<br>
The text:continue-numbering attribute specifies the numbering of a preceding list.<br>
If the value of the attribute is true and the numbering style of the preceding list is the same as the<br>
current list, the number of the first list item in the current list is the number of the last item in the<br>
preceding list incremented by one.<br>
<br>
The most important question first: What do I have to understand under numbering style?  The whole List style or the attributes of the text:list-level-style-number element only?  Examples follow, please check the current result and the expected one for Example2. 
<br>
<br>
Consider the text:list-level-style-number element of L1 and L2 to be identical.  <br>
<br>
<span style="text-decoration: underline;">Example1:</span><br>
<text:list text:style-name="L1"><br>
    <text:list-item><br>
      <text:p text:style-name="P1">List_item1</text:p><br>
    </text:list-item><br>
</text:list><br>
<text:list text:style-name="L2" text:continue-numbering="true"><br>
    <text:list-item><br>
      <text:p text:style-name="P1">List_item2</text:p><br>
    </text:list-item><br>
</text:list><br>
<br>
<span style="text-decoration: underline;">Result - as displayed by stage:</span><br>
1. List_item1<br>
2. List_item2<br>
<br>
<span style="text-decoration: underline;">Example2:</span><br>
<br>
<text:list text:style-name="L1"><br>
    <text:list-item><br>
      <text:p text:style-name="P1">List_item1</text:p><br>
    </text:list-item><br>
</text:list><br>
<text:list text:style-name="L5"><br>
    <text:list-item><br>
        <text:list><br>
            <text:list-item><br>
                <text:p text:style-name="P1">List_item1 - level2</text:p><br>
            </text:list-item><br>
        </text:list><br>
    </text:list-item><br>
</text:list><br>
<text:list text:style-name="L2" text:continue-numbering="true"><br>
  <text:list-item><br>
    <text:p text:style-name="P1">List_item2</text:p><br>
  </text:list-item><br>
</text:list><br>
<br>
<span style="text-decoration: underline;">Result - as displayed by stage:</span><br>
1. List_item1<br>
    1. List_item1 - level2<br>
1. List_item2<br>
<br>
<span style="text-decoration: underline;">Expected result: </span><br>
1. List_item1<br>
    1. List_item1 - level2<br>
2. List_item2<br>
<br>
-matus<br>
<br>
<div>-- <br>
<div style="font-family: Tahoma; font-size: 13px;"><font size="2">Matus Uzak<br>
Software Designer<br>
Ixonos Slovakia s.r.o.<br>
Sturova 27, 040 01 Kosice, Slovakia<br>
mobile 0421 918 718 958<br>
email: matus.uzak@ixonos.com<br>
http://www.ixonos.com</font></div>
</div>
</div>
</body>
</html>