Searched refs:SmErrorDesc (Results 1 – 4 of 4) sorted by relevance
150 struct SmErrorDesc struct159 DECLARE_LIST(SmErrDescList, SmErrorDesc *) argument265 const SmErrorDesc * NextError();266 const SmErrorDesc * PrevError();267 const SmErrorDesc * GetError(sal_uInt16 i = 0xFFFF);
279 void ShowError( const SmErrorDesc *pErrorDesc );
2451 SmErrorDesc *pErrDesc = new SmErrorDesc; in AddError()2485 const SmErrorDesc *SmParser::NextError() in NextError()2498 const SmErrorDesc *SmParser::PrevError() in PrevError()2511 const SmErrorDesc *SmParser::GetError(sal_uInt16 i) in GetError()
1276 void SmViewShell::ShowError( const SmErrorDesc *pErrorDesc ) in ShowError()1295 const SmErrorDesc *pErrorDesc = GetDoc()->GetParser().NextError(); in NextError()1307 const SmErrorDesc *pErrorDesc = GetDoc()->GetParser().PrevError(); in PrevError()
Completed in 31 milliseconds