Searched refs:SmErrorDesc (Results 1 – 4 of 4) sorted by relevance
152 struct SmErrorDesc struct161 DECLARE_LIST(SmErrDescList, SmErrorDesc *) argument267 const SmErrorDesc * NextError();268 const SmErrorDesc * PrevError();269 const SmErrorDesc * GetError(sal_uInt16 i = 0xFFFF);
279 void ShowError( const SmErrorDesc *pErrorDesc );
2461 SmErrorDesc *pErrDesc = new SmErrorDesc; in AddError()2495 const SmErrorDesc *SmParser::NextError() in NextError()2508 const SmErrorDesc *SmParser::PrevError() in PrevError()2521 const SmErrorDesc *SmParser::GetError(sal_uInt16 i) in GetError()
1279 void SmViewShell::ShowError( const SmErrorDesc *pErrorDesc ) in ShowError()1298 const SmErrorDesc *pErrorDesc = GetDoc()->GetParser().NextError(); in NextError()1310 const SmErrorDesc *pErrorDesc = GetDoc()->GetParser().PrevError(); in PrevError()
Completed in 32 milliseconds