Lines Matching refs:xOLERef

279         return aOLEObj.xOLERef.GetGraphic();  in GetGraphic()
285 return aOLEObj.xOLERef.GetHCGraphic(); in GetHCGraphic()
300 if ( aOLEObj.xOLERef.is() ) in RestorePersistentData()
313 uno::Reference < container::XChild > xChild( aOLEObj.xOLERef.GetObject(), uno::UNO_QUERY ); in RestorePersistentData()
319 …if ( !p->GetEmbeddedObjectContainer().InsertEmbeddedObject( aOLEObj.xOLERef.GetObject(), aObjName … in RestorePersistentData()
328 aOLEObj.xOLERef.AssignToContainer( &p->GetEmbeddedObjectContainer(), aObjName ); in RestorePersistentData()
339 if( aOLEObj.xOLERef.is() ) in SavePersistentData()
341 comphelper::EmbeddedObjectContainer* pCnt = aOLEObj.xOLERef.GetContainer(); in SavePersistentData()
355 … uno::Reference < container::XChild > xChild( aOLEObj.xOLERef.GetObject(), uno::UNO_QUERY ); in SavePersistentData()
386 aOLEObj.xOLERef.AssignToContainer( 0, aOLEObj.aName ); in SavePersistentData()
390 aOLEObj.xOLERef->changeState( embed::EmbedStates::LOADED ); in SavePersistentData()
531 if( aOLEObj.xOLERef.is() ) in IsOLEObjectDeleted()
547 if ( aOLEObj.xOLERef.is() ) in GetNewReplacement()
548 aOLEObj.xOLERef.UpdateReplacement(); in GetNewReplacement()
561 if ( !aOLEObj.xOLERef.is() ) in UpdateLinkURL_Impl()
564 uno::Reference< embed::XEmbeddedObject > xObj = aOLEObj.xOLERef.GetObject(); in UpdateLinkURL_Impl()
635 if ( aOLEObj.xOLERef.GetObject().is() && !mpObjectLink ) in CheckFileLink_Impl()
639 …uno::Reference< embed::XLinkageSupport > xLinkSupport( aOLEObj.xOLERef.GetObject(), uno::UNO_QUERY… in CheckFileLink_Impl()
679 xOLERef( xObj ) in SwOLEObj()
681 xOLERef.Lock( sal_True ); in SwOLEObj()
696 xOLERef.Lock( sal_True ); in SwOLEObj()
697 xOLERef.SetViewAspect( nAspect ); in SwOLEObj()
705 if ( xOLERef.is() ) in ~SwOLEObj()
706 xOLERef->removeStateChangeListener( pListener ); in ~SwOLEObj()
713 comphelper::EmbeddedObjectContainer* pCnt = xOLERef.GetContainer(); in ~SwOLEObj()
727 uno::Reference < container::XChild > xChild( xOLERef.GetObject(), uno::UNO_QUERY ); in ~SwOLEObj()
732 xOLERef.AssignToContainer( 0, aName ); in ~SwOLEObj()
736 xOLERef.Lock(sal_False); in ~SwOLEObj()
750 if ( xOLERef.is() ) in ~SwOLEObj()
753 xOLERef.Clear(); in ~SwOLEObj()
776 uno::Reference < container::XChild > xChild( xOLERef.GetObject(), uno::UNO_QUERY ); in SetNode()
780 if (!p->GetEmbeddedObjectContainer().InsertEmbeddedObject( xOLERef.GetObject(), aObjName ) ) in SetNode()
787 xOLERef.AssignToContainer( &p->GetEmbeddedObjectContainer(), aObjName ); in SetNode()
798 if (xOLERef.is() && xOLERef.IsChart()) in GetStyleString()
799 strStyle = xOLERef.GetChartType(); in GetStyleString()
804 return xOLERef.is(); in IsOleRef()
809 if( !xOLERef.is() ) in GetOleRef()
815 ASSERT( !xOLERef.is(), "rekursiver Aufruf von GetOleRef() ist nicht erlaubt" ) in GetOleRef()
839 xOLERef.Assign( xObj, xOLERef.GetViewAspect() ); in GetOleRef()
840 xOLERef.AssignToContainer( &p->GetEmbeddedObjectContainer(), aName ); in GetOleRef()
848 else if ( xOLERef->getCurrentState() == embed::EmbedStates::RUNNING ) in GetOleRef()
856 return xOLERef.GetObject(); in GetOleRef()
862 return xOLERef; in GetObject()
874 bRet = UnloadObject( xOLERef.GetObject(), pDoc, xOLERef.GetViewAspect() ); in UnloadObject()