Home
last modified time | relevance | path

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

12

/aoo42x/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()
/aoo42x/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()
/aoo42x/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()
/aoo42x/main/linguistic/source/
H A Ddlistimp.cxx415 uno::Reference< XInterface > xService = (cppu::OWeakObject *) new DicList; in DicList_CreateInstance() local
416 return xService; in DicList_CreateInstance()
H A Ddicimp.cxx707 uno::Reference< XInterface > xService = in DictionaryNeo_CreateInstance() local
709 return xService; in DictionaryNeo_CreateInstance()
H A Dlngsvcmgr.cxx1996 uno::Reference< uno::XInterface > xService = (cppu::OWeakObject*) new LngSvcMgr; in LngSvcMgr_CreateInstance() local
1997 return xService; in LngSvcMgr_CreateInstance()
/aoo42x/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()
/aoo42x/main/stoc/source/invocation/
H A Dinvocation.cxx1219 Reference<XInterface> xService = Reference< XInterface > ( *new InvocationService( xCtx ) ); in InvocationService_CreateInstance() local
1220 return xService; in InvocationService_CreateInstance()
/aoo42x/main/io/source/stm/
H A Dodata.cxx913 Reference< XInterface > xService = *p; in ODataOutputStream_CreateInstance() local
914 return xService; in ODataOutputStream_CreateInstance()
/aoo42x/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()
/aoo42x/main/stoc/source/inspect/
H A Dintrospection.cxx3039 Reference< XInterface > xService = (OWeakObject*)(OComponentHelper*)new ImplIntrospection( rSMgr ); in ImplIntrospection_CreateInstance() local
3040 return xService; in ImplIntrospection_CreateInstance()
/aoo42x/main/xmloff/source/text/
H A Dtxtflde.cxx378 Reference<XServiceInfo> xService(rTextField, UNO_QUERY); in GetFieldID() local
379 const Sequence<OUString> aServices = xService->getSupportedServiceNames(); in GetFieldID()
/aoo42x/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java656 XServiceInfo xService = (XServiceInfo) in convertChildren() local
658 if (xService.supportsService( in convertChildren()

Completed in 173 milliseconds

12