Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dbiffinputstream.cxx43 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()
[all …]
/trunk/main/oox/inc/oox/xls/
H A Dbiffinputstream.hxx42 class BiffInputRecordBuffer class
45 explicit BiffInputRecordBuffer( BinaryInputStream& rInStrm );
386 prv::BiffInputRecordBuffer maRecBuffer; /// Raw record data buffer.

Completed in 24 milliseconds