/aoo41x/main/oox/source/dump/ |
H A D | oledumper.cxx | 636 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 D | dffdumper.cxx | 79 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 D | biffdumper.cxx | 540 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 D | dumperbase.cxx | 1036 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 D | xlsbdumper.cxx | 123 …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 D | richstring.cxx | 172 for( sal_Int32 nIndex = 0; !rStrm.isEof() && (nIndex < nCount); ++nIndex ) in importPortions() 187 for( sal_uInt16 nIndex = 0; !rStrm.isEof() && (nIndex < nCount); ++nIndex ) in importPortions() 335 for( sal_Int32 nIndex = 0; !rStrm.isEof() && (nIndex < nCount); ++nIndex ) in importPortions() 404 if( !rStrm.isEof() && getFlag( nFlags, BIFF12_STRINGFLAG_FONTS ) ) in importString() 415 if( !rStrm.isEof() && getFlag( nFlags, BIFF12_STRINGFLAG_PHONETICS ) ) in importString() 438 if( !rStrm.isEof() && getFlag( nFlags, BIFF_STR_EXTRAFONTS ) ) in importByteString() 472 if( !rStrm.isEof() && (nFontCount > 0) ) in importUniString() 485 if( !rStrm.isEof() && (nPhoneticSize > 0) ) in importUniString()
|
H A D | biffhelper.cxx | 271 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 D | externallinkbuffer.cxx | 268 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 D | scenariobuffer.cxx | 141 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 D | biffinputstream.cxx | 94 mbValidHeader = !mrInStrm.isEof() && (mnNextHeaderPos <= mrInStrm.size()); in startRecord() 570 return bValidRec && !mrStrm.isEof(); in restorePosition()
|
H A D | externallinkfragment.cxx | 465 …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 D | formulaparser.cxx | 1358 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 D | pivotcachebuffer.cxx | 410 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 D | sharedstringsbuffer.cxx | 58 for( ; !rStrm.isEof() && (nStringCount > 0); --nStringCount ) in importSst()
|
/aoo41x/main/oox/source/ole/ |
H A D | vbacontrol.cxx | 361 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 D | axbinaryreader.cxx | 52 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 D | vbainputstream.cxx | 54 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 D | vbaproject.cxx | 277 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 D | olehelper.cxx | 208 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 D | vbamodule.cxx | 153 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 D | axcontrolfragment.cxx | 118 if( !aInStrm.isEof() ) in onCreateContext() 141 if( !aInStrm.isEof() ) in onCreateContext()
|
H A D | axcontrol.cxx | 600 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 D | binaryinputstream.cxx | 285 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 D | stream.cxx | 102 sal_Bool OStream::isEof() const in isEof() function in OStream 104 return (m_rStream.isEof()); in isEof()
|
/aoo41x/main/vos/inc/vos/ |
H A D | istream.hxx | 63 virtual sal_Bool SAL_CALL isEof() const = 0;
|