Lines Matching refs:pData

103     EDcrData* pData=EDcrData::GetData();  in RegisterEDcr()  local
104 lErrId= (((sal_uIntPtr)pData->nNextDcr + 1) << ERRCODE_DYNAMIC_SHIFT) + in RegisterEDcr()
106 DynamicErrorInfo **ppDcr=pData->ppDcr; in RegisterEDcr()
107 sal_uInt16 nNext=pData->nNextDcr; in RegisterEDcr()
116 if(++pData->nNextDcr>=ERRCODE_DYNAMIC_COUNT) in RegisterEDcr()
117 pData->nNextDcr=0; in RegisterEDcr()
124 EDcrData* pData=EDcrData::GetData(); in UnRegisterEDcr() local
125 DynamicErrorInfo **ppDcr=pData->ppDcr; in UnRegisterEDcr()
221 EDcrData *pData=EDcrData::GetData(); in ErrorContext() local
222 ErrorContext *&pHdl=pData->pFirstCtx; in ErrorContext()
245 EDcrData *pData=EDcrData::GetData(); in ErrorHandler() local
246 ErrorHandler *&pHdl=pData->pFirstHdl; in ErrorHandler()
249 if(!pData->pDsp) in ErrorHandler()
265 EDcrData *pData=EDcrData::GetData(); in RegisterDisplay() local
266 pData->bIsWindowDsp=sal_True; in RegisterDisplay()
267 pData->pDsp = reinterpret_cast< DisplayFnPtr >(aDsp); in RegisterDisplay()
272 EDcrData *pData=EDcrData::GetData(); in RegisterDisplay() local
273 pData->bIsWindowDsp=sal_False; in RegisterDisplay()
274 pData->pDsp = reinterpret_cast< DisplayFnPtr >(aDsp); in RegisterDisplay()
301 EDcrData *pData=EDcrData::GetData(); in HandleError_Impl() local
330 if(ErrHdl_Impl::CreateString(pData->pFirstHdl,pInfo,aErr,nErrFlags)) in HandleError_Impl()
339 if(!pData->pDsp) in HandleError_Impl()
350 if(!pData->bIsWindowDsp) in HandleError_Impl()
352 (*(BasicDisplayErrorFunc*)pData->pDsp)(aErr,aAction); in HandleError_Impl()
359 return (*(WindowDisplayErrorFunc*)pData->pDsp)( in HandleError_Impl()