/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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 | 1143 Sequence< rtl::OUString > seqServiceNames = getSupportedServiceNames(); in supportsService() local 1144 const rtl::OUString* pArray = seqServiceNames.getConstArray(); in supportsService() 1145 for ( sal_Int32 i = 0; i < seqServiceNames.getLength(); i++ ) in supportsService() 1164 Sequence< rtl::OUString > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local 1165 rtl::OUString* pArray = seqServiceNames.getArray(); in impl_getStaticSupportedServiceNames() 1167 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/starmath/source/ |
H A D | smdetect.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( 1 ); in impl_getStaticSupportedServiceNames() local 467 …seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( "com.sun.star.frame.ExtendedTypeDet… in impl_getStaticSupportedServiceNames() 468 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
|
/aoo4110/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()
|
/aoo4110/main/scripting/source/protocolhandler/ |
H A D | scripthandler.cxx | 449 Sequence< ::rtl::OUString > seqServiceNames = getSupportedServiceNames(); in supportsService() local 450 const ::rtl::OUString* pArray = seqServiceNames.getConstArray(); in supportsService() 451 for ( sal_Int32 nCounter = 0; nCounter < seqServiceNames.getLength(); nCounter++ ) in supportsService() 473 Sequence< ::rtl::OUString > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local 474 seqServiceNames.getArray() [ 0 ] = in impl_getStaticSupportedServiceNames() 476 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | sddetect.cxx | 500 UNOSEQUENCE< UNOOUSTRING > seqServiceNames = getSupportedServiceNames(); in supportsService() local 501 const UNOOUSTRING* pArray = seqServiceNames.getConstArray(); in supportsService() 502 for ( sal_Int32 nCounter=0; nCounter<seqServiceNames.getLength(); nCounter++ ) in supportsService() 522 UNOSEQUENCE< UNOOUSTRING > seqServiceNames( 1 ); in impl_getStaticSupportedServiceNames() local 523 …seqServiceNames.getArray() [0] = UNOOUSTRING::createFromAscii( "com.sun.star.frame.ExtendedTypeDet… in impl_getStaticSupportedServiceNames() 524 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
|
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()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/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 ; \
|
/aoo4110/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()
|
/aoo4110/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; \
|