| /trunk/main/extensions/source/ole/ |
| H A D | servreg.cxx | 44 Reference<XInterface> xService = *new OleConverter_Impl2( xSMgr); in ConverterProvider_CreateInstance2() local 45 return xService; in ConverterProvider_CreateInstance2() 50 …Reference<XInterface> xService = *new OleConverter_Impl2( xSMgr, UNO_OBJECT_WRAPPER_REMOTE_OPT, IU… in ConverterProvider_CreateInstanceVar1() local 51 return xService; in ConverterProvider_CreateInstanceVar1() 56 Reference<XInterface> xService = *new OleClient_Impl( xSMgr); in OleClient_CreateInstance() local 57 return xService; in OleClient_CreateInstance() 62 Reference<XInterface > xService = *new OleServer_Impl(xSMgr); in OleServer_CreateInstance() local 63 return xService; in OleServer_CreateInstance()
|
| /trunk/main/framework/source/dispatch/ |
| H A D | servicehandler.cxx | 228 css::uno::Reference< css::uno::XInterface > xService = implts_dispatch(aURL,lArguments); in dispatchWithNotification() local 232 if (xService.is()) in dispatchWithNotification() 236 aEvent.Result <<= xService; // may NULL for state=FAILED! in dispatchWithNotification() 299 css::uno::Reference< css::uno::XInterface > xService; in implts_dispatch() local 303 xService = xFactory->createInstance(sServiceName); in implts_dispatch() 305 css::uno::Reference< css::task::XJobExecutor > xExecuteable(xService, css::uno::UNO_QUERY); in implts_dispatch() 313 { xService.clear(); } in implts_dispatch() 315 return xService; in implts_dispatch()
|
| H A D | oxt_handler.cxx | 206 css::uno::Reference< css::uno::XInterface > xService; in dispatchWithNotification() local 208 xService = m_xFactory->createInstanceWithArguments( sServiceName, lParams ); in dispatchWithNotification() 209 css::uno::Reference< css::task::XJobExecutor > xExecuteable( xService, css::uno::UNO_QUERY ); in dispatchWithNotification()
|
| /trunk/main/unodevtools/source/unodevtools/ |
| H A D | typeblob.cxx | 631 Reference< XServiceTypeDescription2 > xService(xType, UNO_QUERY); in getTypeBlob() local 633 if ( !xService.is() ) in getTypeBlob() 637 xService->getConstructors()); in getTypeBlob() 647 if ( !xService->isSingleInterfaceBased() ) { in getTypeBlob() 648 mandatoryServices = xService->getMandatoryServices(); in getTypeBlob() 649 optionalServices = xService->getOptionalServices(); in getTypeBlob() 650 mandatoryInterfaces = xService->getMandatoryInterfaces(); in getTypeBlob() 651 optionalInterfaces = xService->getOptionalInterfaces(); in getTypeBlob() 652 properties = xService->getProperties(); in getTypeBlob() 664 (xService->isSingleInterfaceBased() ? 1 : 0), in getTypeBlob() [all …]
|
| /trunk/main/framework/inc/macros/ |
| H A D | xserviceinfo.hxx | 135 …css::uno::Reference< css::uno::XInterface > xService( static_cast< XINTERFACECAST* >(pClass), css:… 139 …return xService; … 161 …css::uno::Reference< css::uno::XInterface > xService( static_cast< XINTERFACECAST* >(pClass), css:… 165 …return xService; …
|
| /trunk/main/extensions/test/stm/ |
| H A D | datatest.cxx | 334 XInterfaceRef xService = *p; in ODataStreamTest_CreateInstance() local 335 return xService; in ODataStreamTest_CreateInstance() 619 XInterfaceRef xService = *p; in OMyPersistObject_CreateInstance() local 620 return xService; in OMyPersistObject_CreateInstance() 1035 XInterfaceRef xService = *p; in OObjectStreamTest_CreateInstance() local 1036 return xService; in OObjectStreamTest_CreateInstance()
|
| H A D | marktest.cxx | 380 XInterfaceRef xService = *p; in OMarkableOutputStreamTest_CreateInstance() local 381 return xService; in OMarkableOutputStreamTest_CreateInstance() 653 XInterfaceRef xService = *p; in OMarkableInputStreamTest_CreateInstance() local 654 return xService; in OMarkableInputStreamTest_CreateInstance()
|
| H A D | pipetest.cxx | 420 XInterfaceRef xService = *p; in OPipeTest_CreateInstance() local 421 return xService; in OPipeTest_CreateInstance()
|
| /trunk/main/desktop/source/app/ |
| H A D | check_ext_deps.cxx | 218 uno::Reference< uno::XInterface > xService; in impl_showExtensionDialog() local 226 xService = xServiceManager->createInstanceWithContext( sServiceName, xContext ); in impl_showExtensionDialog() 227 uno::Reference< ui::dialogs::XExecutableDialog > xExecuteable( xService, uno::UNO_QUERY ); in impl_showExtensionDialog()
|
| /trunk/main/embedserv/source/embed/ |
| H A D | register.cxx | 45 uno::Reference<uno::XInterface > xService = *new EmbedServer_Impl( xSMgr ); in EmbedServer_createInstance() local 46 return xService; in EmbedServer_createInstance()
|
| /trunk/main/sw/source/ui/sidebar/ |
| H A D | SwPanelFactory.cxx | 64 …cssu::Reference<cssu::XInterface> xService (static_cast<XWeak*>(pPanelFactory.get()), cssu::UNO_QU… in createInstance() local 65 return xService; in createInstance()
|
| /trunk/main/sc/source/ui/sidebar/ |
| H A D | ScPanelFactory.cxx | 67 …cssu::Reference<cssu::XInterface> xService (static_cast<XWeak*>(pPanelFactory.get()), cssu::UNO_QU… in createInstance() local 68 return xService; in createInstance()
|
| /trunk/main/svx/source/sidebar/ |
| H A D | PanelFactory.cxx | 74 …cssu::Reference<cssu::XInterface> xService (static_cast<XWeak*>(pPanelFactory.get()), cssu::UNO_QU… in createInstance() local 75 return xService; in createInstance()
|
| /trunk/main/framework/source/services/ |
| H A D | EventMultiplexer.cxx | 256 cssu::Reference<cssu::XInterface> xService (static_cast<XWeak*>(pObject), cssu::UNO_QUERY); in static_CreateInstance() local 257 return xService; in static_CreateInstance()
|
| H A D | ContextChangeEventMultiplexer.cxx | 374 cssu::Reference<cssu::XInterface> xService (static_cast<XWeak*>(pObject), cssu::UNO_QUERY); in static_CreateInstance() local 375 return xService; in static_CreateInstance()
|
| /trunk/main/stoc/test/ |
| H A D | testsmgr_cpnt.cxx | 137 Reference < XInterface > xService = (XWeak *)(OWeakObject *)new Test_Manager_Impl( ); in Test_Manager_Impl_CreateInstance() local 139 return xService; in Test_Manager_Impl_CreateInstance()
|
| /trunk/main/unoxml/source/rdf/ |
| H A D | librdf_repository.cxx | 1335 const uno::Reference<lang::XServiceInfo> xService(i_xObject, in setStatementRDFa() local 1338 if (xService->supportsService(s_cell) || in setStatementRDFa() 1339 xService->supportsService(s_cellprops) || in setStatementRDFa() 1340 xService->supportsService(s_paragraph)) in setStatementRDFa() 1344 else if (xService->supportsService(s_bookmark) || in setStatementRDFa() 1345 xService->supportsService(s_meta)) in setStatementRDFa()
|
| /trunk/main/avmedia/source/framework/ |
| H A D | soundhandler.cxx | 236 …css::uno::Reference< css::uno::XInterface > xService( static_cast< ::cppu::OWeakObject* >(pClass),… in impl_createInstance() local 240 return xService; in impl_createInstance()
|
| /trunk/main/linguistic/workben/ |
| H A D | sspellimp.cxx | 300 Reference< XInterface > xService = (cppu::OWeakObject*) new SpellChecker; in SpellChecker_CreateInstance() local 301 return xService; in SpellChecker_CreateInstance()
|
| /trunk/main/lingucomponent/source/spellcheck/macosxspell/ |
| H A D | macspellimp.cxx | 433 Reference< XInterface > xService = (cppu::OWeakObject*) new MacSpellChecker; in MacSpellChecker_CreateInstance() local 434 return xService; in MacSpellChecker_CreateInstance()
|
| /trunk/main/sax/test/sax/ |
| H A D | testwriter.cxx | 307 Reference < XInterface > xService = *p; in OSaxWriterTest_CreateInstance() local 308 return xService; in OSaxWriterTest_CreateInstance()
|
| /trunk/main/lingucomponent/source/spellcheck/spell/ |
| H A D | sspellimp.cxx | 533 Reference< XInterface > xService = (cppu::OWeakObject*) new SpellChecker; in SpellChecker_CreateInstance() local 534 return xService; in SpellChecker_CreateInstance()
|
| /trunk/main/linguistic/source/ |
| H A D | lngopt.cxx | 390 Reference< XInterface > xService = (cppu::OWeakObject*)new LinguProps; in LinguProps_CreateInstance() local 391 return xService; in LinguProps_CreateInstance()
|
| /trunk/main/extensions/test/sax/ |
| H A D | testwriter.cxx | 413 XInterfaceRef xService = *p; in OSaxWriterTest_CreateInstance() local 414 return xService; in OSaxWriterTest_CreateInstance()
|
| H A D | testsax.cxx | 172 XInterfaceRef xService = *p; in OSaxParserTest_CreateInstance() local 173 return xService; in OSaxParserTest_CreateInstance()
|