<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - A document with indented bulleted paragraphs saved to DOCX in Writer 6.2.1 looks wrong, but is fine when saved to DOCX from Writer 6.2.0"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126795#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - A document with indented bulleted paragraphs saved to DOCX in Writer 6.2.1 looks wrong, but is fine when saved to DOCX from Writer 6.2.0"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=126795">bug 126795</a>
              from <span class="vcard"><a class="email" href="mailto:serge.krot@cib.de" title="Serge Krot (CIB) <serge.krot@cib.de>"> <span class="fn">Serge Krot (CIB)</span></a>
</span></b>
        <pre>Quick analysis of regression:
- DocumentSettingId::TABS_RELATIVE_TO_INDENT: In DOCX, w:pos specifies the
position of the current custom tab stop with respect to the current page
margins. But in ODT, zero position could be page margins or paragraph indent
according to used settings.
- In our initial commit (<a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - "Y" is inserted ahead of ToC when its title is empty, when saving to DOCX"
   href="show_bug.cgi?id=124106">tdf#124106</a>) we perform correction using offset for all
tabs according to TABS_RELATIVE_TO_INDENT flag. The same code was developed
before in the past but somehow was disabled (I didn't find out why it was done
- needs some more analysis there at least for extraction of the test cases).
- Moreover the same check (which was added in <a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - "Y" is inserted ahead of ToC when its title is empty, when saving to DOCX"
   href="show_bug.cgi?id=124106">tdf#124106</a>) for
TABS_RELATIVE_TO_INDENT exists in RTF output.
- The difference between original test case and new one:
-- in original test case (<a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - "Y" is inserted ahead of ToC when its title is empty, when saving to DOCX"
   href="show_bug.cgi?id=124106">tdf#124106</a>) we had wrong tab position aligned at the
right border of the page for different paragraphs with different left
indentation,
-- in new test case (<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - A document with indented bulleted paragraphs saved to DOCX in Writer 6.2.1 looks wrong, but is fine when saved to DOCX from Writer 6.2.0"
   href="show_bug.cgi?id=126795">tdf#126795</a>) we have new tab stop between first line indent
and left indent - and this make text to be layouted starting from this tab stop
instead of left indent. Without check TABS_RELATIVE_TO_INDENT this tab stop is
placed before first line indent and therefore it is not used during layout
making text to be placed starting from left indent.</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>