<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Writer text boxes do not apply default style"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=96706#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Writer text boxes do not apply default style"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=96706">bug 96706</a>
              from <span class="vcard"><a class="email" href="mailto:telesto@surfxs.nl" title="Telesto <telesto@surfxs.nl>"> <span class="fn">Telesto</span></a>
</span></b>
        <pre>For the record. Quote from <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED DUPLICATE - No font set when pasting text into a textbox"
   href="show_bug.cgi?id=112055#c4">bug 112055 comment 4</a>; 

Regina Henschel

Currently the elements inside the text box are not able to use custom styles
(those from styles.xml). That is a limitation of LibreOffice and not covered by
file format.

Currently the <span> elements in the paragraphs inside the text box can use the
same automatic styles as the <span> elements in the original text. LibreOffice
uses it already, but not in all cases. That can be improved, but the current
solution is not really an error.

The real problem is, that the paragraph styles are not handled correctly. The
original text uses paragraph style "Standard", which is "Default style" in the
UI. Because of the lacking feature of using custom styles from styles.xml,
currently special automatic paragraph styles are generated in custom.xml. But
that is wrongly done. It would be sufficient, if these special styles would get
a style:parent-style-name="Standard" and nothing else. And in case the original
text uses already an automatic paragraph style, the same automatic style can be
used directly in the text-box.

That is about file format. Changes in the internal model might 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>