Searched refs:pErrDesc (Results 1 – 1 of 1) sorted by relevance
2451 SmErrorDesc *pErrDesc = new SmErrorDesc; in AddError() local2453 pErrDesc->Type = Type; in AddError()2454 pErrDesc->pNode = pNode; in AddError()2455 pErrDesc->Text = String(SmResId(RID_ERR_IDENT)); in AddError()2477 pErrDesc->Text += SmResId(nRID); in AddError()2479 m_aErrDescList.Insert(pErrDesc); in AddError()2481 return (sal_uInt16) m_aErrDescList.GetPos(pErrDesc); in AddError()
Completed in 35 milliseconds