Home
last modified time | relevance | path

Searched defs:DO_SAFE (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/svx/source/inc/
H A Dfmshimp.hxx87 #define DO_SAFE(statement) try { statement; } catch( const Exception& ) { DBG_ERROR("unhandled exce… macro
/aoo4110/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx131 #define DO_SAFE( action, message ) try { action; } catch(Exception&) { DBG_ERROR(message); } ; macro

Completed in 49 milliseconds