Searched refs:xIPObj (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | documen5.cxx | 153 uno::Reference< embed::XEmbeddedObject > xIPObj = ((SdrOle2Obj*)pObject)->GetObjRef(); in UpdateAllCharts() local 154 if ( xIPObj.is() ) in UpdateAllCharts() 176 … uno::Reference< embed::XComponentSupplier > xCompSupp( xIPObj, uno::UNO_QUERY ); in UpdateAllCharts() 577 …uno::Reference< embed::XEmbeddedObject > xIPObj = FindOleObjectByName( pChartListener->GetString()… in UpdateChartRef() local 578 svt::EmbeddedObjectRef::TryRunningState( xIPObj ); in UpdateChartRef() 584 if ( xIPObj.is() ) in UpdateChartRef() 588 …uno::Reference< chart2::XChartDocument > xChartDoc( xIPObj->getComponent(), uno::UNO_QUERY_THROW ); in UpdateChartRef() 751 uno::Reference< embed::XEmbeddedObject > xIPObj = ((SdrOle2Obj*)pObject)->GetObjRef(); in UpdateChartListenerCollection() local 752 DBG_ASSERT( xIPObj.is(), "No embedded object is given!"); in UpdateChartListenerCollection() 754 … uno::Reference< embed::XComponentSupplier > xCompSupp( xIPObj, uno::UNO_QUERY ); in UpdateChartListenerCollection()
|
H A D | drwlayer.cxx | 1598 uno::Reference< embed::XEmbeddedObject > xIPObj = ((SdrOle2Obj*)pNewObject)->GetObjRef(); in CopyFromClip() local 1599 uno::Reference< embed::XClassifiedObject > xClassified( xIPObj, uno::UNO_QUERY ); in CopyFromClip() 1611 if ( xIPObj.is() && SotExchange::IsChart( aObjectClassName ) ) in CopyFromClip()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | charthelper.cxx | 218 uno::Reference< embed::XEmbeddedObject > xIPObj = ((SdrOle2Obj*)pObject)->GetObjRef(); in GetChartFromSdrObject() local 219 if( xIPObj.is() ) in GetChartFromSdrObject() 221 svt::EmbeddedObjectRef::TryRunningState( xIPObj ); in GetChartFromSdrObject() 222 uno::Reference< util::XCloseable > xComponent = xIPObj->getComponent(); in GetChartFromSdrObject()
|
H A D | chartlock.cxx | 69 … uno::Reference< embed::XEmbeddedObject > xIPObj = ((SdrOle2Obj*)pObject)->GetObjRef(); in lcl_getAllLivingCharts() local 70 uno::Reference< embed::XComponentSupplier > xCompSupp( xIPObj, uno::UNO_QUERY ); in lcl_getAllLivingCharts()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 2902 uno::Reference < embed::XEmbeddedObject > xIPObj; in attachToRange() local 2915 xIPObj = pCnt->CreateEmbeddedObject( aClassName.GetByteSequence(), aName ); in attachToRange() 2917 if ( xIPObj.is() ) in attachToRange() 2931 svt::EmbeddedObjectRef::TryRunningState( xIPObj ); in attachToRange() 2934 uno::Reference < container::XChild > xChild( xIPObj, uno::UNO_QUERY ); in attachToRange() 2939 … MapUnit aRefMap = VCLUnoHelper::UnoEmbed2VCLMapUnit( xIPObj->getMapUnit( nAspect ) ); in attachToRange() 2943 aSize = xIPObj->getVisualAreaSize( nAspect ); in attachToRange() 2967 ::svt::EmbeddedObjectRef xObjRef( xIPObj, nAspect ); in attachToRange()
|
/aoo42x/main/sw/source/ui/inc/ |
H A D | wrtsh.hxx | 348 virtual void ConnectObj( svt::EmbeddedObjectRef& xIPObj, const SwRect &rPrt,
|
Completed in 91 milliseconds