Home
last modified time | relevance | path

Searched refs:SupportedServicesNames (Results 1 – 18 of 18) sorted by relevance

/trunk/main/dtrans/source/generic/
H A Dclipboardmanager.cxx67 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 Dgeneric_clipboard.cxx79 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 Dmcnttfactory.cxx99 … 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 Dsysmailprov.cxx79 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 DFolderPicker.cxx171 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 DSalGtkFolderPicker.cxx220 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 DSalGtkFilePicker.cxx1805 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 DX11_droptarget.cxx206 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 DX11_clipboard.cxx257 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 DX11_selection.cxx4165 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 DWinClipboard.cxx296 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 Dshellexec.cxx309 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 DSysShExec.cxx363 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 Dsyscmdmail.cxx311 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 DOs2Clipboard.cxx159 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 DFilePicker.cxx761 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 DKDE4FilePicker.cxx700 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 Dftransl.cxx242 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()