Lines Matching refs:isEof

251     for( sal_Int32 nIndex = 0; !mxStrm->isEof() && (nIndex < nCount); ++nIndex )  in dumpCompositeMoniker()
364 for( sal_Int32 nSectIdx = 0; !mxStrm->isEof() && (nSectIdx < nSectCount); ++nSectIdx ) in implDump()
376 for( size_t nSectIdx = 0; !mxStrm->isEof() && (nSectIdx < aStartPosVec.size()); ++nSectIdx ) in implDump()
411 for( sal_Int32 nPropIdx = 0; !mxStrm->isEof() && (nPropIdx < nPropCount); ++nPropIdx ) in dumpSection()
486 for( sal_Int32 nIdx = 0; !mxStrm->isEof() && (nIdx < nCount); ++nIdx ) in dumpDictionaryProperty()
545 for( sal_Int32 nElemIdx = 0; !mxStrm->isEof() && (nElemIdx < nElemCount); ++nElemIdx ) in dumpPropertyVector()
610 return (dumpPropertyContents( -1 ) == nExpectedType) && !mxStrm->isEof(); in dumpTypedProperty()
618 …for( sal_Int32 nHlinkIndex = 0, nHlinkCount = nCount / 6; bValid && !mxStrm->isEof() && (nHlinkInd… in dumpHlinks()
636 if( mxStrm->isEof() ) in startElement()
638 return !mxStrm->isEof(); in startElement()
722 …return !mxStrm->isEof() && (nId == nExpId) && ((nExpMajor == SAL_MAX_UINT16) || (nExpMajor == nMaj… in dumpComCtlHeader()
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()
898 for( sal_Int32 nImageIndex = 0; (nImageIndex < nImageCount) && !mxStrm->isEof(); ++nImageIndex ) in implDumpCommonExtra()
912 for( sal_Int32 nImageIndex = 0; (nImageIndex < nImageCount) && !mxStrm->isEof(); ++nImageIndex ) in implDumpCommonTrailing()
948 for( sal_Int32 nTabIndex = 0; (nTabIndex < nTabCount) && !mxStrm->isEof(); ++nTabIndex ) in implDumpCommonExtra()
1009 for( sal_Int32 nPanelIndex = 0; (nPanelIndex < nPanelCount) && !mxStrm->isEof(); ++nPanelIndex ) in implDumpCommonExtra()
1029 for( sal_Int32 nImageIndex = 0; (nImageIndex < nImageCount) && !mxStrm->isEof(); ++nImageIndex ) in implDumpCommonTrailing()
1098 if( mbValid && (!bCondition || mxStrm->isEof()) ) in ensureValid()
1652 if( (maProgId.getLength() > 0) && !mxStrm->isEof() ) in implDump()
1963 …rmData.maSiteInfos.begin(), aEnd = mrFormData.maSiteInfos.end(); !mxStrm->isEof() && (aIt != aEnd)… in implDump()
2030 …for( size_t nIdx = 0, nCount = mrFormData.maSiteInfos.size(); !mxStrm->isEof() && (nIdx < nCount);… in implDump()
2037 if( !mxStrm->isEof() ) in implDump()
2138 return !rBaseStrm.isEof(); in implReadRecordHeader()