Home
last modified time | relevance | path

Searched refs:pErrorDesc (Results 1 – 2 of 2) sorted by relevance

/trunk/main/starmath/source/
H A Dview.cxx1274 void SmViewShell::ShowError( const SmErrorDesc *pErrorDesc ) in ShowError() argument
1279 if (pErrorDesc || 0 != (pErrorDesc = GetDoc()->GetParser().GetError(0)) ) in ShowError()
1281 SetStatusText( pErrorDesc->Text ); in ShowError()
1282 GetEditWindow()->MarkError( Point( pErrorDesc->pNode->GetColumn(), in ShowError()
1283 pErrorDesc->pNode->GetRow())); in ShowError()
1293 const SmErrorDesc *pErrorDesc = GetDoc()->GetParser().NextError(); in NextError() local
1295 if (pErrorDesc) in NextError()
1296 ShowError( pErrorDesc ); in NextError()
1305 const SmErrorDesc *pErrorDesc = GetDoc()->GetParser().PrevError(); in PrevError() local
1307 if (pErrorDesc) in PrevError()
[all …]
/trunk/main/starmath/inc/
H A Dview.hxx279 void ShowError( const SmErrorDesc *pErrorDesc );