/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/ |
H A D | FactoryHelper.java | 89 String serviceName, in Factory() argument 96 _serviceName = serviceName; in Factory() 389 found = services[i].equals(serviceName); in supportsService() 449 Field serviceName ; in getServiceFactory() local 452 serviceName = implClass.getField("__serviceName"); in getServiceFactory() 455 serviceName = implClass.getField("serviceName"); // old style in getServiceFactory() 481 String serviceName, in getServiceFactory() argument 485 return new Factory(implClass, serviceName, multiFactory, regKey); in getServiceFactory() 493 static public Object createComponentFactory( Class implClass, String serviceName ) in createComponentFactory() argument 495 return new Factory( implClass, serviceName, null, null ); in createComponentFactory() [all …]
|
/aoo42x/main/canvas/source/factory/ |
H A D | cf_service.cxx | 97 OUString const & serviceName, 101 OUString const & serviceName, Sequence<Any> const & args, 110 virtual sal_Bool SAL_CALL supportsService( OUString const & serviceName ) 246 sal_Bool CanvasFactory::supportsService( OUString const & serviceName ) in supportsService() argument 249 return serviceName.equals(getSuppServices()[0]); in supportsService() 283 OUString const & serviceName, in use() argument 289 serviceName, args, xContext); in use() 322 OUString const & serviceName, Sequence<Any> const & args, in lookupAndUse() argument 351 boost::cref(serviceName), in lookupAndUse() 367 boost::cref(serviceName), in lookupAndUse() [all …]
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/ |
H A D | ServiceManager.java | 308 private Object queryServiceFactory(String serviceName) in queryServiceFactory() argument 312 DEBUG("queryServiceFactory for name " + serviceName ); in queryServiceFactory() 315 if ( factoriesByServiceNames.containsKey( serviceName ) ) { in queryServiceFactory() 319 DEBUG("aviable factories for " + serviceName +" "+ aviableFact); in queryServiceFactory() 681 public XEnumeration createContentEnumeration( String serviceName ) in createContentEnumeration() argument 715 public boolean supportsService( String serviceName ) in supportsService() argument 719 if (supportedServiceNames[i].equals( serviceName )) return true; in supportsService() 721 return getImplementationName().equals(serviceName); in supportsService() 846 public boolean supportsService( String serviceName ) in supportsService() argument 850 if ( ServiceManager.supportedServiceNames[i].equals(serviceName) ) return true; in supportsService() [all …]
|
/aoo42x/main/jvmaccess/workbench/java/ |
H A D | TestComponent.java | 67 public boolean supportsService(String serviceName) { in supportsService() argument 68 return serviceName.equals(serviceName); in supportsService() 72 return new String[] { serviceName }; in getSupportedServiceNames() 86 serviceName, multiFactory, in __getServiceFactory() 95 TestComponent.class.getName(), serviceName, regKey); in __writeRegistryServiceInfo() 98 private static final String serviceName field in TestComponent
|
/aoo42x/main/filter/qa/complex/filter/detection/typeDetection/ |
H A D | makefile.mk | 70 $(CLASSDIR)$/$(PACKAGE)$/serviceName.csv \ 76 $(CLASSDIR)$/$(PACKAGE)$/serviceName.csv \ 90 $(CLASSDIR)$/$(PACKAGE)$/serviceName.csv : serviceName.csv 91 cp serviceName.csv $(CLASSDIR)$/$(PACKAGE)$/serviceName.csv 92 jar uf $(CLASSDIR)$/$(JARTARGET) -C $(CLASSDIR) $(PACKAGE)$/serviceName.csv
|
/aoo42x/main/filter/qa/complex/filter/misc/ |
H A D | TypeDetection6FileFormat.java | 100 private void checkFileFormatSupport(String serviceName) in checkFileFormatSupport() argument 103 System.out.println("testing service '" + serviceName + "'"); in checkFileFormatSupport() 108 oObj = getTestObject(serviceName); in checkFileFormatSupport() 129 public XInterface getTestObject(String serviceName) throws Exception in getTestObject() argument 132 Object oInterface = xMSF.createInstance(serviceName); in getTestObject() 137 throw new Exception("could not create service '" + serviceName + "'"); in getTestObject()
|
H A D | FinalizedMandatoryTest.java | 113 private XInterface getTestObject(String serviceName) throws Exception in getTestObject() argument 116 Object oInterface = xMSF.createInstance(serviceName); in getTestObject() 149 private void checkReadonlySupport(String serviceName) in checkReadonlySupport() argument 152 System.out.println("testing service '" + serviceName + "'"); in checkReadonlySupport() 157 oObj = getTestObject(serviceName); in checkReadonlySupport() 195 oObj = getTestObject(serviceName); in checkReadonlySupport()
|
/aoo42x/main/scripting/source/provider/ |
H A D | ActiveMSPList.cxx | 67 …::rtl::OUString serviceName = ::rtl::OUString::createFromAscii("com.sun.star.script.provider.Maste… in createNewMSP() 72 serviceName, args, m_xContext ), UNO_QUERY ); in createNewMSP() 294 …::rtl::OUString serviceName = ::rtl::OUString::createFromAscii("com.sun.star.script.provider.Maste… in createNonDocMSPs() 298 …_xContext->getServiceManager()->createInstanceWithArgumentsAndContext( serviceName, args, m_xConte… in createNonDocMSPs() 303 …_xContext->getServiceManager()->createInstanceWithArgumentsAndContext( serviceName, args, m_xConte… in createNonDocMSPs() 308 …_xContext->getServiceManager()->createInstanceWithArgumentsAndContext( serviceName, args, m_xConte… in createNonDocMSPs()
|
H A D | ProviderCache.cxx | 149 ::rtl::OUString serviceName; in populateCache() 176 serviceName = serviceNames[ index ]; in populateCache() 179 m_hProviderDetailsCache[ serviceName ] = details; in populateCache() 190 temp.concat( serviceName ); in populateCache()
|
/aoo42x/main/dbaccess/qa/complex/dbaccess/ |
H A D | PropertyBag.java | 266 final String serviceName = "com.sun.star.beans.PropertyBag"; in createEmptyBag() local 267 … m_bag = UnoRuntime.queryInterface(XPropertyContainer.class, m_orb.createInstance(serviceName)); in createEmptyBag() 270 fail("could not create a " + serviceName + " instance"); in createEmptyBag() 288 final String serviceName = "com.sun.star.beans.PropertyBag"; in createStandardBag() local 289 …queryInterface(XPropertyContainer.class, m_orb.createInstanceWithArguments(serviceName, initArgs)); in createStandardBag() 292 fail("could not create a " + serviceName + " instance"); in createStandardBag()
|
/aoo42x/main/odk/examples/DevelopersGuide/Components/CppComponent/ |
H A D | service1_impl.cxx | 93 virtual sal_Bool SAL_CALL supportsService( OUString const & serviceName ) 207 sal_Bool MyService1Impl::supportsService( OUString const & serviceName ) in supportsService() argument 211 return serviceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( in supportsService() 218 OUString serviceName( RTL_CONSTASCII_USTRINGPARAM("my_module.MyService1") ); in getSupportedServiceNames() local 219 return Sequence< OUString >( &serviceName, 1 ); in getSupportedServiceNames()
|
H A D | service2_impl.cxx | 90 virtual sal_Bool SAL_CALL supportsService( OUString const & serviceName ) 145 sal_Bool MyService2Impl::supportsService( OUString const & serviceName ) in supportsService() argument 149 return serviceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( in supportsService()
|
/aoo42x/main/pyuno/source/module/ |
H A D | unohelper.py | 144 for serviceName in i[1].serviceNames: 145 key.createKey( serviceName ) 160 def supportsService( self, implementationName, serviceName ): argument 164 return serviceName in entry.serviceNames 177 for serviceName in entry.supportedServices: 178 key.createKey( serviceName )
|
/aoo42x/main/stoc/source/uriproc/ |
H A D | UriReferenceFactory.cxx | 311 virtual sal_Bool SAL_CALL supportsService(rtl::OUString const & serviceName) 357 sal_Bool Factory::supportsService(rtl::OUString const & serviceName) in supportsService() argument 361 getSupportedServiceNames(), serviceName); in supportsService() 379 rtl::OUString serviceName; in parse() local 403 serviceName = buf.makeStringAndClear(); in parse() 408 if (serviceName.getLength() != 0) { in parse() 415 serviceName, m_context); in parse() 421 + serviceName, in parse()
|
H A D | VndSunStarPkgUrlReferenceFactory.cxx | 69 virtual sal_Bool SAL_CALL supportsService(rtl::OUString const & serviceName) 97 sal_Bool Factory::supportsService(rtl::OUString const & serviceName) in supportsService() argument 101 getSupportedServiceNames(), serviceName); in supportsService()
|
/aoo42x/main/i18npool/source/characterclassification/ |
H A D | characterclassificationImpl.cxx | 136 …ationImpl::createLocaleSpecificCharacterClassification(const OUString& serviceName, const Locale& … in createLocaleSpecificCharacterClassification() argument 141 if (serviceName == cachedItem->aName) { in createLocaleSpecificCharacterClassification() 142 … lookupTable.push_back( cachedItem = new lookupTableItem(rLocale, serviceName, cachedItem->xCI) ); in createLocaleSpecificCharacterClassification() 148 OUString::createFromAscii("com.sun.star.i18n.CharacterClassification_") + serviceName); in createLocaleSpecificCharacterClassification() 154 … lookupTable.push_back( cachedItem = new lookupTableItem(rLocale, serviceName, xCI) ); in createLocaleSpecificCharacterClassification()
|
/aoo42x/main/qadevOOo/runner/basicrunner/basichelper/ |
H A D | ThreadRunner.java | 230 String serviceName = null; field in ExecuteDialogThread 232 public ExecuteDialogThread(XMultiServiceFactory xMSF, String serviceName) { in ExecuteDialogThread() argument 234 this.serviceName = serviceName; in ExecuteDialogThread() 240 dlg = xMSF.createInstance(serviceName); in run()
|
/aoo42x/main/i18npool/source/collator/ |
H A D | collatorImpl.cxx | 154 CollatorImpl::createCollator(const lang::Locale& rLocale, const OUString& serviceName, const OUStri… in createCollator() argument 159 if (cachedItem->service.equals(serviceName)) {// cross locale sharing in createCollator() 160 …le.push_back(cachedItem = new lookupTableItem(rLocale, rSortAlgorithm, serviceName, cachedItem->xC… in createCollator() 166 … xMSF->createInstance(OUString::createFromAscii("com.sun.star.i18n.Collator_") + serviceName); in createCollator() 172 … lookupTable.push_back(cachedItem = new lookupTableItem(rLocale, rSortAlgorithm, serviceName, xC)); in createCollator()
|
/aoo42x/main/i18npool/source/inputchecker/ |
H A D | inputsequencechecker.cxx | 41 serviceName = "com.sun.star.i18n.InputSequenceCheckerImpl"; in InputSequenceCheckerImpl() 145 return OUString::createFromAscii(serviceName); in getImplementationName() 151 return !rServiceName.compareToAscii(serviceName); in supportsService() 158 aRet[0] = OUString::createFromAscii(serviceName); in getSupportedServiceNames()
|
/aoo42x/main/odk/examples/cpp/custompanel/ |
H A D | ctp_factory.cxx | 131 for ( const ::rtl::OUString* serviceName = aServiceNames.getConstArray(); in supportsService() local 132 serviceName != aServiceNames.getConstArray() + aServiceNames.getLength(); in supportsService() 133 ++serviceName in supportsService() 136 if ( i_rServiceName == *serviceName ) in supportsService()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/comp/connections/ |
H A D | ConstantInstanceProvider.java | 89 public void setInstance(String serviceName) throws com.sun.star.uno.Exception { in setInstance() argument 90 _instance = _serviceManager.createInstance(serviceName); in setInstance() 91 _serviceName = serviceName; in setInstance()
|
/aoo42x/main/cppuhelper/test/testlib/ |
H A D | defbootstrap_lib.cxx | 44 static sal_Bool tryService(const char * serviceName) in tryService() argument 64 OUString arg = OUString::createFromAscii(serviceName); in tryService() 68 fprintf(stderr, "got the %s service %p\n", serviceName, xInterface.get()); in tryService()
|
/aoo42x/main/cppuhelper/source/ |
H A D | macro_expander.cxx | 114 virtual sal_Bool SAL_CALL supportsService( OUString const & serviceName ) 135 sal_Bool Bootstrap_MacroExpander::supportsService( OUString const & serviceName ) in supportsService() argument 142 if (p[ nPos ].equals( serviceName )) in supportsService()
|
/aoo42x/main/bridges/test/java_uno/nativethreadpool/ |
H A D | Relay.java | 106 Relay.class, serviceName, multiFactory, regKey) in __getServiceFactory() 112 implementationName, serviceName, regKey); in __writeRegistryServiceInfo() 117 private static final String serviceName field in Relay
|
/aoo42x/main/winaccessibility/source/service/ |
H A D | msaaservice_impl.cxx | 120 virtual sal_Bool SAL_CALL supportsService( OUString const & serviceName ) 186 sal_Bool MSAAServiceImpl::supportsService( OUString const & serviceName ) throw (RuntimeException) in supportsService() argument 189 …return serviceName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("com.sun.star.accessibility.MSAAServic… in supportsService()
|