Home
last modified time | relevance | path

Searched refs:supportedServicesNames (Results 1 – 2 of 2) sorted by relevance

/trunk/main/fpicker/source/aqua/
H A DSalAquaFolderPicker.cxx239 uno::Sequence <rtl::OUString> supportedServicesNames = FolderPicker_getSupportedServiceNames(); in supportsService() local
241 for( sal_Int32 n = supportedServicesNames.getLength(); n--; ) { in supportsService()
242 if( supportedServicesNames[n].compareTo( sServiceName ) == 0) { in supportsService()
H A DSalAquaFilePicker.cxx641 uno::Sequence <rtl::OUString> supportedServicesNames = FilePicker_getSupportedServiceNames(); in supportsService() local
643 for( sal_Int32 n = supportedServicesNames.getLength(); n--; ) { in supportsService()
644 if( supportedServicesNames[n].compareTo( sServiceName ) == 0) { in supportsService()

Completed in 18 milliseconds