Searched refs:supportedServicesNames (Results 1 – 2 of 2) sorted by relevance
239 uno::Sequence <rtl::OUString> supportedServicesNames = FolderPicker_getSupportedServiceNames(); in supportsService() local241 for( sal_Int32 n = supportedServicesNames.getLength(); n--; ) { in supportsService()242 if( supportedServicesNames[n].compareTo( sServiceName ) == 0) { in supportsService()
641 uno::Sequence <rtl::OUString> supportedServicesNames = FilePicker_getSupportedServiceNames(); in supportsService() local643 for( sal_Int32 n = supportedServicesNames.getLength(); n--; ) { in supportsService()644 if( supportedServicesNames[n].compareTo( sServiceName ) == 0) { in supportsService()
Completed in 31 milliseconds