<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOCX TOC style indent settings not imported correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135069#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOCX TOC style indent settings not imported correctly"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135069">bug 135069</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>I think that the problem is that w:styleId="Tartalomfejezetcm" tries to set
indent before text to be larger than the page width (LO UI limits it to 15.5cm)
and so I'm guessing that LO spills the excess amount into a negative indent
after text. (15.5+4.83 = 20.33)
          <w:ind w:left="11520" w:hanging="10953"/>

MS Word 2003 reports that Tartalomfejezetcm has a left indent of 1cm, and a
hanging of 19.32 (=20.32). If I apply the Tartalomfejezetcm style to the line
instead of TOC 1 (TJ1), then Word goes really bizarre. (Word 2016 does the same
thing - the text is tried to be placed one character per line at position 20.32
I guess - which is offscreen.)

For some reason, Word explicitly states TOC 1 has indent of 0, first of 0. Is
it doing something special to prevent inheritance for the TOC styles? W:ind
certainly is not defined by the style itself. And yet with the UI I can
re-inherit from Tartalomfejezetcm and then Word goes berserk as well.

So it seems there are some illegal things in this document (Word's UI does not
allow such a large left indent for example.)</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>