Lines Matching refs:jo_exc
70 JLocalAutoRef const & jo_exc, uno_Any * uno_exc ) const in handle_java_exc() argument
72 OSL_ASSERT( jo_exc.is() ); in handle_java_exc()
73 if (! jo_exc.is()) in handle_java_exc()
80 JLocalAutoRef jo_class( jni, jni->GetObjectClass( jo_exc.get() ) ); in handle_java_exc()
94 jo_exc.get(), m_jni_info->m_method_Object_toString, 0 ) ); in handle_java_exc()
100 buf.append( jni.get_stack_trace( jo_exc.get() ) ); in handle_java_exc()
106 val.l = jo_exc.get(); in handle_java_exc()
114 uno_data.get() )->Message += jni.get_stack_trace( jo_exc.get() ); in handle_java_exc()
313 JLocalAutoRef jo_exc( jni, jni->ExceptionOccurred() ); in call_java() local
327 handle_java_exc( jni, jo_exc, *uno_exc ); in call_java()
741 JLocalAutoRef jo_exc( jni, jni->ExceptionOccurred() ); in UNO_proxy_dispatch() local
743 bridge->handle_java_exc( jni, jo_exc, *uno_exc ); in UNO_proxy_dispatch()