<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - The Write crashes when I "cut and paste" a text from a PDF document"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134693#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - The Write crashes when I "cut and paste" a text from a PDF document"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=134693">bug 134693</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>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=163025" name="attach_163025" title="Bibisect log">attachment 163025</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=163025&action=edit" title="Bibisect log">[details]</a></span>
Bibisect log

Bisected to
author  Michael Stahl <<a href="mailto:Michael.Stahl@cib.de">Michael.Stahl@cib.de</a>>    2019-04-05 19:30:45 +0200
committer       Caolán McNamara <<a href="mailto:caolanm@redhat.com">caolanm@redhat.com</a>>    2019-04-13 20:28:39
+0200
commit  9dbff5b4e1dabb715ed146827f69f8fbaba8644a (patch)
tree    833960d75a36c3ff5235bd653c53889cfdbbce0b
parent  915ec0b5f5ce9a2da6a51f5278ea4faaffa19839 (diff)
writerfilter: implement RTF derived styles defaulting
It turns out that the situation fixed in commit
1be0a3fa9ebb22b607c54b47739d4467acfed259 also applies to the definition
of the styles themselves.

To implement the same style import as Word, the style definitions need
to be stored twice: once as read from the file, and another time with
attributes defaulted and deduplicated vs. the parent style; the second
representation is then sent to the domain mapper.

To make this easier, add a bool parameter to cloneAndDeduplicate()
to disable the implicit pPr dereferencing that happens when creating the
hard formatted paragraph properties (this could potentially be cleaned
up further if those paragraph properties would use pPr wrapper
themselves).

Also implement defaulting of line spacing in getDefaultSPRM().

<a href="https://cgit.freedesktop.org/libreoffice/core/commit/?id=9dbff5b4e1dabb715ed146827f69f8fbaba8644a">https://cgit.freedesktop.org/libreoffice/core/commit/?id=9dbff5b4e1dabb715ed146827f69f8fbaba8644a</a></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>