Home
last modified time | relevance | path

Searched refs:mbEof (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/oox/source/helper/
H A Dbinaryinputstream.cxx190 mbEof = true; in readData()
218 if( !mbEof ) try in skip()
224 mbEof = true; in skip()
239 if( !mbEof ) in readData()
254 if( !mbEof ) in readMemory()
267 if( !mbEof ) in skip()
285 mbEof = mbEof || rInStrm.isEof() || (mnSize < 0); in RelativeInputStream()
311 mbEof = true; in close()
317 if( !mbEof ) in readData()
330 if( !mbEof ) in readMemory()
[all …]
H A Dbinarystreambase.cxx106 mbEof = false; in seek()
111 mbEof = true; in seek()
118 mbEof = true; in close()
145 mbEof = mnPos != nPos; in seek()
152 mbEof = true; in close()
H A Dbinaryoutputstream.cxx53 mbEof = !mxOutStrm.is(); in BinaryXOutputStream()
/aoo41x/main/oox/source/xls/
H A Dbiffinputstream.cxx299 if( !mbEof ) in readData()
338 while( !mbEof && (nBytesLeft > 0) ) 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()
494 if( !mbEof ) in jumpToNextContinue()
496 return !mbEof; in jumpToNextContinue()
512mbEof = mbEof || (maRecBuffer.getNextRecId() != BIFF_ID_CONT) || !maRecBuffer.startNextRecord(); in jumpToNextStringContinue()
513 if( !mbEof ) in jumpToNextStringContinue()
[all …]
/aoo41x/main/oox/source/ole/
H A Dvbainputstream.cxx54 mbEof = mbEof || rInStrm.isEof() || (nSig != VBASTREAM_SIGNATURE); in VbaInputStream()
74 mbEof = true; in close()
80 if( !mbEof ) in readData()
125 if( mbEof || (mnChunkPos < maChunk.size()) ) return !mbEof; in updateChunk()
129 mbEof = mpInStrm->isEof(); in updateChunk()
130 if( mbEof ) return false; in updateChunk()
134 mbEof = (nHeader & VBACHUNK_SIGMASK) != VBACHUNK_SIG; in updateChunk()
135 if( mbEof ) return false; in updateChunk()
146 while( !mbEof && !mpInStrm->isEof() && (nChunkPos < nChunkLen) ) in updateChunk()
164 if( !mbEof ) in updateChunk()
[all …]
H A Daxbinaryreader.cxx52 mbEof = mbEof || rInStrm.isEof(); in AxAlignedInputStream()
67 mbEof = mbEof || (nPos < mnStrmPos); in seek()
68 if( !mbEof ) in seek()
75 mbEof = true; in close()
81 if( !mbEof ) in readData()
85 mbEof = mpInStrm->isEof(); in readData()
93 if( !mbEof ) in readMemory()
97 mbEof = mpInStrm->isEof(); in readMemory()
104 if( !mbEof ) in skip()
108 mbEof = mpInStrm->isEof(); in skip()
/aoo41x/main/oox/inc/oox/helper/
H A Dbinarystreambase.hxx87 inline bool isEof() const { return mbEof; } in isEof()
114 …inline explicit BinaryStreamBase( bool bSeekable ) : mbEof( false ), mbSeekable( bSeekable ) {} in BinaryStreamBase()
121 bool mbEof; /// End of stream flag. member in oox::BinaryStreamBase
H A Dbinaryinputstream.hxx254 if( !mbEof ) in readArray()

Completed in 48 milliseconds