Lines Matching refs:pErrorDesc
1279 void SmViewShell::ShowError( const SmErrorDesc *pErrorDesc ) in ShowError() argument
1284 if (pErrorDesc || 0 != (pErrorDesc = GetDoc()->GetParser().GetError(0)) ) in ShowError()
1286 SetStatusText( pErrorDesc->Text ); in ShowError()
1287 GetEditWindow()->MarkError( Point( pErrorDesc->pNode->GetColumn(), in ShowError()
1288 pErrorDesc->pNode->GetRow())); in ShowError()
1298 const SmErrorDesc *pErrorDesc = GetDoc()->GetParser().NextError(); in NextError() local
1300 if (pErrorDesc) in NextError()
1301 ShowError( pErrorDesc ); in NextError()
1310 const SmErrorDesc *pErrorDesc = GetDoc()->GetParser().PrevError(); in PrevError() local
1312 if (pErrorDesc) in PrevError()
1313 ShowError( pErrorDesc ); in PrevError()