Lines Matching refs:aOLEObj
250 aOLEObj( xObj ), in SwOLENode()
255 aOLEObj.SetNode( this ); in SwOLENode()
264 aOLEObj( rString, nAspect ), in SwOLENode()
269 aOLEObj.SetNode( this ); in SwOLENode()
280 if ( aOLEObj.GetOleRef().is() ) in GetGraphic()
281 return aOLEObj.xOLERef.GetGraphic(); in GetGraphic()
287 return aOLEObj.xOLERef.GetHCGraphic(); in GetHCGraphic()
301 DBG_ASSERT( aOLEObj.GetOleRef().is(), "No object to restore!" ); in RestorePersistentData()
302 if ( aOLEObj.xOLERef.is() ) in RestorePersistentData()
315 uno::Reference < container::XChild > xChild( aOLEObj.xOLERef.GetObject(), uno::UNO_QUERY ); in RestorePersistentData()
319 DBG_ASSERT( aOLEObj.aName.Len(), "No object name!" ); in RestorePersistentData()
321 …if ( !p->GetEmbeddedObjectContainer().InsertEmbeddedObject( aOLEObj.xOLERef.GetObject(), aObjName … in RestorePersistentData()
329 aOLEObj.aName = aObjName; in RestorePersistentData()
330 aOLEObj.xOLERef.AssignToContainer( &p->GetEmbeddedObjectContainer(), aObjName ); in RestorePersistentData()
341 if( aOLEObj.xOLERef.is() ) in SavePersistentData()
343 comphelper::EmbeddedObjectContainer* pCnt = aOLEObj.xOLERef.GetContainer(); in SavePersistentData()
355 if ( pCnt && pCnt->HasEmbeddedObject( aOLEObj.aName ) ) in SavePersistentData()
357 … uno::Reference < container::XChild > xChild( aOLEObj.xOLERef.GetObject(), uno::UNO_QUERY ); in SavePersistentData()
382 pCnt->RemoveEmbeddedObject( aOLEObj.aName, sal_False, bKeepObjectToTempStorage ); in SavePersistentData()
388 aOLEObj.xOLERef.AssignToContainer( 0, aOLEObj.aName ); in SavePersistentData()
392 aOLEObj.xOLERef->changeState( embed::EmbedStates::LOADED ); in SavePersistentData()
454 return ((SwOLENode*)this)->aOLEObj.GetObject().GetSize( &aMapMode ); in GetTwipSize()
477 pSrc->GetEmbeddedObjectContainer().GetEmbeddedObject( aOLEObj.aName ), in MakeCopy()
533 if( aOLEObj.xOLERef.is() ) in IsOLEObjectDeleted()
538 return !p->GetEmbeddedObjectContainer().HasEmbeddedObject( aOLEObj.aName ); in IsOLEObjectDeleted()
549 if ( aOLEObj.xOLERef.is() ) in GetNewReplacement()
550 aOLEObj.xOLERef.UpdateReplacement(); in GetNewReplacement()
563 if ( !aOLEObj.xOLERef.is() ) in UpdateLinkURL_Impl()
564 aOLEObj.GetOleRef(); in UpdateLinkURL_Impl()
566 uno::Reference< embed::XEmbeddedObject > xObj = aOLEObj.xOLERef.GetObject(); in UpdateLinkURL_Impl()
614 …uno::Reference< embed::XLinkageSupport > xLinkSupport( aOLEObj.GetOleRef(), uno::UNO_QUERY_THROW ); in BreakFileLink_Impl()
615 xLinkSupport->breakLink( xStorage, aOLEObj.GetCurrentPersistName() ); in BreakFileLink_Impl()
637 if ( aOLEObj.xOLERef.GetObject().is() && !mpObjectLink ) in CheckFileLink_Impl()
641 …uno::Reference< embed::XLinkageSupport > xLinkSupport( aOLEObj.xOLERef.GetObject(), uno::UNO_QUERY… in CheckFileLink_Impl()