/aoo42x/main/dtrans/source/generic/ |
H A D | clipboardmanager.cxx | 69 Sequence < OUString > SupportedServicesNames = ClipboardManager_getSupportedServiceNames(); in supportsService() local 71 for ( sal_Int32 n = 0, nmax = SupportedServicesNames.getLength(); n < nmax; n++ ) in supportsService() 72 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService() 253 Sequence < OUString > SupportedServicesNames( 1 ); in ClipboardManager_getSupportedServiceNames() local 254 SupportedServicesNames[0] = in ClipboardManager_getSupportedServiceNames() 256 return SupportedServicesNames; in ClipboardManager_getSupportedServiceNames()
|
H A D | generic_clipboard.cxx | 82 Sequence < OUString > SupportedServicesNames = GenericClipboard_getSupportedServiceNames(); in supportsService() local 84 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 85 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
/aoo42x/main/dtrans/source/cnttype/ |
H A D | mcnttfactory.cxx | 102 Sequence < OUString > SupportedServicesNames = MimeContentTypeFactory_getSupportedServiceNames(); in supportsService() local 104 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 105 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
/aoo42x/main/shell/source/win32/sysmail/ |
H A D | sysmailprov.cxx | 82 Sequence <OUString> SupportedServicesNames = getSupportedServiceNames_static(); in supportsService() local 84 for (sal_Int32 n = SupportedServicesNames.getLength(); n--;) in supportsService() 85 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
/aoo42x/main/fpicker/source/win32/folderpicker/ |
H A D | FolderPicker.cxx | 176 Sequence < OUString > SupportedServicesNames = FolderPicker_getSupportedServiceNames(); in supportsService() local 178 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 179 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
/aoo42x/main/fpicker/source/unx/gnome/ |
H A D | SalGtkFolderPicker.cxx | 225 uno::Sequence <rtl::OUString> SupportedServicesNames = FolderPicker_getSupportedServiceNames(); in supportsService() local 227 for( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 228 if( SupportedServicesNames[n].compareTo( ServiceName ) == 0) in supportsService()
|
H A D | SalGtkFilePicker.cxx | 1821 uno::Sequence <rtl::OUString> SupportedServicesNames = FilePicker_getSupportedServiceNames(); in supportsService() local 1823 for( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 1824 if( SupportedServicesNames[n].compareTo( ServiceName ) == 0) in supportsService()
|
/aoo42x/main/dtrans/source/win32/clipb/ |
H A D | WinClipboard.cxx | 301 Sequence < OUString > SupportedServicesNames = WinClipboard_getSupportedServiceNames(); in supportsService() local 303 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 304 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | X11_droptarget.cxx | 208 Sequence < OUString > SupportedServicesNames = Xdnd_dropTarget_getSupportedServiceNames(); in supportsService() local 210 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 211 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
H A D | X11_clipboard.cxx | 267 Sequence < OUString > SupportedServicesNames = X11Clipboard_getSupportedServiceNames(); in supportsService() local 269 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 270 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
H A D | X11_selection.cxx | 4173 Sequence < OUString > SupportedServicesNames = Xdnd_getSupportedServiceNames(); in supportsService() local 4175 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 4176 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
/aoo42x/main/shell/source/unix/exec/ |
H A D | shellexec.cxx | 312 Sequence < OUString > SupportedServicesNames = ShellExec_getSupportedServiceNames(); in supportsService() local 314 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 315 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
/aoo42x/main/shell/source/cmdmail/ |
H A D | syscmdmail.cxx | 316 Sequence < OUString > SupportedServicesNames = getSupportedServiceNames_static(); in supportsService() local 318 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 319 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
/aoo42x/main/shell/source/win32/ |
H A D | SysShExec.cxx | 366 Sequence < OUString > SupportedServicesNames = SysShExec_getSupportedServiceNames(); in supportsService() local 368 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 369 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
/aoo42x/main/dtrans/source/os2/clipb/ |
H A D | Os2Clipboard.cxx | 160 Sequence < OUString > SupportedServicesNames = Os2Clipboard_getSupportedServiceNames(); in supportsService() local 162 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 163 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | FilePicker.cxx | 778 uno::Sequence <rtl::OUString> SupportedServicesNames = FilePicker_getSupportedServiceNames(); in supportsService() local 780 for (sal_Int32 n = SupportedServicesNames.getLength(); n--;) in supportsService() 781 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|
/aoo42x/main/fpicker/source/unx/kde4/ |
H A D | KDE4FilePicker.cxx | 723 uno::Sequence< ::rtl::OUString > SupportedServicesNames = FilePicker_getSupportedServiceNames(); in supportsService() local 725 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 727 if ( SupportedServicesNames[n].compareTo( ServiceName ) == 0 ) in supportsService()
|
/aoo42x/main/dtrans/source/win32/ftransl/ |
H A D | ftransl.cxx | 246 Sequence < OUString > SupportedServicesNames = DataFormatTranslator_getSupportedServiceNames(); in supportsService() local 248 for ( sal_Int32 n = SupportedServicesNames.getLength(); n--; ) in supportsService() 249 if (SupportedServicesNames[n].compareTo(ServiceName) == 0) in supportsService()
|