https://bugs.documentfoundation.org/show_bug.cgi?id=116404

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86-64 (AMD64)              |All
                 OS|Linux (All)                 |All
            Version|4.3 all versions            |Inherited From OOo
                 CC|                            |[email protected]
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #6 from Justin L <[email protected]> ---
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
        */

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to