| /trunk/main/dtrans/source/generic/ |
| H A D | clipboardmanager.cxx | 67 Sequence < OUString > SupportedServicesNames = ClipboardManager_getSupportedServiceNames(); in supportsService() local 69 for ( sal_Int32 n = 0, nmax = SupportedServicesNames.getLength(); n < nmax; n++ ) in supportsService() 70 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService() 244 Sequence < OUString > SupportedServicesNames( 1 ); in ClipboardManager_getSupportedServiceNames() local 245 SupportedServicesNames[0] = in ClipboardManager_getSupportedServiceNames() 247 return SupportedServicesNames; in ClipboardManager_getSupportedServiceNames()
|
| H A D | generic_clipboard.cxx | 79 Sequence < OUString > SupportedServicesNames = GenericClipboard_getSupportedServiceNames(); in supportsService() local 81 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 82 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
| /trunk/main/dtrans/source/cnttype/ |
| H A D | mcnttfactory.cxx | 99 … Sequence < OUString > SupportedServicesNames = MimeContentTypeFactory_getSupportedServiceNames(); in supportsService() local 101 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 102 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
| /trunk/main/shell/source/win32/sysmail/ |
| H A D | sysmailprov.cxx | 79 Sequence <OUString> SupportedServicesNames = getSupportedServiceNames_static(); in supportsService() local 81 for (sal_Int32 n = SupportedServicesNames.getLength(); n--;) in supportsService() 82 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
| /trunk/main/fpicker/source/win32/folderpicker/ |
| H A D | FolderPicker.cxx | 171 Sequence < OUString > SupportedServicesNames = FolderPicker_getSupportedServiceNames(); in supportsService() local 173 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 174 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
| /trunk/main/fpicker/source/unx/gnome/ |
| H A D | SalGtkFolderPicker.cxx | 220 uno::Sequence <rtl::OUString> SupportedServicesNames = FolderPicker_getSupportedServiceNames(); in supportsService() local 222 for( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 223 if( SupportedServicesNames[n].compareTo( ServiceName ) == 0) in supportsService()
|
| H A D | SalGtkFilePicker.cxx | 1805 uno::Sequence <rtl::OUString> SupportedServicesNames = FilePicker_getSupportedServiceNames(); in supportsService() local 1807 for( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 1808 if( SupportedServicesNames[n].compareTo( ServiceName ) == 0) in supportsService()
|
| /trunk/main/vcl/unx/generic/dtrans/ |
| H A D | X11_droptarget.cxx | 206 Sequence < OUString > SupportedServicesNames = Xdnd_dropTarget_getSupportedServiceNames(); in supportsService() local 208 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 209 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
| H A D | X11_clipboard.cxx | 257 Sequence < OUString > SupportedServicesNames = X11Clipboard_getSupportedServiceNames(); in supportsService() local 259 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 260 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
| H A D | X11_selection.cxx | 4165 Sequence < OUString > SupportedServicesNames = Xdnd_getSupportedServiceNames(); in supportsService() local 4167 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 4168 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
| /trunk/main/dtrans/source/win32/clipb/ |
| H A D | WinClipboard.cxx | 296 Sequence < OUString > SupportedServicesNames = WinClipboard_getSupportedServiceNames(); in supportsService() local 298 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 299 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
| /trunk/main/shell/source/unix/exec/ |
| H A D | shellexec.cxx | 309 Sequence < OUString > SupportedServicesNames = ShellExec_getSupportedServiceNames(); in supportsService() local 311 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 312 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
| /trunk/main/shell/source/win32/ |
| H A D | SysShExec.cxx | 363 Sequence < OUString > SupportedServicesNames = SysShExec_getSupportedServiceNames(); in supportsService() local 365 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 366 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
| /trunk/main/shell/source/cmdmail/ |
| H A D | syscmdmail.cxx | 311 Sequence < OUString > SupportedServicesNames = getSupportedServiceNames_static(); in supportsService() local 313 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 314 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
| /trunk/main/dtrans/source/os2/clipb/ |
| H A D | Os2Clipboard.cxx | 159 Sequence < OUString > SupportedServicesNames = Os2Clipboard_getSupportedServiceNames(); in supportsService() local 161 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 162 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
| /trunk/main/fpicker/source/win32/filepicker/ |
| H A D | FilePicker.cxx | 761 uno::Sequence <rtl::OUString> SupportedServicesNames = FilePicker_getSupportedServiceNames(); in supportsService() local 763 for (sal_Int32 n = SupportedServicesNames.getLength(); n--;) in supportsService() 764 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
| /trunk/main/fpicker/source/unx/kde4/ |
| H A D | KDE4FilePicker.cxx | 700 uno::Sequence< ::rtl::OUString > SupportedServicesNames = FilePicker_getSupportedServiceNames(); in supportsService() local 702 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 704 if ( SupportedServicesNames[n].compareTo( ServiceName ) == 0 ) in supportsService()
|
| /trunk/main/dtrans/source/win32/ftransl/ |
| H A D | ftransl.cxx | 242 Sequence < OUString > SupportedServicesNames = DataFormatTranslator_getSupportedServiceNames(); in supportsService() local 244 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 245 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|