<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:Armin.Le.Grand@me.com" title="Armin Le Grand (CIB) <Armin.Le.Grand@me.com>"> <span class="fn">Armin Le Grand (CIB)</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Crop Outline does not match Crop Area"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117145">bug 117145</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>ASSIGNED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Assignee</td>
           <td>libreoffice-bugs@lists.freedesktop.org
           </td>
           <td>Armin.Le.Grand@me.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Crop Outline does not match Crop Area"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117145#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Crop Outline does not match Crop Area"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=117145">bug 117145</a>
              from <span class="vcard"><a class="email" href="mailto:Armin.Le.Grand@me.com" title="Armin Le Grand (CIB) <Armin.Le.Grand@me.com>"> <span class="fn">Armin Le Grand (CIB)</span></a>
</span></b>
        <pre>Taking a look...
Problem is that SwVirtFlyDrawObj::getFullDragClone() in Writer uses
SdrTextObj::TRSetBaseGeometry at the cloned interation object, and that
SdrTextObj::TRSetBaseGeometry tries to 'force' metric to pool metric. The pool
metric befor the change that all SdrObjects have a SdrModel was fetched from
GlobalDrawObjectItemPool and thus was 100thmm, while now gets correctly fetched
from Writer's DrawItemPool and is Twips.
This shows that it did not work before and would have been wronf if it ever
would have worked.
It also shows that 'someone' implies that input data to ::TRSetBaseGeometry is
*always' 100thmm - this was never defined nor intended.
Thus the question is - why is this 'force' done here? Will need to find that
out. In *some* circumstances someone seems to have used this (and the wrong
imply) to fix/change/do something...</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>