Searched refs:aOutSeq (Results 1 – 2 of 2) sorted by relevance
560 ::com::sun::star::uno::Sequence< sal_Int8 > aOutSeq; in getBase64Codec()571 sal_Int32 nOrigLen = aOutSeq.getLength(); in getBase64Codec()572 aOutSeq.realloc(nOrigLen + nLen); in getBase64Codec()573 sal_Int8 * pArray = aOutSeq.getArray() + nOrigLen; in getBase64Codec()584 if(aOutSeq.getLength() > 0) in getBase64Codec()586 XMLBase64Codec::encodeBase64(rBuffer, aOutSeq); in getBase64Codec()
1613 uno::Sequence<sal_Int8> aOutSeq( (sal_Int8*)aOutStr.GetBuffer(), aOutStr.Len() ); in CopySourceStream() local1614 xDestStream->writeBytes( aOutSeq ); in CopySourceStream()
Completed in 39 milliseconds