[Libreoffice-bugs] [Bug 122747] FILESAVE: DOCX: RTL text is left aligned after RT
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Jan 24 15:20:07 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=122747
Justin L <jluth at mail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #12 from Justin L <jluth at mail.com> ---
ParaStyles inherit the RTL setting from the "Environment", and thus fall-back
on the locale since it is impossible to connect a page style to a paragraph
style. That likely explains why comment 2 is unable to reproduce - likely
Eyal's locale is RTL, while I have LTR.
So, in ODT the paragraph styles use RTL because they pass through the RTL value
from the page style. In the DOCX they are hard-coded as LTR, because export
deduced that from the locale with the comment //what else can we do :-(
The only option is to plaster a w:jc onto every paragraph when both the
paragraph and the style inherit from the page style.
*** This bug has been marked as a duplicate of bug 98620 ***
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190124/84963368/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list