<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - RTL: numbering alignment issue with doc and docx files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=72640#c18">Comment # 18</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - RTL: numbering alignment issue with doc and docx files"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=72640">bug 72640</a>
              from <span class="vcard"><a class="email" href="mailto:marklh9@gmail.com" title="Mark Hung <marklh9@gmail.com>"> <span class="fn">Mark Hung</span></a>
</span></b>
        <pre>(In reply to Buovjaga from <a href="show_bug.cgi?id=72640#c17">comment #17</a>)
<span class="quote">> Actually <a href="show_bug.cgi?id=72640#c11">comment 11</a> is wrong and the alignment issue is not fixed.

> I still opened <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOCX Numbering format shown as "1.1.1-" even though it should be "1-1-1-""
   href="show_bug.cgi?id=116883">bug 116883</a> for the 1-1-1- thing.</span >

Look into word/numbering.xml in files extracted from the docx,
You can find the definition of Heading1 ( search for Heading1 ):

      <w:pStyle w:val="Heading1"/>
      <w:lvlText w:val="فصل %1-"/>
      <w:lvlJc w:val="left"/>

Writer convert it to align to the start ( logical left ) of the preserved
space. I suspect the problem is in indention instead of the alignment. Can
anyone confirm the behavior in Word, has the document aligned to the start or
the end, despite how it looks?</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>