Home
last modified time | relevance | path

Searched refs:isEof (Results 26 – 43 of 43) sorted by relevance

12

/aoo41x/main/oox/source/ole/
H A Dvbahelper.cxx66 return !rInStrm.isEof() && (rInStrm.readData( rRecData, nRecSize ) == nRecSize); in readDirRecord()
/aoo41x/main/oox/inc/oox/helper/
H A Dbinarystreambase.hxx87 inline bool isEof() const { return mbEof; } in isEof() function in oox::BinaryStreamBase
H A Dtextinputstream.hxx59 bool isEof() const;
/aoo41x/main/vos/inc/vos/
H A Dpipe.hxx249 virtual sal_Bool SAL_CALL isEof() const;
H A Dstream.hxx156 virtual sal_Bool SAL_CALL isEof() const;
H A Dsocket.hxx883 virtual sal_Bool SAL_CALL isEof() const;
/aoo41x/main/oox/source/xls/
H A Dexcelhandlers.cxx173 return !mxBiffStrm->isEof() && (mxBiffStrm->getRecId() == BIFF_ID_EOF); in skipFragment()
H A Dbiffdetector.cxx81 if( !rInStream.isEof() && rInStream.isSeekable() && (rInStream.size() > 4) ) in detectStreamBiffVersion()
H A Dstylesbuffer.cxx531 for( sal_uInt16 nIndex = 0; !rStrm.isEof() && (nIndex < nCount); ++nIndex ) in importPalette()
941 …OSL_ENSURE( !rStrm.isEof() && (rStrm.tell() <= nRecPos + 64), "Font::importCfRule - font name too … in importCfRule()
1881 if( !rStrm.isEof() && (fPosition >= 0.0) ) in readGradientStop()
1986 for( sal_Int32 nStop = 0; (nStop < nStopCount) && !rStrm.isEof(); ++nStop ) in importFill()
2587 for( sal_uInt16 nRec = 0; !rStrm.isEof() && (nRec < nRecCount); ++nRec ) in importDxf()
2620 …OSL_ENSURE( !rStrm.isEof() && (rStrm.getRemaining() == 0), "Dxf::importDxf - unexpected remaining … in importDxf()
H A Ddefnamesbuffer.cxx355 …if( !rStrm.isEof() && (nFmlaSize > 0) && (nAddDataSize >= 0) && (rStrm.getRemaining() >= nAddDataS… in importDefinedName()
H A Dsheetdatacontext.cxx416 for( sal_Int32 nSpanIdx = 0; (nSpanIdx < nSpanCount) && !rStrm.isEof(); ++nSpanIdx ) in importRow()
H A Dworksheetfragment.cxx1164 for( sal_uInt16 nIndex = 0; !rStrm.isEof() && (nIndex < nCount); ++nIndex ) in importPageBreaks()
/aoo41x/main/oox/source/helper/
H A Dtextinputstream.cxx138 bool TextInputStream::isEof() const in isEof() function in oox::TextInputStream
/aoo41x/main/vos/source/
H A Dpipe.cxx405 sal_Bool OStreamPipe::isEof() const in isEof() function in OStreamPipe
H A Dsocket.cxx1492 sal_Bool OStreamSocket::isEof() const in isEof() function in OStreamSocket
/aoo41x/main/oox/source/core/
H A Drecordparser.cxx255 if( !maSource.mxInStream || maSource.mxInStream->isEof() ) in parseStream()
H A Dfilterbase.cxx429 if( aInStrm.isEof() ) in importBinaryData()
H A Dfilterdetect.cxx313 return !rStrm.isEof(); in lclReadEncryptionInfo()

Completed in 151 milliseconds

12