Home
last modified time | relevance | path

Searched refs:xIP (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocchart.cxx249 uno::Reference < embed::XEmbeddedObject > xIP = pONd->GetOLEObj().GetOleRef(); in CreateChartInternalDataProviders() local
250 if ( svt::EmbeddedObjectRef::TryRunningState( xIP ) ) in CreateChartInternalDataProviders()
252 … uno::Reference< chart2::XChartDocument > xChart( xIP->getComponent(), UNO_QUERY ); in CreateChartInternalDataProviders()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx2175 uno::Reference < embed::XEmbeddedObject > xIP = pOleNode->GetOLEObj().GetOleRef(); in getPropertyValue() local
2178 SvGlobalName aClassName( xIP->getClassID() ); in getPropertyValue()
2182 if ( svt::EmbeddedObjectRef::TryRunningState( xIP ) ) in getPropertyValue()
2184 … uno::Reference < lang::XComponent > xComp( xIP->getComponent(), uno::UNO_QUERY ); in getPropertyValue()
2192 aAny <<= xIP; in getPropertyValue()
3646 uno::Reference < embed::XEmbeddedObject > xIP = pOleNode->GetOLEObj().GetOleRef(); in getEmbeddedObject() local
3647 if ( svt::EmbeddedObjectRef::TryRunningState( xIP ) ) in getEmbeddedObject()
3653 xRet = uno::Reference < lang::XComponent >( xIP->getComponent(), uno::UNO_QUERY ); in getEmbeddedObject()
3836 uno::Reference < embed::XEmbeddedObject > xIP = pNd->GetOLEObj().GetOleRef(); in modified() local
3837 if ( xIP.is() ) in modified()
[all …]
H A Dunochart.cxx106 uno::Reference < embed::XEmbeddedObject > xIP = pONd->GetOLEObj().GetOleRef(); in DoUpdateAllCharts() local
107 if ( svt::EmbeddedObjectRef::TryRunningState( xIP ) ) in DoUpdateAllCharts()
111 … uno::Reference< util::XModifiable > xModif( xIP->getComponent(), uno::UNO_QUERY_THROW ); in DoUpdateAllCharts()
185 uno::Reference < embed::XEmbeddedObject > xIP = pONd->GetOLEObj().GetOleRef(); in LockUnlockAllCharts() local
186 if ( svt::EmbeddedObjectRef::TryRunningState( xIP ) ) in LockUnlockAllCharts()
188 … xRes = uno::Reference < frame::XModel >( xIP->getComponent(), uno::UNO_QUERY ); in LockUnlockAllCharts()
/trunk/main/sw/source/core/ole/
H A Dndole.cxx372 uno::Reference < embed::XEmbeddedObject > xIP = GetOLEObj().GetOleRef(); in SavePersistentData() local
373 if ( svt::EmbeddedObjectRef::TryRunningState( xIP ) ) in SavePersistentData()
375 uno::Reference< chart2::XChartDocument > xChart( xIP->getComponent(), UNO_QUERY ); in SavePersistentData()

Completed in 59 milliseconds