<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Writer can't handle RTL direction from MS office odt file."
href="https://bugs.documentfoundation.org/show_bug.cgi?id=118350#c12">Comment # 12</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Writer can't handle RTL direction from MS office odt file."
href="https://bugs.documentfoundation.org/show_bug.cgi?id=118350">bug 118350</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>(In reply to Regina Henschel from <a href="show_bug.cgi?id=118350#c9">comment #9</a>)
<span class="quote">> I do not find any code in LibreOffice, that handles fo:text-align for import</span >
adjushdl.cxx?? It contains
SvXMLEnumMapEntry<style::ParagraphAdjust> const pXML_Para_Adjust_Enum[] =
{
{ XML_START, style::ParagraphAdjust_LEFT },
{ XML_END, style::ParagraphAdjust_RIGHT },
{ XML_CENTER, style::ParagraphAdjust_CENTER },
{ XML_JUSTIFY, style::ParagraphAdjust_BLOCK },
{ XML_JUSTIFIED, style::ParagraphAdjust_BLOCK }, // obsolete
{ XML_LEFT, style::ParagraphAdjust_LEFT },
{ XML_RIGHT, style::ParagraphAdjust_RIGHT },
{ XML_TOKEN_INVALID, style::ParagraphAdjust(0) }
};</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>