Home
last modified time | relevance | path

Searched refs:supportedServiceNames (Results 1 – 6 of 6) sorted by relevance

/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/
H A DServiceManager.java85 static String[] supportedServiceNames = { field in ServiceManager
718 for (int i=0; i<supportedServiceNames.length; i++) in supportsService()
719 if (supportedServiceNames[i].equals( serviceName )) return true; in supportsService()
734 return supportedServiceNames; in getSupportedServiceNames()
849 for ( int i=0; i<ServiceManager.supportedServiceNames.length; i++ ) in supportsService()
850 if ( ServiceManager.supportedServiceNames[i].equals(serviceName) ) return true; in supportsService()
865 return ServiceManager.supportedServiceNames; in getSupportedServiceNames()
/trunk/main/desktop/source/offacc/
H A Dacceptor.cxx209 const sal_Char *Acceptor::supportedServiceNames[] = {"com.sun.star.office.Acceptor", NULL}; member in desktop::Acceptor
222 for (int i=0; supportedServiceNames[i]!=NULL; i++) { in impl_getSupportedServiceNames()
224 aSequence[i]=(OUString::createFromAscii(supportedServiceNames[i])); in impl_getSupportedServiceNames()
H A Dacceptor.hxx63 static const sal_Char *supportedServiceNames[]; member in desktop::Acceptor
/trunk/main/desktop/source/splash/
H A Dsplash.hxx113 static const sal_Char *supportedServiceNames[]; member in desktop::SplashScreen
H A Dsplash.cxx739 const sal_Char *SplashScreen::supportedServiceNames[] = {"com.sun.star.office.SplashScreen", NULL}; member in desktop::SplashScreen
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiEditorImpl.java70 public static final String[] supportedServiceNames = {"com.sun.star.frame.ProtocolHandler"}; field in WikiEditorImpl

Completed in 36 milliseconds