Searched refs:pErrorDesc (Results 1 – 2 of 2) sorted by relevance
1271 void SmViewShell::ShowError( const SmErrorDesc *pErrorDesc ) in ShowError() argument1276 if (pErrorDesc || 0 != (pErrorDesc = GetDoc()->GetParser().GetError(0)) ) in ShowError()1278 SetStatusText( pErrorDesc->Text ); in ShowError()1279 GetEditWindow()->MarkError( Point( pErrorDesc->pNode->GetColumn(), in ShowError()1280 pErrorDesc->pNode->GetRow())); in ShowError()1290 const SmErrorDesc *pErrorDesc = GetDoc()->GetParser().NextError(); in NextError() local1292 if (pErrorDesc) in NextError()1293 ShowError( pErrorDesc ); in NextError()1302 const SmErrorDesc *pErrorDesc = GetDoc()->GetParser().PrevError(); in PrevError() local1304 if (pErrorDesc) in PrevError()[all …]
279 void ShowError( const SmErrorDesc *pErrorDesc );