Home
last modified time | relevance | path

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

/aoo41x/main/basic/inc/basic/
H A Dsbstar.hxx66 Link aErrorHdl; // Error handler member in StarBASIC
180 Link GetErrorHdl() const { return aErrorHdl; } in GetErrorHdl()
181 void SetErrorHdl( const Link& r ) { aErrorHdl = r; } in SetErrorHdl()
/aoo41x/main/basic/source/classes/
H A Dsb.cxx1863 return (sal_Bool) ( aErrorHdl.IsSet() in ErrorHdl()
1864 ? aErrorHdl.Call( this ) : sal_False ); in ErrorHdl()

Completed in 79 milliseconds