Searched refs:supportedServices (Results 1 – 5 of 5) sorted by relevance
79 private static String[] supportedServices = { field in JavaLoader218 for ( int i = 0; i < supportedServices.length; i++ ) { in supportsService()219 if ( supportedServices[i].equals(serviceName) ) in supportsService()234 return supportedServices; in getSupportedServiceNames()467 for (int i=0; i<supportedServices.length; i++) in writeRegistryServiceInfo()468 newKey.createKey(supportedServices[i]); in writeRegistryServiceInfo()
33 private static String[] supportedServices = { field in JavaLoaderFactory85 for ( int i = 0; i < supportedServices.length; i++ ) { in supportsService()86 if ( supportedServices[i].equals(serviceName) ) in supportsService()97 return supportedServices; in getSupportedServiceNames()
168 def __init__(self, implName, supportedServices, clazz ): argument170 self.supportedServices = supportedServices177 for serviceName in entry.supportedServices:195 return createSingleServiceFactory( x.clazz, implementationName, x.supportedServices )
141 static uno::Sequence< OUString > SAL_CALL supportedServices() in supportedServices() function164 return supportedServices(); in getSupportedServiceNames()254 supportedServices,
820 const Sequence<OUString> supportedServices( in startPreview() local822 for ( sal_Int32 pos = supportedServices.getLength(); pos--; ) { in startPreview()823 if (supportedServices[pos].equalsAsciiL( in startPreview()
Completed in 47 milliseconds