Lines Matching refs:mbEof
178 mbEof = true; // EOF will be true if stream is not inside a record in BiffInputStream()
266 return mbEof ? -1 : (mnCurrRecSize - maRecBuffer.getRecLeft()); in tell()
273 if( mbEof || (nRecPos < tell()) ) in seek()
275 if( !mbEof && (nRecPos > tell()) ) in seek()
299 if( !mbEof ) in readData()
311 if( !mbEof && opMem && (nBytes > 0) ) in readMemory()
316 while( !mbEof && (nBytesLeft > 0) ) in readMemory()
329 OSL_ENSURE( !mbEof, "BiffInputStream::readMemory - record overread" ); in readMemory()
338 while( !mbEof && (nBytesLeft > 0) ) in skip()
349 OSL_ENSURE( !mbEof, "BiffInputStream::skip - record overread" ); in skip()
382 while( !mbEof && (nCharsLeft > 0) ) in readUniStringChars()
419 while( !mbEof && (nCharsLeft > 0) ) in skipUniStringChars()
456 mbEof = !isInRecord(); in setupRecord()
472 mbEof = false; in restartRecord()
482 mbEof = true; // as long as the record is not started in rewindToRecord()
493 …mbEof = mbEof || !mbCont || !isContinueId( maRecBuffer.getNextRecId() ) || !maRecBuffer.startNextR… in jumpToNextContinue()
494 if( !mbEof ) in jumpToNextContinue()
496 return !mbEof; in jumpToNextContinue()
512 … mbEof = mbEof || (maRecBuffer.getNextRecId() != BIFF_ID_CONT) || !maRecBuffer.startNextRecord(); in jumpToNextStringContinue()
513 if( !mbEof ) in jumpToNextStringContinue()
521 return !mbEof; in jumpToNextStringContinue()