Home
last modified time | relevance | path

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

/trunk/main/dtrans/source/cnttype/
H A Dmcnttfactory.cxx102 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()
/trunk/main/dtrans/source/generic/
H A Dclipboardmanager.cxx69 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 Dgeneric_clipboard.cxx82 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()
/trunk/main/dtrans/source/os2/clipb/
H A DOs2Clipboard.cxx160 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()
/trunk/main/dtrans/source/win32/clipb/
H A DWinClipboard.cxx301 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()
/trunk/main/dtrans/source/win32/ftransl/
H A Dftransl.cxx246 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()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx1821 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()
H A DSalGtkFolderPicker.cxx225 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()
/trunk/main/fpicker/source/unx/kde4/
H A DKDE4FilePicker.cxx723 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()
/trunk/main/fpicker/source/win32/filepicker/
H A DFilePicker.cxx778 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()
/trunk/main/fpicker/source/win32/folderpicker/
H A DFolderPicker.cxx176 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()
/trunk/main/shell/source/cmdmail/
H A Dsyscmdmail.cxx316 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()
/trunk/main/shell/source/unix/exec/
H A Dshellexec.cxx312 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()
/trunk/main/shell/source/win32/
H A DSysShExec.cxx366 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()
/trunk/main/shell/source/win32/sysmail/
H A Dsysmailprov.cxx82 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()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_clipboard.cxx267 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 DX11_droptarget.cxx208 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 DX11_selection.cxx4173 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()

Completed in 69 milliseconds