| /trunk/main/xmlsecurity/source/framework/ |
| H A D | xmlencryptiontemplateimpl.cxx | 94 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 112 …seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLEncryptionT… in impl_getSupportedServiceNames() 113 return seqServiceNames ; in impl_getSupportedServiceNames()
|
| H A D | xmlsignaturetemplateimpl.cxx | 118 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 136 …seqServiceNames.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 D | appbaslib.cxx | 169 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 D | swdetect.cxx | 444 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 467 …seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( "com.sun.star.frame.ExtendedTypeDet… in impl_getStaticSupportedServiceNames() 468 …seqServiceNames.getArray() [1] = UNOOUSTRING::createFromAscii( "com.sun.star.text.FormatDetector" … in impl_getStaticSupportedServiceNames() 469 …seqServiceNames.getArray() [2] = UNOOUSTRING::createFromAscii( "com.sun.star.text.W4WFormatDetecto… in impl_getStaticSupportedServiceNames() 470 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
|
| H A D | unomodule.cxx | 151 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 D | OfficeFolderPicker.cxx | 220 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 242 …seqServiceNames[0] = ::rtl::OUString::createFromAscii( "com.sun.star.ui.dialogs.OfficeFolderPicker… in impl_getStaticSupportedServiceNames() 243 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
|
| H A D | OfficeFilePicker.cxx | 1139 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 D | servreg.cxx | 74 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 D | xmlsecuritycontext_nssimpl.cxx | 237 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 255 …seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSecurityCon… in impl_getSupportedServiceNames() 256 return seqServiceNames ; in impl_getSupportedServiceNames()
|
| H A D | xmlsignature_nssimpl.cxx | 310 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 328 …seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSignature" … in impl_getSupportedServiceNames() 329 return seqServiceNames ; in impl_getSupportedServiceNames()
|
| H A D | xmlencryption_nssimpl.cxx | 383 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 401 …seqServiceNames.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 D | xmlsecuritycontext_mscryptimpl.cxx | 257 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 275 …seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSecurityCon… in impl_getSupportedServiceNames() 276 return seqServiceNames ; in impl_getSupportedServiceNames()
|
| H A D | xmlsignature_mscryptimpl.cxx | 290 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 308 …seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSignature" … in impl_getSupportedServiceNames() 309 return seqServiceNames ; in impl_getSupportedServiceNames()
|
| H A D | xmlencryption_mscryptimpl.cxx | 347 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 365 …seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLEncryption"… in impl_getSupportedServiceNames() 366 return seqServiceNames ; in impl_getSupportedServiceNames()
|
| H A D | securityenvironment_mscryptimpl.cxx | 207 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 225 …seqServiceNames.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 D | soundhandler.cxx | 183 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 D | smdetect.cxx | 518 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 541 …seqServiceNames.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 D | scripthandler.cxx | 474 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 D | sddetect.cxx | 513 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 536 …seqServiceNames.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 D | frmload.cxx | 670 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 693 …seqServiceNames.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 D | scdetect.cxx | 906 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 929 …seqServiceNames.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 D | sfxuno.hxx | 513 …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 ); … 536 …seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( IMPLSERVICENAME ); … 537 …return seqServiceNames ; …
|
| /trunk/main/framework/source/fwe/classes/ |
| H A D | actiontriggercontainer.cxx | 125 Sequence< ::rtl::OUString > seqServiceNames( 1 ); in getSupportedServiceNames() local 127 …seqServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME_ACTIONTRIGGERCONTAI… in getSupportedServiceNames() 128 return seqServiceNames; in getSupportedServiceNames()
|
| /trunk/main/framework/inc/macros/ |
| H A D | xserviceinfo.hxx | 107 …css::uno::Sequence< ::rtl::OUString > seqServiceNames( 1 ); … 108 …seqServiceNames.getArray() [0] = SERVICENAME ; … 109 …return seqServiceNames; …
|
| /trunk/main/sd/source/ui/unoidl/ |
| H A D | unomodule.cxx | 143 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()
|