<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE - Time to save a 500Kb xlsx file has grown and causes a dump (see comment 7)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118662#c21">Comment # 21</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILESAVE - Time to save a 500Kb xlsx file has grown and causes a dump (see comment 7)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=118662">bug 118662</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>Difference seems that SvxShape::GetBitmap does something in 6.2 while 6.1 does
nothing for drawing.Caption objects. This is because in 6.1

GetSdrObject()->IsInserted() -> false

while for 6.2

GetSdrObject()->IsInserted() -> true

What means that we have a case where 'IsInserted' is not used as 'this object
is member of a page or group', but abused to suppress special operations.
I am pretty confident when I look into 6.1 (tomorrow) who and why is setting
bInserted (member of SdrObject) I will see some hack for Calc version of
SdrCaptionObj...

All this BTW in an official UNO API implementation for getting
GetPropertyValue("Metafile") what means this will not work for 'special'
XShapes what is by itself bad enough.</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>