Lines Matching refs:BiffInputRecordBuffer
43 BiffInputRecordBuffer::BiffInputRecordBuffer( BinaryInputStream& rInStrm ) : in BiffInputRecordBuffer() function in oox::xls::prv::BiffInputRecordBuffer
62 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()
153 void BiffInputRecordBuffer::updateDecoded() in updateDecoded()