Home
last modified time | relevance | path

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

12

/aoo41x/main/oox/source/dump/
H A Doledumper.cxx636 if( mxStrm->isEof() ) in startElement()
638 return !mxStrm->isEof(); in startElement()
732 return !mxStrm->isEof(); in dumpComCtlSize()
745 return !mxStrm->isEof(); in dumpComCtlData()
761 return !mxStrm->isEof(); in dumpComCtlCommon()
772 if( !mxStrm->isEof() && (nFlags & 0x01) ) in dumpComCtlComplex()
780 if( !mxStrm->isEof() && (nFlags & 0x02) ) in dumpComCtlComplex()
788 return !mxStrm->isEof(); in dumpComCtlComplex()
1098 if( mbValid && (!bCondition || mxStrm->isEof()) ) in ensureValid()
2037 if( !mxStrm->isEof() ) in implDump()
[all …]
H A Ddffdumper.cxx79 return !rBaseStrm.isEof(); in implReadRecordHeader()
140 for( sal_uInt32 nCluster = 1; !mxStrm->isEof() && (nCluster < nClusters); ++nCluster ) in implDumpRecordBody()
225 for( sal_uInt16 nPropIdx = 0; !mxStrm->isEof() && (nPropIdx < nPropCount); ++nPropIdx ) in dumpDffOpt()
282 …for( PropInfoVector::iterator aIt = aPropInfos.begin(), aEnd = aPropInfos.end(); !mxStrm->isEof() … in dumpDffOpt()
H A Dbiffdumper.cxx540 while( !mxBiffStrm->isEof() && (aBuffer.getLength() < nLength) ) in dumpSegmentedUniString()
817 while( bValid && !mxStrm->isEof() && (mxStrm->tell() < nEndPos) ) in implDump()
1827 for( sal_uInt16 nIndex = 0; !rStrm.isEof() && (nIndex < nCount); ++nIndex ) in implDumpRecordBody()
2334 for( sal_uInt16 nSheet = 0; !rStrm.isEof() && (nSheet < nCount); ++nSheet ) in implDumpRecordBody()
2971 for( sal_uInt16 nCell = 0; !rStrm.isEof() && (nCell < nCellCount); ++nCell ) in implDumpRecordBody()
2974 for( sal_uInt16 nCell = 0; !rStrm.isEof() && (nCell < nCellCount); ++nCell ) in implDumpRecordBody()
3060 while( !rStrm.isEof() && (rStrm.getRemaining() >= 3) ) in implDumpRecordBody()
4213 if( !rStrm.isEof() && (rStrm.tell() == nSubRecStart) ) in dumpObjRecBiff8()
4368 if( rStrm.isEof() || (rStrm.tell() != nStrmEnd) ) in dumpObjRecFmla()
4389 if( rStrm.isEof() || (rStrm.tell() != nStrmEnd) ) in dumpObjRecPictFmla()
[all …]
H A Ddumperbase.cxx1036 while( bLoop && !rStrm.isEof() ) in readConfigBlockContents()
1055 while( !rStrm.isEof() && (aLine.getLength() == 0) ) in readConfigLine()
1603 if( !aTxtStrm.isEof() ) in readConfigFile()
2264 if( !aInStrm.isEof() ) in extractStream()
2267 if( !aOutStrm.isEof() ) in extractStream()
2614 if( mxStrm->isEof() || (mxStrm->tell() > nPos) ) in dumpRemainingTo()
2682 for( sal_Int32 nIndex = 0; !mxStrm->isEof() && (nIndex < nLen); ++nIndex ) in dumpUnicodeArray()
2909 while( !rTextStrm.isEof() ) in implDumpText()
2912 if( !rTextStrm.isEof() || (aLine.getLength() > 0) ) in implDumpText()
2947 while( !rTextStrm.isEof() ) in implDumpText()
[all …]
H A Dxlsbdumper.cxx123 …for( RangeList::iterator aIt = orRanges.begin(), aEnd = orRanges.end(); !mxStrm->isEof() && (aIt !… in readRangeList()
331 return !rStrm.isEof(); in readCompressedInt()
890 …It = maAddData.begin(), aEnd = maAddData.end(); (aIt != aEnd) && !mxStrm->isEof() && (mxStrm->tell… in dumpAddTokenData()
1327 …16 nIndex = 0, nCount = dumpDec< sal_uInt16 >( "subrec-count" ); !mxStrm->isEof() && (nIndex < nCo… in implDumpRecordBody()
1479 for( sal_Int32 nRefId = 0; !mxStrm->isEof() && (nRefId < nCount); ++nRefId ) in implDumpRecordBody()
1501 …nt32 nSheet = 0, nCount = dumpDec< sal_Int32 >( "sheet-count" ); !mxStrm->isEof() && (nSheet < nCo… in implDumpRecordBody()
1517 …opCount = dumpDec< sal_Int32 >( "stop-count" ); (nStop < nStopCount) && !mxStrm->isEof(); ++nStop ) in implDumpRecordBody()
2015 …pan = 0, nSpanCount = dumpDec< sal_Int32 >( "row-spans-count" ); !mxStrm->isEof() && (nSpan < nSpa… in implDumpRecordBody()
/aoo41x/main/oox/source/xls/
H A Drichstring.cxx168 for( sal_Int32 nIndex = 0; !rStrm.isEof() && (nIndex < nCount); ++nIndex ) in importPortions()
183 for( sal_uInt16 nIndex = 0; !rStrm.isEof() && (nIndex < nCount); ++nIndex ) in importPortions()
331 for( sal_Int32 nIndex = 0; !rStrm.isEof() && (nIndex < nCount); ++nIndex ) in importPortions()
400 if( !rStrm.isEof() && getFlag( nFlags, BIFF12_STRINGFLAG_FONTS ) ) in importString()
411 if( !rStrm.isEof() && getFlag( nFlags, BIFF12_STRINGFLAG_PHONETICS ) ) in importString()
434 if( !rStrm.isEof() && getFlag( nFlags, BIFF_STR_EXTRAFONTS ) ) in importByteString()
468 if( !rStrm.isEof() && (nFontCount > 0) ) in importUniString()
481 if( !rStrm.isEof() && (nPhoneticSize > 0) ) in importUniString()
H A Dbiffhelper.cxx271 if( !rStrm.isEof() ) in readString()
275 …OSL_ENSURE( !rStrm.isEof() && (nCharCount >= -1), "BiffHelper::readString - invalid string length"… in readString()
276 if( !rStrm.isEof() && (nCharCount > 0) ) in readString()
303 return !rStrm.isEof() && (rStrm.getRecId() == nEndRecId); in skipRecordBlock()
H A Dexternallinkbuffer.cxx268 while( bLoop && !rStrm.isEof() && (maCurrIt != maResults.end()) ) in importExternalName()
294 OSL_ENSURE( bLoop && !rStrm.isEof() && (maCurrIt == maResults.end()), in importExternalName()
592 …for( sal_Int32 nSheet = 0, nCount = rStrm.readInt32(); !rStrm.isEof() && (nSheet < nCount); ++nShe… in importExtSheetNames()
651 for( sal_uInt16 nSheet = 0; !rStrm.isEof() && (nSheet < nSheetCount); ++nSheet ) in importExternalBook()
999 for( size_t nRefId = 0; !rStrm.isEof() && (nRefId < nMaxCount); ++nRefId ) in importExternalSheets()
1042 …elVec::iterator aIt = maRefSheets.begin(), aEnd = aIt + nRefCount; !rStrm.isEof() && (aIt != aEnd)… in importExternSheet8()
H A Dscenariobuffer.cxx141 for( sal_uInt16 nCell = 0; !rStrm.isEof() && (nCell < nCellCount); ++nCell ) in importScenario()
154 …for( ScenarioCellVector::iterator aIt = maCells.begin(), aEnd = maCells.end(); !rStrm.isEof() && (… in importScenario()
H A Dbiffinputstream.cxx94 mbValidHeader = !mrInStrm.isEof() && (mnNextHeaderPos <= mrInStrm.size()); in startRecord()
570 return bValidRec && !mrStrm.isEof(); in restorePosition()
H A Dexternallinkfragment.cxx465 …for( BinAddress aBinAddr( nCol1, nRow ); bLoop && !rStrm.isEof() && (aBinAddr.mnCol <= nCol2); ++a… in importCrn()
537 return !rStrm.isEof() && (rStrm.getRecId() == BIFF_ID_EOF); in importFragment()
H A Dformulaparser.cxx1358 while( bOk && !rStrm.isEof() && (rStrm.tell() < nFmlaEndPos) ) in importBiff12Formula()
1650 for( sal_Int32 nRow = 0; !rStrm.isEof() && (nRow < nRows); ++nRow ) in importArrayToken()
1654 for( sal_Int32 nCol = 0; !rStrm.isEof() && (nCol < nCols); ++nCol ) in importArrayToken()
2106 while( bOk && !rStrm.isEof() && (rStrm.tell() < nEndPos) ) in importBiffFormula()
2361 for( sal_uInt16 nRow = 0; !rStrm.isEof() && (nRow < nRows); ++nRow ) in importArrayToken()
2365 for( sal_uInt16 nCol = 0; !rStrm.isEof() && (nCol < nCols); ++nCol ) in importArrayToken()
2657 bValid = !rStrm.isEof() && lclIsValidNlrStack( aAddr1, aAddr2, orbIsRow ); in readNlrSRangeAddData()
H A Dpivotcachebuffer.cxx410 for( sal_Int32 nIdx = 0; !rStrm.isEof() && (nIdx < nCount); ++nIdx ) in importArray()
737 for( sal_Int32 nIndex = 0; !rStrm.isEof() && (nIndex < nCount); ++nIndex ) in importPCDFDiscretePr()
1301 …tor aIt = maDatabaseFields.begin(), aEnd = maDatabaseFields.end(); !rStrm.isEof() && (aIt != aEnd)… in importPCRecord()
1311 …tor aIt = maDatabaseFields.begin(), aEnd = maDatabaseFields.end(); !rStrm.isEof() && (aIt != aEnd)… in importPCItemIndexList()
H A Dsharedstringsbuffer.cxx58 for( ; !rStrm.isEof() && (nStringCount > 0); --nStringCount ) in importSst()
/aoo41x/main/oox/source/ole/
H A Dvbacontrol.cxx361 else if( !rInStrm.isEof() ) in importModelOrStorage()
423 OSL_ENSURE( !aFStrm.isEof(), "VbaFormControl::importStorage - missing 'f' stream" ); in importStorage()
428 …if( !aFStrm.isEof() && pContainerModel->importBinaryModel( aFStrm ) && pContainerModel->importClas… in importStorage()
516 while( !rInStrm.isEof() && (nSiteIndex < nSiteCount) ) in importEmbeddedSiteModels()
542 bool bValid = !rInStrm.isEof(); in importEmbeddedSiteModels()
772 OSL_ENSURE( !aInStrm.isEof(), "VbaUserForm::importForm - missing \\003VBFrame stream" ); in importForm()
773 if( aInStrm.isEof() ) in importForm()
781 while( !bBeginFound && !aFrameTextStrm.isEof() ) in importForm()
805 while( !bExitLoop && !aFrameTextStrm.isEof() ) in importForm()
H A Daxbinaryreader.cxx52 mbEof = mbEof || rInStrm.isEof(); in AxAlignedInputStream()
85 mbEof = mpInStrm->isEof(); in readData()
97 mbEof = mpInStrm->isEof(); in readMemory()
108 mbEof = mpInStrm->isEof(); in skip()
354 mbValid = mbValid && bCondition && !maInStrm.isEof(); in ensureValid()
H A Dvbainputstream.cxx54 mbEof = mbEof || rInStrm.isEof() || (nSig != VBASTREAM_SIGNATURE); in VbaInputStream()
129 mbEof = mpInStrm->isEof(); in updateChunk()
146 while( !mbEof && !mpInStrm->isEof() && (nChunkPos < nChunkLen) ) in updateChunk()
150 …for( int nBit = 0; !mbEof && !mpInStrm->isEof() && (nBit < 8) && (nChunkPos < nChunkLen); ++nBit, … in updateChunk()
H A Dvbaproject.cxx277 OSL_ENSURE( !aDirStrm.isEof(), "VbaProject::importVba - cannot open 'dir' stream" ); in importVba()
278 if( aDirStrm.isEof() ) in importVba()
364 OSL_ENSURE( !aPrjStrm.isEof(), "VbaProject::importVba - cannot open 'PROJECT' stream" ); in importVba()
366 if( !aPrjStrm.isEof() ) in importVba()
371 while( !bExitLoop && !aPrjTextStrm.isEof() ) in importVba()
H A Dolehelper.cxx208 return !rInStrm.isEof() && (nVersion <= 1); in importStdFont()
225 …return !rInStrm.isEof() && (nStdPicId == OLE_STDPIC_ID) && (nBytes > 0) && (rInStrm.readData( orGr… in importStdPic()
241 if( rInStrm.isEof() || (nVersion != OLE_STDHLINK_VERSION) ) in importStdHlink()
303 return !rInStrm.isEof(); in importStdHlink()
H A Dvbamodule.cxx153 OSL_ENSURE( !aInStrm.isEof(), "VbaModule::readSourceCode - cannot open module stream" ); in readSourceCode()
157 if( !aInStrm.isEof() ) in readSourceCode()
163 while( !aVbaTextStrm.isEof() ) in readSourceCode()
H A Daxcontrolfragment.cxx118 if( !aInStrm.isEof() ) in onCreateContext()
141 if( !aInStrm.isEof() ) in onCreateContext()
H A Daxcontrol.cxx600 if( !rInStrm.isEof() && in importBinaryModel()
604 return !rInStrm.isEof(); in importBinaryModel()
646 return !rInStrm.isEof() && bPartId && bVersion; in readPartHeader()
654 return !rInStrm.isEof(); in importSizePart()
671 return !rInStrm.isEof(); in importCommonPart()
685 return bReadOk && !rInStrm.isEof(); in importComplexPart()
/aoo41x/main/oox/source/helper/
H A Dbinaryinputstream.cxx285 mbEof = mbEof || rInStrm.isEof() || (mnSize < 0); in RelativeInputStream()
304 mbEof = (mnRelPos != nPos) || mpInStrm->isEof(); in seek()
322 mbEof = (nMaxBytes < nBytes) || mpInStrm->isEof(); in readData()
335 mbEof = (nMaxBytes < nBytes) || mpInStrm->isEof(); in readMemory()
/aoo41x/main/vos/source/
H A Dstream.cxx102 sal_Bool OStream::isEof() const in isEof() function in OStream
104 return (m_rStream.isEof()); in isEof()
/aoo41x/main/vos/inc/vos/
H A Distream.hxx63 virtual sal_Bool SAL_CALL isEof() const = 0;

Completed in 180 milliseconds

12