Searched refs:isExceptionOccured (Results 1 – 4 of 4) sorted by relevance
/trunk/main/connectivity/source/drivers/jdbc/ |
H A D | DatabaseMetaData.cxx | 130 OSL_VERIFY_RES( !isExceptionOccured(t.pEnv,sal_True),"Exception occurred!"); in getTables() 138 OSL_VERIFY_RES( !isExceptionOccured( t.pEnv, sal_True ), "Exception occurred!" ); in getTables() 150 OSL_VERIFY_RES( !isExceptionOccured( t.pEnv, sal_True ), "Exception occurred!" ); in getTables() 158 OSL_VERIFY_RES( !isExceptionOccured( t.pEnv, sal_True ), "Exception occurred!" ); in getTables() 186 OSL_VERIFY_RES( !isExceptionOccured( t.pEnv, sal_True ), "Exception occurred!" ); in getTables() 191 OSL_VERIFY_RES( !isExceptionOccured( t.pEnv, sal_True ), "Exception occurred!" ); in getTables() 196 OSL_VERIFY_RES( !isExceptionOccured( t.pEnv, sal_True ), "Exception occurred!" ); in getTables() 202 OSL_VERIFY_RES( !isExceptionOccured( t.pEnv, sal_True ), "Exception occurred!" ); in getTables()
|
H A D | Object.cxx | 282 isExceptionOccured(t.pEnv,sal_True); in callIntMethod() 321 isExceptionOccured(t.pEnv,sal_True); in callVoidMethodWithIntArg() 334 isExceptionOccured(t.pEnv,sal_True); in callVoidMethodWithBoolArg()
|
H A D | tools.cxx | 190 sal_Bool connectivity::isExceptionOccured(JNIEnv *pEnv,sal_Bool _bClear) in isExceptionOccured() function in connectivity
|
/trunk/main/connectivity/source/inc/java/ |
H A D | tools.hxx | 81 sal_Bool isExceptionOccured(JNIEnv *pEnv,sal_Bool _bClear);
|
Completed in 39 milliseconds