Searched refs:xCompSupp (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/reportdesign/source/core/sdr/ |
H A D | RptObject.cxx | 1148 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 …]
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | fuins2.cxx | 140 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()
|
/aoo42x/main/sc/source/core/data/ |
H A D | documen5.cxx | 176 … 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()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | chartlock.cxx | 70 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()
|
/aoo42x/main/sw/source/ui/table/ |
H A D | tablemgr.cxx | 254 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()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | chartuno.cxx | 250 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()
|
/aoo42x/main/dbaccess/source/ui/app/ |
H A D | subcomponentmanager.cxx | 127 Reference< XComponentSupplier > xCompSupp( i_rComponent, UNO_QUERY_THROW ); in SubComponentDescriptor() local 128 … Reference< XComponent > xComponent( xCompSupp->getComponent(), UNO_QUERY_THROW ); in SubComponentDescriptor()
|
Completed in 49 milliseconds