Home
last modified time | relevance | path

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

/trunk/main/oox/source/helper/
H A Dbinaryinputstream.cxx278 BinaryStreamBase( rInStrm.isSeekable() ), in RelativeInputStream()
300 if( mpInStrm && isSeekable() && (mnStartPos >= 0) ) in seek()
/trunk/main/oox/inc/oox/helper/
H A Dbinarystreambase.hxx82 inline bool isSeekable() const { return mbSeekable; } in isSeekable() function in oox::BinaryStreamBase
/trunk/main/oox/source/xls/
H A Dbiffoutputstream.cxx39 …OSL_ENSURE( mrOutStrm.isSeekable(), "BiffOutputRecordBuffer::BiffOutputRecordBuffer - stream must … in BiffOutputRecordBuffer()
H A Dbiffdetector.cxx81 if( !rInStream.isEof() && rInStream.isSeekable() && (rInStream.size() > 4) ) in detectStreamBiffVersion()
H A Dbiffinputstream.cxx55 …OSL_ENSURE( mrInStrm.isSeekable(), "BiffInputRecordBuffer::BiffInputRecordBuffer - stream must be … in BiffInputRecordBuffer()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx3097 if( mbShowRecPos && mxBaseStrm->isSeekable() ) in writeHeader()
3126 if( rBaseStrm.isSeekable() ) in implStartRecord()
H A Doledumper.cxx1064 return OleInputObjectBase::implIsValid() && mxStrm->isSeekable(); in implIsValid()

Completed in 153 milliseconds