Searched refs:aSequ (Results 1 – 5 of 5) sorted by relevance
82 uno::Sequence <rtl::OUString> aSequ = ScTestAddIn::getSupportedServiceNames_Static(); in component_writeInfo() local83 const rtl::OUString * pArray = aSequ.getConstArray(); in component_writeInfo()84 for( INT32 i = 0; i < aSequ.getLength(); i++ ) in component_writeInfo()
61 uno::Sequence< OUString > aSequ = SampleAddIn::getSupportedServiceNames_Static(); in component_writeInfo() local62 const OUString * pArray = aSequ.getConstArray(); in component_writeInfo()63 for( sal_Int32 i = 0; i < aSequ.getLength(); i++ ) in component_writeInfo()
1463 … ::com::sun::star::uno::Sequence < sal_Int8 > aSequ( (sal_Int8*) pBuffer, RTL_DIGEST_LENGTH_SHA1 ); in SetKey()1465 aAny <<= aSequ; in SetKey()
720 … ::com::sun::star::uno::Sequence < sal_Int8 > aSequ( (sal_Int8*) pBuffer, RTL_DIGEST_LENGTH_SHA1 ); in UCBStorageStream_Impl()722 aAny <<= aSequ; in UCBStorageStream_Impl()
1296 ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue> aSequ( nProps ); in TransformItems()1297 ::com::sun::star::beans::PropertyValue *pValue = aSequ.getArray(); in TransformItems()1668 rArgs = aSequ; in TransformItems()
Completed in 81 milliseconds