Lines Matching refs:aError
246 aError.SetText( "hgchcg" ); in SetError()
248 if( aError.nLine < pTok->GetLine() in SetError()
249 || (aError.nLine == pTok->GetLine() && aError.nColumn < pTok->GetColumn()) ) in SetError()
251 aError = SvIdlError( pTok->GetLine(), pTok->GetColumn() ); in SetError()
252 aError.SetText( rError ); in SetError()
740 if( aError.IsError() ) in WriteError()
744 if( aError.GetText().Len() ) in WriteError()
747 aErrorText += aError.GetText(); in WriteError()
753 if( pTok->GetLine() == aError.nLine in WriteError()
754 && pTok->GetColumn() == aError.nColumn ) in WriteError()
761 aErrorText += ByteString::CreateFromInt64(aError.nLine); in WriteError()
763 aErrorText += ByteString::CreateFromInt64(aError.nColumn); in WriteError()
767 aError = SvIdlError(); in WriteError()