Home
last modified time | relevance | path

Searched refs:IsEof (Results 1 – 25 of 96) sorted by relevance

1234

/aoo4110/main/idl/source/cmptools/
H A Dlex.cxx225 else if( pToken->IsEof() ) in FillTokenList()
233 while( !pToken->IsEof() ); in FillTokenList()
342 while( 0 == c && !IsEof() && ( SVSTREAM_OK == rInStream.GetError() ) ); in MakeToken()
376 if( IsEof() ) in MakeToken()
385 while( '/' != c && !IsEof() && ( SVSTREAM_OK == rInStream.GetError() ) ); in MakeToken()
386 if( IsEof() || ( SVSTREAM_OK != rInStream.GetError() ) ) in MakeToken()
405 while( !bDone && !IsEof() && c ) in MakeToken()
413 if( IsEof() ) in MakeToken()
437 if( IsEof() || ( SVSTREAM_OK != rInStream.GetError() ) ) in MakeToken()
485 else if( IsEof() ) in MakeToken()
/aoo4110/main/rsc/source/parser/
H A Drsclex.cxx125 while( '\n' != c && !pFI->IsEof() ) in MakeToken()
132 while( '*' != c && !pFI->IsEof() ) in MakeToken()
135 } while( '/' != c && !pFI->IsEof() ); in MakeToken()
145 if( c == pFI->IsEof() ){ in MakeToken()
154 while( '>' != c && !pFI->IsEof() ) in MakeToken()
169 while( !bDone && !pFI->IsEof() && c ) in MakeToken()
/aoo4110/main/filter/source/graphicfilter/ipbm/
H A Dipbm.cxx274 if ( mpPBM->IsEof() || mpPBM->GetError() ) in ImplReadBody()
297 if ( mpPBM->IsEof() || mpPBM->GetError() ) in ImplReadBody()
316 if ( mpPBM->IsEof() || mpPBM->GetError() ) in ImplReadBody()
342 if ( mpPBM->IsEof() || mpPBM->GetError() ) in ImplReadBody()
403 if ( mpPBM->IsEof() || mpPBM->GetError() ) in ImplReadBody()
479 if ( mpPBM->IsEof() || mpPBM->GetError() ) in ImplReadBody()
/aoo4110/main/svtools/source/svrtf/
H A Dsvparser.cxx197 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
203 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
236 !(rInput.IsEof() || rInput.GetError()) && in GetNextChar()
241 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
262 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
298 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
340 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
/aoo4110/main/svtools/source/filter/wmf/
H A Denhwmf.cxx352 for ( i = 0; i < nPoly && !pWMF->IsEof(); i++ ) in ReadEnhWMF()
360 for ( i = 0; ( i < nPoly ) && !pWMF->IsEof(); i++ ) in ReadEnhWMF()
386 …AX_UINT32 / sizeof(Point) ) && ( nPoly < SAL_MAX_UINT32 / sizeof(sal_uInt16) ) && !pWMF->IsEof() ) in ReadEnhWMF()
393 for ( i = 0; i < nPoly && !pWMF->IsEof(); i++ ) in ReadEnhWMF()
399 …Points * (sizeof(sal_uInt32)+sizeof(sal_uInt32)) ) <= ( nEndPos - pWMF->Tell() ) && !pWMF->IsEof()) in ReadEnhWMF()
403 for ( i = 0; i < nPoly && !pWMF->IsEof(); i++ ) in ReadEnhWMF()
408 for(sal_uInt16 j(0); j < nPointCount && !pWMF->IsEof(); j++) in ReadEnhWMF()
1212 for ( i = 0; ( i < nPoly ) && !pWMF->IsEof(); i++ ) in ReadEnhWMF()
1244 for ( i = 0; i < nPoly && !pWMF->IsEof(); i++ ) in ReadEnhWMF()
1254 for ( i = 0; i < nPoly && !pWMF->IsEof(); i++ ) in ReadEnhWMF()
[all …]
H A Dwinwmf.cxx337 if(nPolyCount && !pWMF->IsEof()) in ReadRecordParams()
343 for(a = 0; a < nPolyCount && !pWMF->IsEof(); a++) in ReadRecordParams()
348 for(a = 0; a < nPolyCount && !pWMF->IsEof(); a++) in ReadRecordParams()
353 for(sal_uInt16 b(0); b < nPointCount && !pWMF->IsEof(); b++) in ReadRecordParams()
1122 if( pWMF->GetError() || ( nRecSize < 3 ) || ( nRecSize==3 && nFunction==0 ) || pWMF->IsEof() ) in ReadWMF()
1125 if( pWMF->IsEof() ) in ReadWMF()
1236 if( pStm->GetError() || ( nRSize < 3 ) || ( nRSize==3 && nFunction==0 ) || pStm->IsEof() ) in GetPlaceableBound()
1238 if( pStm->IsEof() ) in GetPlaceableBound()
/aoo4110/main/svtools/source/svhtml/
H A Dparhtml.cxx534 !rInput.IsEof() ); in ScanText()
536 if( IsParserWorking() && !rInput.IsEof() ) in ScanText()
731 if( rInput.IsEof() ) in ScanText()
806 rInput.IsEof() ) in ScanText()
848 rInput.IsEof() ) || in ScanText()
1062 if( rInput.IsEof() ) in _GetNextRawToken()
1157 IsParserWorking() && !rInput.IsEof() ); in _GetNextToken()
1213 while( !bDone && !rInput.IsEof() && IsParserWorking() ) in _GetNextToken()
1255 if( sal_Unicode(EOF) == nNextCh && rInput.IsEof() ) in _GetNextToken()
1280 if( sal_Unicode(EOF) == nNextCh && rInput.IsEof() ) in _GetNextToken()
[all …]
/aoo4110/main/sc/source/filter/lotus/
H A Dfilter.cxx107 while( !bEOF && !aStream.IsEof() && (aStream.Tell() < nStrmSize) ) in generate_Opcodes()
167 if( aStream.IsEof() ) in ScanVersion()
186 if( aStream.IsEof() ) return eWK_Error; in ScanVersion()
191 return aStream.IsEof() ? eWK_Error : eWK3; in ScanVersion()
H A Dlotread.cxx76 if( pIn->IsEof() || nNextRec > SAL_MAX_UINT32 - nRecLen - 4 ) in Read()
264 if( pIn->IsEof() || nNextRec > SAL_MAX_UINT32 - nRecLen - 4 ) in Read()
/aoo4110/main/idl/source/prj/
H A Ddatabase.cxx196 if( aPStm.IsEof() ) in Load()
334 while( !pTok->IsEof() ) in ReadIdFile()
419 while( !pTok->IsEof() in ReadIdFile()
425 if( pTok->IsEof() ) in ReadIdFile()
857 if( pTok->IsEof() ) in ReadSvIdl()
874 if( !bOk || !pTok->IsEof() ) in ReadSvIdl()
/aoo4110/main/l10ntools/source/
H A Dexport2.cxx278 if( !aFileIn.IsEof() ) { in fileHasUTF8ByteOrderMarker()
289 if( !aFileIn.IsEof() ) { in RemoveUTF8ByteOrderMarkerFromFile()
302 while( !aFileIn.IsEof() ){ in RemoveUTF8ByteOrderMarkerFromFile()
599 while ( !aSource.IsEof()) { in ConvertLineEnds()
601 if ( !aSource.IsEof()) { in ConvertLineEnds()
H A Dgsiconv.cxx47 while( !rStream.IsEof() && !sLine.Len()) in GetGSIFileType()
255 while ( !aGSI.IsEof()) { in main()
347 while ( !aGSI.IsEof()) { in main()
H A Dlocalize.cxx329 while ( aSDFIn.IsOpen() && !aSDFIn.IsEof()) { in WorkOnFile()
615 while ( !aInStream.IsEof()) { in MergeSingleFile()
674 while ( !aSDF.IsEof()) { in ExecuteMerge()
687 while ( !aSDF.IsEof()) { in ExecuteMerge()
/aoo4110/main/svl/source/filerec/
H A Dfilerec.cxx320 if ( pStream->IsEof() ) in SfxMiniRecordReader()
397 if ( pStream->IsEof() ) in SfxMiniRecordReader()
581 while ( !_pStream->IsEof() ) in FindHeader_Impl()
614 if ( !_pStream->IsEof() ) in FindHeader_Impl()
/aoo4110/main/idl/inc/
H A Dlex.hxx89 sal_Bool IsEof() const { return nType == SVTOKEN_EOF; } in IsEof() function in SvToken
168 sal_Bool IsEof() const { return rInStream.IsEof(); } in IsEof() function in SvTokenStream
/aoo4110/main/svtools/source/filter/igif/
H A Dgifread.cxx324 while( cSize && bStatus && !rIStm.IsEof() ) in ReadExtension()
406 if ( rIStm.IsEof() ) in ReadNextBlock()
636 if( rIStm.IsEof() ) in ProcessGIF()
694 if( rIStm.IsEof() ) in ProcessGIF()
/aoo4110/main/connectivity/source/drivers/flat/
H A DETable.cxx158 …xRowsToScan && m_pFileStream->ReadByteStringLine(aFirstLine,nEncoding) && !m_pFileStream->IsEof()); in fillColumns()
769 if ( m_pFileStream->IsEof() || !readLine(nCurPos) /*|| !checkHeaderLine()*/) in seekRow()
884 if (m_pFileStream->IsEof() || !readLine(nCurPos) ) in seekRow()
901 if (m_pFileStream->IsEof()) in readLine()
908 if ( !m_pFileStream->IsEof() ) in readLine()
/aoo4110/main/automation/source/server/
H A Dsvcommstream.cxx43 comm_BOOL SvCommStream::IsEof() const { return pStream->IsEof(); } in IsEof() function in SvCommStream
H A Dcmdbasestream.cxx207 if (pCommStream->IsEof()) return; in Read()
218 if (pCommStream->IsEof()) return; in Read()
/aoo4110/main/sw/source/filter/ascii/
H A Dparasc.cxx390 if( !rInput.IsEof() || !(pEnd == pStt || in ReadChars()
413 if( !rInput.IsEof() || pEnd != pStt ) in ReadChars()
439 if( bChkSplit && ( !rInput.IsEof() || pEnd != pStt )) in ReadChars()
/aoo4110/main/sot/source/base/
H A Dfilelist.cxx150 while (!rIStm.IsEof()) in operator >>()
160 while (c && !rIStm.IsEof()) in operator >>()
/aoo4110/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx1125 if (pPict->IsEof() || pPict->GetError()) break; in ReadHeader()
1143 if (pPict->IsEof() || pPict->GetError()) continue; in ReadHeader()
1162 if (pPict->IsEof() || pPict->GetError()) continue; in ReadHeader()
1177 if (pPict->IsEof() || pPict->GetError()) continue; in ReadHeader()
1845 if (pPict->IsEof()) in ReadPict()
/aoo4110/main/sc/source/ui/dbgui/
H A Dscuiasciiopt.cxx467 mpDatStream->IsEof()) in GetLine()
478 !mpDatStream->IsEof()); in GetLine()
479 if (mpDatStream->IsEof() && in GetLine()
/aoo4110/main/tools/source/communi/
H A Dparser.cxx75 if ( !pActStream->IsEof()) { in ReadLine()
290 while( !rSourceStream.IsEof()) { in Execute()
/aoo4110/main/tools/source/zcodec/
H A Dzcodec.cxx423 while ( j && !mpIStm->IsEof() ); in ImplInitBuf()
432 while ( j && !mpIStm->IsEof() ); in ImplInitBuf()

Completed in 129 milliseconds

1234