Lines Matching refs:BiffInputStream

167 BiffInputStream::BiffInputStream( BinaryInputStream& rInStream, bool bContLookup ) :  in BiffInputStream()  function in oox::xls::BiffInputStream
183 bool BiffInputStream::startNextRecord() in startNextRecord()
205 bool BiffInputStream::startRecordByHandle( sal_Int64 nRecHandle ) in startRecordByHandle()
211 void BiffInputStream::resetRecord( bool bContLookup, sal_uInt16 nAltContId ) in resetRecord()
222 void BiffInputStream::rewindRecord() in rewindRecord()
229 void BiffInputStream::setDecoder( const BiffDecoderRef& rxDecoder ) in setDecoder()
234 void BiffInputStream::enableDecoder( bool bEnable ) in enableDecoder()
241 sal_uInt16 BiffInputStream::getNextRecId() in getNextRecId()
257 sal_Int64 BiffInputStream::size() const in size()
260 const_cast< BiffInputStream* >( this )->calcRecordLength(); in size()
264 sal_Int64 BiffInputStream::tell() const in tell()
269 void BiffInputStream::seek( sal_Int64 nRecPos ) in seek()
280 void BiffInputStream::close() in close()
284 sal_Int64 BiffInputStream::tellBase() const in tellBase()
289 sal_Int64 BiffInputStream::sizeBase() const in sizeBase()
296 sal_Int32 BiffInputStream::readData( StreamDataSequence& orData, sal_Int32 nBytes, size_t nAtomSize… in readData()
308 sal_Int32 BiffInputStream::readMemory( void* opMem, sal_Int32 nBytes, size_t nAtomSize ) in readMemory()
335 void BiffInputStream::skip( sal_Int32 nBytes, size_t nAtomSize ) in skip()
355 OString BiffInputStream::readByteString( bool b16BitLen, bool bAllowNulChars ) in readByteString()
361 OUString BiffInputStream::readByteStringUC( bool b16BitLen, rtl_TextEncoding eTextEnc, bool bAllowN… in readByteStringUC()
366 void BiffInputStream::skipByteString( bool b16BitLen ) in skipByteString()
373 OUString BiffInputStream::readUniStringChars( sal_uInt16 nChars, bool b16BitChars, bool bAllowNulCh… in readUniStringChars()
401 OUString BiffInputStream::readUniStringBody( sal_uInt16 nChars, bool bAllowNulChars ) in readUniStringBody()
411 OUString BiffInputStream::readUniString( bool bAllowNulChars ) in readUniString()
416 void BiffInputStream::skipUniStringChars( sal_uInt16 nChars, bool b16BitChars ) in skipUniStringChars()
432 void BiffInputStream::skipUniStringBody( sal_uInt16 nChars ) in skipUniStringBody()
441 void BiffInputStream::skipUniString() in skipUniString()
448 void BiffInputStream::setupRecord() in setupRecord()
461 void BiffInputStream::restartRecord( bool bInvalidateRecSize ) in restartRecord()
476 void BiffInputStream::rewindToRecord( sal_Int64 nRecHandle ) in rewindToRecord()
486 bool BiffInputStream::isContinueId( sal_uInt16 nRecId ) const in isContinueId()
491 bool BiffInputStream::jumpToNextContinue() in jumpToNextContinue()
499 bool BiffInputStream::jumpToNextStringContinue( bool& rb16BitChars ) in jumpToNextStringContinue()
524 void BiffInputStream::calcRecordLength() in calcRecordLength()
533 sal_uInt16 BiffInputStream::getMaxRawReadSize( sal_Int32 nBytes, size_t nAtomSize ) const in getMaxRawReadSize()
546 void BiffInputStream::readUniStringHeader( bool& orb16BitChars, sal_Int32& ornAddSize ) in readUniStringHeader()
558 BiffInputStreamPos::BiffInputStreamPos( BiffInputStream& rStrm ) : in BiffInputStreamPos()
575 BiffInputStreamPosGuard::BiffInputStreamPosGuard( BiffInputStream& rStrm ) : in BiffInputStreamPosGuard()