Home
last modified time | relevance | path

Searched refs:supportedServices (Results 1 – 5 of 5) sorted by relevance

/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DJavaLoader.java79 private static String[] supportedServices = { field in JavaLoader
218 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()
H A DJavaLoaderFactory.java33 private static String[] supportedServices = { field in JavaLoaderFactory
85 for ( int i = 0; i < supportedServices.length; i++ ) { in supportsService()
86 if ( supportedServices[i].equals(serviceName) ) in supportsService()
97 return supportedServices; in getSupportedServiceNames()
/trunk/main/pyuno/source/module/
H A Dunohelper.py168 def __init__(self, implName, supportedServices, clazz ): argument
170 self.supportedServices = supportedServices
177 for serviceName in entry.supportedServices:
195 return createSingleServiceFactory( x.clazz, implementationName, x.supportedServices )
/trunk/main/ucb/source/ucp/expand/
H A Ducpexpand.cxx141 static uno::Sequence< OUString > SAL_CALL supportedServices() in supportedServices() function
164 return supportedServices(); in getSupportedServiceNames()
254 supportedServices,
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx820 const Sequence<OUString> supportedServices( in startPreview() local
822 for ( sal_Int32 pos = supportedServices.getLength(); pos--; ) { in startPreview()
823 if (supportedServices[pos].equalsAsciiL( in startPreview()

Completed in 40 milliseconds