Home
last modified time | relevance | path

Searched refs:mSeqSource (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/io/source/TextInputStream/
H A DTextInputStream.cxx81 Sequence<sal_Int8> mSeqSource; member in io_TextInputStream::OTextInputStream
133 : mSeqSource( READ_BYTE_COUNT ), mpBuffer( NULL ), mnBufferSize( 0 ) in OTextInputStream()
303 sal_Int32 nRead = mxStream->readSomeBytes( mSeqSource, nBytesToRead ); in implReadNext()
315 const sal_Int8 *pbSource = mSeqSource.getConstArray(); in implReadNext()
350 sal_Int32 nOldLen = mSeqSource.getLength(); in implReadNext()
354 mSeqSource.realloc( nTotalRead ); in implReadNext()
356 mSeqSource.getArray()[ nOldLen ] = aOneByteSeq.getConstArray()[ 0 ]; in implReadNext()
357 pbSource = mSeqSource.getConstArray(); in implReadNext()

Completed in 18 milliseconds