Searched refs:BiffInputRecordBuffer (Results 1 – 2 of 2) sorted by relevance
43 BiffInputRecordBuffer::BiffInputRecordBuffer( BinaryInputStream& rInStrm ) : in BiffInputRecordBuffer() function in oox::xls::prv::BiffInputRecordBuffer62 void BiffInputRecordBuffer::restartAt( sal_Int64 nPos ) in restartAt()72 void BiffInputRecordBuffer::setDecoder( const BiffDecoderRef& rxDecoder ) in setDecoder()79 void BiffInputRecordBuffer::enableDecoder( bool bEnable ) in enableDecoder()84 bool BiffInputRecordBuffer::startRecord( sal_Int64 nHeaderPos ) in startRecord()107 bool BiffInputRecordBuffer::startNextRecord() in startNextRecord()112 sal_uInt16 BiffInputRecordBuffer::getNextRecId() in getNextRecId()123 void BiffInputRecordBuffer::read( void* opData, sal_uInt16 nBytes ) in read()132 void BiffInputRecordBuffer::skip( sal_uInt16 nBytes ) in skip()139 void BiffInputRecordBuffer::updateBuffer() in updateBuffer()[all …]
42 class BiffInputRecordBuffer class45 explicit BiffInputRecordBuffer( BinaryInputStream& rInStrm );386 prv::BiffInputRecordBuffer maRecBuffer; /// Raw record data buffer.
Completed in 19 milliseconds