Home
last modified time | relevance | path

Searched refs:xIPObj (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddocumen5.cxx153 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 Ddrwlayer.cxx1598 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()
/trunk/main/sc/source/core/tool/
H A Dcharthelper.cxx218 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 Dchartlock.cxx69 … 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()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx2902 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()
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx348 virtual void ConnectObj( svt::EmbeddedObjectRef& xIPObj, const SwRect &rPrt,

Completed in 65 milliseconds