Searched refs:supportedServiceNames (Results 1 – 6 of 6) sorted by relevance
85 static String[] supportedServiceNames = { field in ServiceManager718 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()
209 const sal_Char *Acceptor::supportedServiceNames[] = {"com.sun.star.office.Acceptor", NULL}; member in desktop::Acceptor222 for (int i=0; supportedServiceNames[i]!=NULL; i++) { in impl_getSupportedServiceNames()224 aSequence[i]=(OUString::createFromAscii(supportedServiceNames[i])); in impl_getSupportedServiceNames()
63 static const sal_Char *supportedServiceNames[]; member in desktop::Acceptor
113 static const sal_Char *supportedServiceNames[]; member in desktop::SplashScreen
739 const sal_Char *SplashScreen::supportedServiceNames[] = {"com.sun.star.office.SplashScreen", NULL}; member in desktop::SplashScreen
70 public static final String[] supportedServiceNames = {"com.sun.star.frame.ProtocolHandler"}; field in WikiEditorImpl
Completed in 74 milliseconds