Lines Matching refs:bHasError
583 sal_Bool bHasError = sal_False; in CheckSyntax() local
600 bHasError = sal_True; in CheckSyntax()
627 bHasError = sal_True; in CheckSyntax()
633 bHasError |= !TestUTF8( pSourceLine, bFixTags ); in CheckSyntax()
643 bHasError = sal_True; in CheckSyntax()
647 bHasError |= !TestUTF8( GetObject( i ), bFixTags ); in CheckSyntax()
649 bHasError |= HasSuspiciousChars( GetObject( i ), pSourceLine ); in CheckSyntax()
652 return bHasError || bHasBlockError; in CheckSyntax()
660 sal_Bool bHasError = sal_False; in WriteError() local
667 bHasError = sal_True; in WriteError()
673 …if ( pSourceLine && ( bHasError || !pSourceLine->IsOK() ) && !( !bHasError && bCheckTranslationLan… in WriteError()