Home
last modified time | relevance | path

Searched refs:xService (Results 1 – 25 of 38) sorted by relevance

12

/trunk/main/extensions/source/ole/
H A Dservreg.cxx45 Reference<XInterface> xService = *new OleConverter_Impl2( xSMgr); in ConverterProvider_CreateInstance2() local
46 return xService; in ConverterProvider_CreateInstance2()
52 …Reference<XInterface> xService = *new OleConverter_Impl2( xSMgr, UNO_OBJECT_WRAPPER_REMOTE_OPT, IU… in ConverterProvider_CreateInstanceVar1() local
53 return xService; in ConverterProvider_CreateInstanceVar1()
59 Reference<XInterface> xService = *new OleClient_Impl( xSMgr); in OleClient_CreateInstance() local
60 return xService; in OleClient_CreateInstance()
66 Reference<XInterface > xService = *new OleServer_Impl(xSMgr); in OleServer_CreateInstance() local
67 return xService; in OleServer_CreateInstance()
/trunk/main/framework/source/dispatch/
H A Dservicehandler.cxx228 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 Doxt_handler.cxx207 css::uno::Reference< css::uno::XInterface > xService; in dispatchWithNotification() local
209 xService = m_xFactory->createInstanceWithArguments( sServiceName, lParams ); in dispatchWithNotification()
210 css::uno::Reference< css::task::XJobExecutor > xExecuteable( xService, css::uno::UNO_QUERY ); in dispatchWithNotification()
/trunk/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx631 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()
668 if ( xService->isSingleInterfaceBased() ) { in getTypeBlob()
[all …]
/trunk/main/framework/inc/macros/
H A Dxserviceinfo.hxx135 …css::uno::Reference< css::uno::XInterface > xService( static_cast< XINTERFACECAST* >(pClass), css:…
139 …return xService; …
162 …css::uno::Reference< css::uno::XInterface > xService( static_cast< XINTERFACECAST* >(pClass), css:…
166 …return xService; …
/trunk/main/extensions/test/stm/
H A Ddatatest.cxx334 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 Dmarktest.cxx380 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 Dpipetest.cxx420 XInterfaceRef xService = *p; in OPipeTest_CreateInstance() local
421 return xService; in OPipeTest_CreateInstance()
/trunk/main/desktop/source/app/
H A Dcheck_ext_deps.cxx226 uno::Reference< uno::XInterface > xService; in impl_showExtensionDialog() local
234 xService = xServiceManager->createInstanceWithContext( sServiceName, xContext ); in impl_showExtensionDialog()
235 uno::Reference< ui::dialogs::XExecutableDialog > xExecuteable( xService, uno::UNO_QUERY ); in impl_showExtensionDialog()
/trunk/main/embedserv/source/embed/
H A Dregister.cxx46 uno::Reference<uno::XInterface > xService = *new EmbedServer_Impl( xSMgr ); in EmbedServer_createInstance() local
47 return xService; in EmbedServer_createInstance()
/trunk/main/sw/source/ui/sidebar/
H A DSwPanelFactory.cxx64 …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 DScPanelFactory.cxx67 …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 DPanelFactory.cxx74 …cssu::Reference<cssu::XInterface> xService (static_cast<XWeak*>(pPanelFactory.get()), cssu::UNO_QU… in createInstance() local
75 return xService; in createInstance()
/trunk/main/stoc/test/
H A Dtestsmgr_cpnt.cxx137 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/framework/source/services/
H A DEventMultiplexer.cxx266 cssu::Reference<cssu::XInterface> xService (static_cast<XWeak*>(pObject), cssu::UNO_QUERY); in static_CreateInstance() local
267 return xService; in static_CreateInstance()
H A DContextChangeEventMultiplexer.cxx385 cssu::Reference<cssu::XInterface> xService (static_cast<XWeak*>(pObject), cssu::UNO_QUERY); in static_CreateInstance() local
386 return xService; in static_CreateInstance()
/trunk/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx1425 const uno::Reference<lang::XServiceInfo> xService(i_xObject, in setStatementRDFa() local
1428 if (xService->supportsService(s_cell) || in setStatementRDFa()
1429 xService->supportsService(s_cellprops) || in setStatementRDFa()
1430 xService->supportsService(s_paragraph)) in setStatementRDFa()
1434 else if (xService->supportsService(s_bookmark) || in setStatementRDFa()
1435 xService->supportsService(s_meta)) in setStatementRDFa()
/trunk/main/linguistic/workben/
H A Dsspellimp.cxx305 Reference< XInterface > xService = (cppu::OWeakObject*) new SpellChecker; in SpellChecker_CreateInstance() local
306 return xService; in SpellChecker_CreateInstance()
/trunk/main/avmedia/source/framework/
H A Dsoundhandler.cxx235 …css::uno::Reference< css::uno::XInterface > xService( static_cast< ::cppu::OWeakObject* >(pClass),… in impl_createInstance() local
239 return xService; in impl_createInstance()
/trunk/main/lingucomponent/source/spellcheck/macosxspell/
H A Dmacspellimp.cxx438 Reference< XInterface > xService = (cppu::OWeakObject*) new MacSpellChecker; in MacSpellChecker_CreateInstance() local
439 return xService; in MacSpellChecker_CreateInstance()
/trunk/main/sax/test/sax/
H A Dtestwriter.cxx317 Reference < XInterface > xService = *p; in OSaxWriterTest_CreateInstance() local
318 return xService; in OSaxWriterTest_CreateInstance()
/trunk/main/lingucomponent/source/spellcheck/spell/
H A Dsspellimp.cxx538 Reference< XInterface > xService = (cppu::OWeakObject*) new SpellChecker; in SpellChecker_CreateInstance() local
539 return xService; in SpellChecker_CreateInstance()
/trunk/main/linguistic/source/
H A Dlngopt.cxx391 Reference< XInterface > xService = (cppu::OWeakObject*)new LinguProps; in LinguProps_CreateInstance() local
392 return xService; in LinguProps_CreateInstance()
/trunk/main/extensions/test/sax/
H A Dtestwriter.cxx413 XInterfaceRef xService = *p; in OSaxWriterTest_CreateInstance() local
414 return xService; in OSaxWriterTest_CreateInstance()
H A Dtestsax.cxx172 XInterfaceRef xService = *p; in OSaxParserTest_CreateInstance() local
173 return xService; in OSaxParserTest_CreateInstance()

Completed in 100 milliseconds

12