Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/sw/source/core/unocore/
H A Dunoframe.cxx1658 uno::Reference < embed::XEmbeddedObject > xIP = pOleNode->GetOLEObj().GetOleRef(); in getPropertyValue() local
1661 SvGlobalName aClassName( xIP->getClassID() ); in getPropertyValue()
1665 if ( svt::EmbeddedObjectRef::TryRunningState( xIP ) ) in getPropertyValue()
1667 … uno::Reference < lang::XComponent > xComp( xIP->getComponent(), uno::UNO_QUERY ); in getPropertyValue()
1675 aAny <<= xIP; in getPropertyValue()
3003 uno::Reference < embed::XEmbeddedObject > xIP = pOleNode->GetOLEObj().GetOleRef(); in getEmbeddedObject() local
3004 if ( svt::EmbeddedObjectRef::TryRunningState( xIP ) ) in getEmbeddedObject()
3010 xRet = uno::Reference < lang::XComponent >( xIP->getComponent(), uno::UNO_QUERY ); in getEmbeddedObject()
3193 uno::Reference < embed::XEmbeddedObject > xIP = pNd->GetOLEObj().GetOleRef(); in modified() local
3194 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()
/aoo4110/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 47 milliseconds