<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - FILEOPEN: ms word docx with styles that include bulleting / numbering loses bullet / number part of style in Writer"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=131321#c11">Comment # 11</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - FILEOPEN: ms word docx with styles that include bulleting / numbering loses bullet / number part of style in Writer"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=131321">bug 131321</a>
from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
<pre>(In reply to Justin L from <a href="show_bug.cgi?id=131321#c10">comment #10</a>)
<span class="quote">> So I think the real question is why isn't this working?</span >
A big part of that is because Styles are finished before lists are processed.
resolveFastSubStream(rStream, OOXMLStream::FONTTABLE);
resolveFastSubStream(rStream, OOXMLStream::STYLES);
resolveFastSubStream(rStream, OOXMLStream::NUMBERING);
Numbering needs style information from char styles, and para styles, so we
can't simply switch those two around (and doing so caused a unit test failure
in ooxmlexport10 - good).</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>