Home
last modified time | relevance | path

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

12

/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/cui/source/options/
H A Dtreeopt.cxx1882 Reference < XInterface > xService( xFactory->createInstance( sService ) ); in Initialize() local
1884 if( ! xService.is() ) in Initialize()
1921 …Reference < ::com::sun::star::oooimprovement::XCoreController > xService( xFactory->createInstance… in Initialize() local
1923 if( ! xService.is() ) in Initialize()
1925 if( ! xService->showBuiltinOptionsPage(1)) in Initialize()
/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/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/extensions/source/update/check/
H A Dupdatecheck.cxx1568 uno::Reference< uno::XInterface > xService; in showExtensionDialog() local
1579 xService = xServiceManager->createInstanceWithContext( sServiceName, m_xContext ); in showExtensionDialog()
1580 uno::Reference< task::XJobExecutor > xExecuteable( xService, uno::UNO_QUERY ); in showExtensionDialog()
/trunk/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx357 Reference<XInterface> xService(static_cast<XIdentity*>(o), UNO_QUERY); in OComponent_CreateInstance() local
358 return xService; in OComponent_CreateInstance()
/trunk/main/extensions/test/sax/
H A Dtestsax.cxx172 XInterfaceRef xService = *p; in OSaxParserTest_CreateInstance() local
173 return xService; in OSaxParserTest_CreateInstance()
H A Dtestwriter.cxx413 XInterfaceRef xService = *p; in OSaxWriterTest_CreateInstance() local
414 return xService; in OSaxWriterTest_CreateInstance()
/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/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/framework/source/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()
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()
/trunk/main/framework/source/services/
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()
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()
/trunk/main/io/source/stm/
H A Dodata.cxx913 Reference< XInterface > xService = *p; in ODataOutputStream_CreateInstance() local
914 return xService; in ODataOutputStream_CreateInstance()
/trunk/main/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/
H A Dhyphenimp.cxx794 Reference< XInterface > xService = (cppu::OWeakObject*) new Hyphenator; in Hyphenator_CreateInstance() local
795 return xService; in Hyphenator_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/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/lingucomponent/source/thesaurus/libnth/
H A Dnthesimp.cxx569 Reference< XInterface > xService = (cppu::OWeakObject*) new Thesaurus; in Thesaurus_CreateInstance() local
570 return xService; in Thesaurus_CreateInstance()
/trunk/main/linguistic/source/
H A Ddicimp.cxx707 uno::Reference< XInterface > xService = in DictionaryNeo_CreateInstance() local
709 return xService; in DictionaryNeo_CreateInstance()
H A Ddlistimp.cxx415 uno::Reference< XInterface > xService = (cppu::OWeakObject *) new DicList; in DicList_CreateInstance() local
416 return xService; in DicList_CreateInstance()
H A Dlngopt.cxx391 Reference< XInterface > xService = (cppu::OWeakObject*)new LinguProps; in LinguProps_CreateInstance() local
392 return xService; in LinguProps_CreateInstance()

Completed in 166 milliseconds

12