Searched refs:aByteSeq (Results 1 – 2 of 2) sorted by relevance
187 Sequence<sal_Int8> aByteSeq = implConvert( aString ); in writeString() local188 mxStream->writeBytes( aByteSeq ); in writeString()
2038 com::sun::star::uno::Sequence< sal_Int8 > aByteSeq; in ExportGraphic() local2039 if ( aAdditionalChunkSequence[ j ].Value >>= aByteSeq ) in ExportGraphic()2044 sal_uInt32 nChunkLen = aByteSeq.getLength(); in ExportGraphic()2051 … rtl_copyMemory( &aChunkData.aData[ 0 ], aByteSeq.getConstArray(), nChunkLen ); in ExportGraphic()