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()
2014 com::sun::star::uno::Sequence< sal_Int8 > aByteSeq; in ExportGraphic() local2015 if ( aAdditionalChunkSequence[ j ].Value >>= aByteSeq ) in ExportGraphic()2020 sal_uInt32 nChunkLen = aByteSeq.getLength(); in ExportGraphic()2027 rtl_copyMemory( &aChunkData.aData[ 0 ], aByteSeq.getConstArray(), nChunkLen ); in ExportGraphic()
Completed in 15 milliseconds