Searched refs:aErrHdl (Results 1 – 2 of 2) sorted by relevance
1764 if( GetSbData()->aErrHdl.IsSet() ) in CError()1765 bRet = (sal_Bool) GetSbData()->aErrHdl.Call( this ); in CError()1807 if( GetSbData()->aErrHdl.IsSet() ) in RTError()1808 return (sal_Bool) GetSbData()->aErrHdl.Call( this ); in RTError()1869 return GetSbData()->aErrHdl; in GetGlobalErrorHdl()1874 GetSbData()->aErrHdl = rLink; in SetGlobalErrorHdl()
111 Link aErrHdl; // globaler Error-Handler member
Completed in 28 milliseconds