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

Yousuf Philips (jay) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]
            Version|unspecified                 |Inherited From OOo
            Summary|FILEOPEN: DOCX: Alignment   |FILEOPEN: DOCX: RTL
                   |of Arabic text form left to |paragraphs with left
                   |right (should be right to   |alignment open with right
                   |left)                       |alignment and vice versa

--- Comment #6 from Yousuf Philips (jay) <[email protected]> ---
Would have been useful to know where attachment 89808 originated, as it wasnt
created by MS Word as 2007 and 2010 both state that it required repairing and
when saving it from 2007 or 2010, LO could open those files correctly.

So the document has XML like this for the line which is supposed to be right
aligned

 <w:p>
   <w:pPr>
     <w:pStyle w:val="Normal" />
     <w:jc w:val="right" />
     <w:rPr>
       <w:rtl w:val="true" />
       <w:lang w:bidi="ar-AE" />
     </w:rPr>
   </w:pPr>
   <w:r>
     <w:rPr>
       <w:rtl w:val="true" />
       <w:lang w:bidi="ar-AE" />
     </w:rPr>
   </w:r>
 </w:p>

And Word 2007 has XML like this

 <w:p ...>
   <w:pPr>
     <w:jc w:val="right" />
     <w:rPr>
       <w:rtl />
       <w:lang w:bidi="ar-AE" />
     </w:rPr>
   </w:pPr>
 </w:p>

Justin, Mike: Any thoughts?

-- 
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