Home
last modified time | relevance | path

Searched refs:aErrHdl (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/basic/source/classes/
H A Dsb.cxx1764 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()
/aoo42x/main/basic/source/inc/
H A Dsbintern.hxx111 Link aErrHdl; // globaler Error-Handler member

Completed in 31 milliseconds