To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=49369


User sj changed the following:

                  What    |Old value                 |New value
================================================================================
               Assigned to|sj                        |mav
--------------------------------------------------------------------------------
                    Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Wed Jun  1 07:55:38 -0700 
2005 -------
sj->mav: Initially the size of the imported ole object is correct, it is then
changed by the method: void SdrOle2Obj::ImpSetVisAreaSize() in
svx/source/svdraw/svdoole2.cxx

   //Rectangle aAcceptedVisArea(rIPRef->GetVisArea());
   if (aVisArea.GetSize() != aAcceptedVisArea.GetSize())
   {
      // server changed VisArea to its liking
      MapUnit aNewMapUnit = VCLUnoHelper::UnoEmbed2VCLMapUnit(
                    xObjRef->getMapUnit( GetAspect() ) );
      aRect.SetSize(OutputDevice::LogicToLogic( aAcceptedVisArea.GetSize(),
                    aNewMapUnit, pModel->GetScaleUnit()));
   }

I don't know anything about server changed VisArea, but I think after importing
MS documents no server at all should update something to the ole object until
the object is changed by the user.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to