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.cxx101 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
119seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLEncryptionT… in impl_getSupportedServiceNames()
120 return seqServiceNames ; in impl_getSupportedServiceNames()
H A Dxmlsignaturetemplateimpl.cxx126 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
144seqServiceNames.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 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()
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 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.cxx152 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 DOfficeFolderPicker.cxx222 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
244seqServiceNames[0] = ::rtl::OUString::createFromAscii( "com.sun.star.ui.dialogs.OfficeFolderPicker… in impl_getStaticSupportedServiceNames()
245 return seqServiceNames ; in impl_getStaticSupportedServiceNames()
H A DOfficeFilePicker.cxx1153 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 Dservreg.cxx78 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 Dxmlsecuritycontext_nssimpl.cxx244 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
262seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSecurityCon… in impl_getSupportedServiceNames()
263 return seqServiceNames ; in impl_getSupportedServiceNames()
H A Dxmlsignature_nssimpl.cxx313 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
331seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSignature" … in impl_getSupportedServiceNames()
332 return seqServiceNames ; in impl_getSupportedServiceNames()
H A Dxmlencryption_nssimpl.cxx385 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
403seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLEncryption"… in impl_getSupportedServiceNames()
404 return seqServiceNames ; in impl_getSupportedServiceNames()
H A Dsecurityenvironment_nssimpl.cxx196 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
214seqServiceNames.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 Dxmlsecuritycontext_mscryptimpl.cxx264 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
282seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSecurityCon… in impl_getSupportedServiceNames()
283 return seqServiceNames ; in impl_getSupportedServiceNames()
H A Dxmlsignature_mscryptimpl.cxx293 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
311seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLSignature" … in impl_getSupportedServiceNames()
312 return seqServiceNames ; in impl_getSupportedServiceNames()
H A Dxmlencryption_mscryptimpl.cxx349 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
367seqServiceNames.getArray()[0] = OUString::createFromAscii( "com.sun.star.xml.crypto.XMLEncryption"… in impl_getSupportedServiceNames()
368 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.cxx182 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 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.cxx483 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 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.cxx671 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
694seqServiceNames.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 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.cxx132 Sequence< ::rtl::OUString > seqServiceNames( 1 ); in getSupportedServiceNames() local
134seqServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME_ACTIONTRIGGERCONTAI… in getSupportedServiceNames()
135 return seqServiceNames; in getSupportedServiceNames()
H A Dactiontriggerseparatorpropertyset.cxx118 Sequence< ::rtl::OUString > seqServiceNames( 1 ); in getSupportedServiceNames() local
119seqServiceNames[0] = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SERVICENAME_ACTIONTRIGGERSEPARA… in getSupportedServiceNames()
120 return seqServiceNames; in getSupportedServiceNames()

Completed in 97 milliseconds

12