<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOCX: Text Not Rotated in Text Boxes with Rotation"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=82627#c14">Comment # 14</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN DOCX: Text Not Rotated in Text Boxes with Rotation"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=82627">bug 82627</a>
              from <span class="vcard"><a class="email" href="mailto:baron@caesar.elte.hu" title="Aron Budea <baron@caesar.elte.hu>"> <span class="fn">Aron Budea</span></a>
</span></b>
        <pre>Some details on this from Miklos.
There are two kinds of text containers in shape: Writer or editeng. The Writer
one can contain complex content, but can't be rotated, while the editeng one
can be rotated.

Word doesn't have this kind of distinction, and currently DOCX import creates
Writer text in a shape. This can be confirmed by turning on formatting marks:
if end-of-paragraph markers are shown in side the text box, it's Writer text,
if not then it's editeng-based.

A potentially quick and dirty way to fix this would be to switch the DOCX
import to use editeng-based text containers in shapes. Providing a real fix
will be more difficult.</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>