Home
last modified time | relevance | path

Searched refs:seqServiceNames (Results 1 – 25 of 35) sorted by relevance

12

/trunk/main/xmlsecurity/source/framework/
H A Dxmlencryptiontemplateimpl.cxx94 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local
95 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService()
96 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService()
111 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local
112seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLEncryptionT… in impl_getSupportedServiceNames()
113 return seqServiceNames ; in impl_getSupportedServiceNames()
H A Dxmlsignaturetemplateimpl.cxx118 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local
119 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService()
120 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService()
135 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local
136seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSignatureTe… in impl_getSupportedServiceNames()
137 return seqServiceNames ; in impl_getSupportedServiceNames()
/trunk/main/sfx2/source/appl/
H A Dappbaslib.cxx169 static Sequence< OUString > seqServiceNames( 1 ); in SFX_IMPL_ONEINSTANCEFACTORY() local
175 OUString* pSeq = seqServiceNames.getArray(); in SFX_IMPL_ONEINSTANCEFACTORY()
179 return seqServiceNames; in SFX_IMPL_ONEINSTANCEFACTORY()
211 static Sequence< OUString > seqServiceNames( 1 ); in SFX_IMPL_ONEINSTANCEFACTORY() local
217 OUString* pSeq = seqServiceNames.getArray(); in SFX_IMPL_ONEINSTANCEFACTORY()
221 return seqServiceNames; in SFX_IMPL_ONEINSTANCEFACTORY()
/trunk/main/sw/source/ui/uno/
H A Dswdetect.cxx444 UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); in supportsService() local
445 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService()
446 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService()
466 UNOSEQUENCE< UNOOUSTRING > seqServiceNames( 3 ); in impl_getStaticSupportedServiceNames() local
467seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( "com.sun.star.frame.ExtendedTypeDet… in impl_getStaticSupportedServiceNames()
468seqServiceNames.getArray() [1] = UNOOUSTRING::createFromAscii( "com.sun.star.text.FormatDetector" … in impl_getStaticSupportedServiceNames()
469seqServiceNames.getArray() [2] = UNOOUSTRING::createFromAscii( "com.sun.star.text.W4WFormatDetecto… in impl_getStaticSupportedServiceNames()
470 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
H A Dunomodule.cxx151 UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); in supportsService() local
152 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService()
153 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService()
/trunk/main/fpicker/source/office/
H A DOfficeFolderPicker.cxx220 Sequence< ::rtl::OUString > seqServiceNames = getSupportedServiceNames(); in supportsService() local
221 const ::rtl::OUString* pArray = seqServiceNames.getConstArray(); in supportsService()
222 for ( sal_Int32 i = 0; i < seqServiceNames.getLength(); i++ ) in supportsService()
241 Sequence< ::rtl::OUString > seqServiceNames(1); in impl_getStaticSupportedServiceNames() local
242seqServiceNames[0] = ::rtl::OUString::createFromAscii( "com.sun.star.ui.dialogs.OfficeFolderPicker… in impl_getStaticSupportedServiceNames()
243 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
H A DOfficeFilePicker.cxx1139 Sequence< rtl::OUString > seqServiceNames = getSupportedServiceNames(); in supportsService() local
1140 const rtl::OUString* pArray = seqServiceNames.getConstArray(); in supportsService()
1141 for ( sal_Int32 i = 0; i < seqServiceNames.getLength(); i++ ) in supportsService()
1160 Sequence< rtl::OUString > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local
1161 rtl::OUString* pArray = seqServiceNames.getArray(); in impl_getStaticSupportedServiceNames()
1163 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
/trunk/main/extensions/source/ole/
H A Dservreg.cxx74 Sequence<OUString> seqServiceNames; in component_getFactory() local
79 ConverterProvider_CreateInstance2, seqServiceNames, in component_getFactory()
86 ConverterProvider_CreateInstanceVar1, seqServiceNames, in component_getFactory()
93 OleClient_CreateInstance, seqServiceNames, in component_getFactory()
100 OleServer_CreateInstance, seqServiceNames, in component_getFactory()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dxmlsecuritycontext_nssimpl.cxx237 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local
238 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService()
239 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService()
254 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local
255seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSecurityCon… in impl_getSupportedServiceNames()
256 return seqServiceNames ; in impl_getSupportedServiceNames()
H A Dxmlsignature_nssimpl.cxx310 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local
311 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService()
312 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService()
327 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local
328seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSignature" … in impl_getSupportedServiceNames()
329 return seqServiceNames ; in impl_getSupportedServiceNames()
H A Dxmlencryption_nssimpl.cxx383 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local
384 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService()
385 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService()
400 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local
401seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLEncryption"… in impl_getSupportedServiceNames()
402 return seqServiceNames ; in impl_getSupportedServiceNames()
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dxmlsecuritycontext_mscryptimpl.cxx257 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local
258 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService()
259 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService()
274 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local
275seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSecurityCon… in impl_getSupportedServiceNames()
276 return seqServiceNames ; in impl_getSupportedServiceNames()
H A Dxmlsignature_mscryptimpl.cxx290 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local
291 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService()
292 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService()
307 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local
308seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSignature" … in impl_getSupportedServiceNames()
309 return seqServiceNames ; in impl_getSupportedServiceNames()
H A Dxmlencryption_mscryptimpl.cxx347 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local
348 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService()
349 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService()
364 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local
365seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLEncryption"… in impl_getSupportedServiceNames()
366 return seqServiceNames ; in impl_getSupportedServiceNames()
H A Dsecurityenvironment_mscryptimpl.cxx207 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local
208 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService()
209 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService()
224 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local
225seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.SecurityEnviro… in impl_getSupportedServiceNames()
226 return seqServiceNames ; in impl_getSupportedServiceNames()
/trunk/main/avmedia/source/framework/
H A Dsoundhandler.cxx183 css::uno::Sequence< ::rtl::OUString > seqServiceNames = getSupportedServiceNames(); in supportsService() local
184 const ::rtl::OUString* pArray = seqServiceNames.getConstArray(); in supportsService()
186 sal_Int32 nLength = seqServiceNames.getLength(); in supportsService()
218 css::uno::Sequence< ::rtl::OUString > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local
219 seqServiceNames.getArray() [0] = SERVICENAME_CONTENTHANDLER; in impl_getStaticSupportedServiceNames()
220 return seqServiceNames; in impl_getStaticSupportedServiceNames()
/trunk/main/starmath/source/
H A Dsmdetect.cxx518 UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); in supportsService() local
519 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService()
520 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService()
540 UNOSEQUENCE< UNOOUSTRING > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local
541seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( "com.sun.star.frame.ExtendedTypeDet… in impl_getStaticSupportedServiceNames()
542 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
/trunk/main/scripting/source/protocolhandler/
H A Dscripthandler.cxx474 Sequence< ::rtl::OUString > seqServiceNames = getSupportedServiceNames(); in supportsService() local
475 const ::rtl::OUString* pArray = seqServiceNames.getConstArray(); in supportsService()
476 for ( sal_Int32 nCounter = 0; nCounter < seqServiceNames.getLength(); nCounter++ ) in supportsService()
497 Sequence< ::rtl::OUString > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local
498 seqServiceNames.getArray() [ 0 ] = in impl_getStaticSupportedServiceNames()
500 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
/trunk/main/sd/source/filter/
H A Dsddetect.cxx513 Sequence< OUString > seqServiceNames = getSupportedServiceNames(); in supportsService() local
514 const OUString* pArray = seqServiceNames.getConstArray(); in supportsService()
515 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService()
535 Sequence< OUString > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local
536seqServiceNames.getArray() [0] = OUString::createFromAscii( "com.sun.star.frame.ExtendedTypeDetect… in impl_getStaticSupportedServiceNames()
537 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
/trunk/main/sfx2/source/view/
H A Dfrmload.cxx670 UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); in supportsService() local
671 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService()
672 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService()
692 UNOSEQUENCE< UNOOUSTRING > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local
693seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( "com.sun.star.frame.SynchronousFram… in impl_getStaticSupportedServiceNames()
694 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
/trunk/main/sc/source/ui/unoobj/
H A Dscdetect.cxx906 UNOSEQUENCE< UNOOUSTRING > seqServiceNames(getSupportedServiceNames()); in supportsService() local
907 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService()
908 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService()
928 UNOSEQUENCE< UNOOUSTRING > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local
929seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( "com.sun.star.frame.ExtendedTypeDet… in impl_getStaticSupportedServiceNames()
930 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
/trunk/main/sfx2/inc/sfx2/
H A Dsfxuno.hxx513 …UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); …
514 …const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); …
515 …for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) …
535 …UNOSEQUENCE< UNOOUSTRING > seqServiceNames( 1 ); …
536seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( IMPLSERVICENAME ); …
537 …return seqServiceNames ; …
/trunk/main/framework/source/fwe/classes/
H A Dactiontriggercontainer.cxx125 Sequence< ::rtl::OUString > seqServiceNames( 1 ); in getSupportedServiceNames() local
127seqServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME_ACTIONTRIGGERCONTAI… in getSupportedServiceNames()
128 return seqServiceNames; in getSupportedServiceNames()
/trunk/main/framework/inc/macros/
H A Dxserviceinfo.hxx107 …css::uno::Sequence< ::rtl::OUString > seqServiceNames( 1 ); …
108seqServiceNames.getArray() [0] = SERVICENAME ; …
109 …return seqServiceNames; …
/trunk/main/sd/source/ui/unoidl/
H A Dunomodule.cxx143 UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); in supportsService() local
144 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService()
145 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService()

12