<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><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> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - In Writer, when writing a new RTL document with locale defined as Hebrew and saving as docx the styles are saved as LTR"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116404">bug 116404</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Hardware</td>
           <td>x86-64 (AMD64)
           </td>
           <td>All
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">OS</td>
           <td>Linux (All)
           </td>
           <td>All
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Version</td>
           <td>4.3 all versions
           </td>
           <td>Inherited From OOo
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>jluth@mail.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>libreoffice-bugs@lists.freedesktop.org
           </td>
           <td>jluth@mail.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - In Writer, when writing a new RTL document with locale defined as Hebrew and saving as docx the styles are saved as LTR"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116404#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - In Writer, when writing a new RTL document with locale defined as Hebrew and saving as docx the styles are saved as LTR"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116404">bug 116404</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>This is an excellent, clear problem description - thanks. Also applies to .DOC.

Note that this ONLY seems to apply to completely new documents.  If saved as
ODF and re-loaded, then the  export to docx saves the bidi setting. That
suggests an "unset" default value is being skipped in the export process.
Wrtw8styl.cxx OutputStyle identifies nPos==0 as "Normal" style, so we can force
the RES_FRAMEDIR property to be ::SET here.

The identical thing is happening on import in WW8RStyle::Import().
        /*
        Word defaults to ltr not from environment like writer. Regardless of
        the page/sections rtl setting the standard style lack of rtl still
        means ltr
        */</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>