/trunk/main/xmlsecurity/source/framework/ |
H A D | xmlencryptiontemplateimpl.cxx | 101 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local 102 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService() 103 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService() 118 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local 119 …seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLEncryptionT… in impl_getSupportedServiceNames() 120 return seqServiceNames ; in impl_getSupportedServiceNames()
|
H A D | xmlsignaturetemplateimpl.cxx | 126 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local 127 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService() 128 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService() 143 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local 144 …seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSignatureTe… in impl_getSupportedServiceNames() 145 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() 212 static Sequence< OUString > seqServiceNames( 1 ); in SFX_IMPL_ONEINSTANCEFACTORY() local 218 OUString* pSeq = seqServiceNames.getArray(); in SFX_IMPL_ONEINSTANCEFACTORY() 222 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 | 152 UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); in supportsService() local 153 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService() 154 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService()
|
/trunk/main/fpicker/source/office/ |
H A D | OfficeFolderPicker.cxx | 222 Sequence< ::rtl::OUString > seqServiceNames = getSupportedServiceNames(); in supportsService() local 223 const ::rtl::OUString* pArray = seqServiceNames.getConstArray(); in supportsService() 224 for ( sal_Int32 i = 0; i < seqServiceNames.getLength(); i++ ) in supportsService() 243 Sequence< ::rtl::OUString > seqServiceNames(1); in impl_getStaticSupportedServiceNames() local 244 …seqServiceNames[0] = ::rtl::OUString::createFromAscii( "com.sun.star.ui.dialogs.OfficeFolderPicker… in impl_getStaticSupportedServiceNames() 245 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
|
H A D | OfficeFilePicker.cxx | 1153 Sequence< rtl::OUString > seqServiceNames = getSupportedServiceNames(); in supportsService() local 1154 const rtl::OUString* pArray = seqServiceNames.getConstArray(); in supportsService() 1155 for ( sal_Int32 i = 0; i < seqServiceNames.getLength(); i++ ) in supportsService() 1174 Sequence< rtl::OUString > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local 1175 rtl::OUString* pArray = seqServiceNames.getArray(); in impl_getStaticSupportedServiceNames() 1177 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
|
/trunk/main/extensions/source/ole/ |
H A D | servreg.cxx | 78 Sequence<OUString> seqServiceNames; in component_getFactory() local 83 ConverterProvider_CreateInstance2, seqServiceNames, in component_getFactory() 90 ConverterProvider_CreateInstanceVar1, seqServiceNames, in component_getFactory() 97 OleClient_CreateInstance, seqServiceNames, in component_getFactory() 104 OleServer_CreateInstance, seqServiceNames, in component_getFactory()
|
/trunk/main/xmlsecurity/source/xmlsec/nss/ |
H A D | xmlsecuritycontext_nssimpl.cxx | 244 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local 245 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService() 246 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService() 261 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local 262 …seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSecurityCon… in impl_getSupportedServiceNames() 263 return seqServiceNames ; in impl_getSupportedServiceNames()
|
H A D | xmlsignature_nssimpl.cxx | 313 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local 314 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService() 315 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService() 330 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local 331 …seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSignature" … in impl_getSupportedServiceNames() 332 return seqServiceNames ; in impl_getSupportedServiceNames()
|
H A D | xmlencryption_nssimpl.cxx | 385 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local 386 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService() 387 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService() 402 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local 403 …seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLEncryption"… in impl_getSupportedServiceNames() 404 return seqServiceNames ; in impl_getSupportedServiceNames()
|
H A D | securityenvironment_nssimpl.cxx | 196 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local 197 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService() 198 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService() 213 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local 214 …seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.SecurityEnviro… in impl_getSupportedServiceNames() 215 return seqServiceNames ; in impl_getSupportedServiceNames()
|
/trunk/main/xmlsecurity/source/xmlsec/mscrypt/ |
H A D | xmlsecuritycontext_mscryptimpl.cxx | 264 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local 265 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService() 266 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService() 281 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local 282 …seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSecurityCon… in impl_getSupportedServiceNames() 283 return seqServiceNames ; in impl_getSupportedServiceNames()
|
H A D | xmlsignature_mscryptimpl.cxx | 293 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local 294 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService() 295 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService() 310 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local 311 …seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSignature" … in impl_getSupportedServiceNames() 312 return seqServiceNames ; in impl_getSupportedServiceNames()
|
H A D | xmlencryption_mscryptimpl.cxx | 349 Sequence< OUString > seqServiceNames = getSupportedServiceNames() ; in supportsService() local 350 const OUString* pArray = seqServiceNames.getConstArray() ; in supportsService() 351 for( sal_Int32 i = 0 ; i < seqServiceNames.getLength() ; i ++ ) { in supportsService() 366 Sequence< OUString > seqServiceNames( 1 ) ; in impl_getSupportedServiceNames() local 367 …seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLEncryption"… in impl_getSupportedServiceNames() 368 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 | 182 css::uno::Sequence< ::rtl::OUString > seqServiceNames = getSupportedServiceNames(); in supportsService() local 183 const ::rtl::OUString* pArray = seqServiceNames.getConstArray(); in supportsService() 185 sal_Int32 nLength = seqServiceNames.getLength(); in supportsService() 217 css::uno::Sequence< ::rtl::OUString > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local 218 seqServiceNames.getArray() [0] = SERVICENAME_CONTENTHANDLER; in impl_getStaticSupportedServiceNames() 219 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 | 483 Sequence< ::rtl::OUString > seqServiceNames = getSupportedServiceNames(); in supportsService() local 484 const ::rtl::OUString* pArray = seqServiceNames.getConstArray(); in supportsService() 485 for ( sal_Int32 nCounter = 0; nCounter < seqServiceNames.getLength(); nCounter++ ) in supportsService() 507 Sequence< ::rtl::OUString > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local 508 seqServiceNames.getArray() [ 0 ] = in impl_getStaticSupportedServiceNames() 510 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 | 671 UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); in supportsService() local 672 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService() 673 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService() 693 UNOSEQUENCE< UNOOUSTRING > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local 694 …seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( "com.sun.star.frame.SynchronousFram… in impl_getStaticSupportedServiceNames() 695 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 | 132 Sequence< ::rtl::OUString > seqServiceNames( 1 ); in getSupportedServiceNames() local 134 …seqServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME_ACTIONTRIGGERCONTAI… in getSupportedServiceNames() 135 return seqServiceNames; in getSupportedServiceNames()
|
H A D | actiontriggerseparatorpropertyset.cxx | 118 Sequence< ::rtl::OUString > seqServiceNames( 1 ); in getSupportedServiceNames() local 119 …seqServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME_ACTIONTRIGGERSEPARA… in getSupportedServiceNames() 120 return seqServiceNames; in getSupportedServiceNames()
|