Home
last modified time | relevance | path

Searched refs:xCompSupp (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/reportdesign/source/core/sdr/
H A DRptObject.cxx1148 uno::Reference< embed::XComponentSupplier > xCompSupp(_xObj,uno::UNO_QUERY); in lcl_getDataProvider() local
1149 if( xCompSupp.is()) in lcl_getDataProvider()
1151 … uno::Reference< chart2::XChartDocument> xChartDoc( xCompSupp->getComponent(), uno::UNO_QUERY ); in lcl_getDataProvider()
1183 uno::Reference< embed::XComponentSupplier > xCompSupp( xObj, uno::UNO_QUERY ); in impl_createDataProvider_nothrow() local
1184 if( xCompSupp.is()) in impl_createDataProvider_nothrow()
1185 xReceiver.set( xCompSupp->getComponent(), uno::UNO_QUERY ); in impl_createDataProvider_nothrow()
1208 uno::Reference< embed::XComponentSupplier > xCompSupp( xObj, uno::UNO_QUERY ); in initializeOle() local
1209 if( xCompSupp.is() ) in initializeOle()
1222 uno::Reference< embed::XComponentSupplier > xCompSupp( xObj, uno::UNO_QUERY ); in initializeChart() local
1223 if( xCompSupp.is()) in initializeChart()
[all …]
/aoo4110/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx140 uno::Reference< embed::XComponentSupplier > xCompSupp( xObj, uno::UNO_QUERY ); in lcl_ChartInit() local
141 if( xCompSupp.is()) in lcl_ChartInit()
142 xReceiver.set( xCompSupp->getComponent(), uno::UNO_QUERY ); in lcl_ChartInit()
545 uno::Reference< embed::XComponentSupplier > xCompSupp( xObj, uno::UNO_QUERY ); in FuInsertChart() local
546 if( xCompSupp.is()) in FuInsertChart()
547 xReceiver.set( xCompSupp->getComponent(), uno::UNO_QUERY ); in FuInsertChart()
/aoo4110/main/sc/source/core/data/
H A Ddocumen5.cxx176 … uno::Reference< embed::XComponentSupplier > xCompSupp( xIPObj, uno::UNO_QUERY ); in UpdateAllCharts() local
177 if( xCompSupp.is()) in UpdateAllCharts()
178 xReceiver.set( xCompSupp->getComponent(), uno::UNO_QUERY ); in UpdateAllCharts()
754 … uno::Reference< embed::XComponentSupplier > xCompSupp( xIPObj, uno::UNO_QUERY ); in UpdateChartListenerCollection() local
755 if( xCompSupp.is()) in UpdateChartListenerCollection()
756 xReceiver.set( xCompSupp->getComponent(), uno::UNO_QUERY ); in UpdateChartListenerCollection()
/aoo4110/main/sc/source/core/tool/
H A Dchartlock.cxx70 uno::Reference< embed::XComponentSupplier > xCompSupp( xIPObj, uno::UNO_QUERY ); in lcl_getAllLivingCharts() local
71 if( xCompSupp.is()) in lcl_getAllLivingCharts()
73 … Reference< frame::XModel > xModel( xCompSupp->getComponent(), uno::UNO_QUERY ); in lcl_getAllLivingCharts()
/aoo4110/main/sw/source/ui/table/
H A Dtablemgr.cxx254 uno::Reference< embed::XComponentSupplier > xCompSupp( xObj, uno::UNO_QUERY ); in InsertChart() local
255 if( xCompSupp.is()) in InsertChart()
257 xChartModel.set( xCompSupp->getComponent(), uno::UNO_QUERY ); in InsertChart()
/aoo4110/main/sc/source/ui/unoobj/
H A Dchartuno.cxx250 uno::Reference< embed::XComponentSupplier > xCompSupp( xObj, uno::UNO_QUERY ); in addNewByName() local
251 if( xCompSupp.is()) in addNewByName()
252 xReceiver.set( xCompSupp->getComponent(), uno::UNO_QUERY ); in addNewByName()
/aoo4110/main/dbaccess/source/ui/app/
H A Dsubcomponentmanager.cxx127 Reference< XComponentSupplier > xCompSupp( i_rComponent, UNO_QUERY_THROW ); in SubComponentDescriptor() local
128 … Reference< XComponent > xComponent( xCompSupp->getComponent(), UNO_QUERY_THROW ); in SubComponentDescriptor()

Completed in 48 milliseconds