Lines Matching refs:bErr
190 sal_Bool bErr; in GetNextChar() local
197 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
198 if( !bErr ) in GetNextChar()
203 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
204 if( !bErr ) in GetNextChar()
241 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
242 if( !bErr ) in GetNextChar()
250 if( !bErr ) in GetNextChar()
262 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
263 if( !bErr ) in GetNextChar()
298 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
299 if( bErr ) in GetNextChar()
310 if( !bErr ) in GetNextChar()
340 bErr = rInput.IsEof() || rInput.GetError(); in GetNextChar()
341 if( bErr ) in GetNextChar()
352 if( !bErr ) in GetNextChar()
400 while( 0 == nChars && !bErr ); in GetNextChar()
402 if( bErr ) in GetNextChar()