Searched refs:JNI_context (Results 1 – 9 of 9) sorted by relevance
/trunk/main/bridges/source/jni_uno/ |
H A D | jni_base.h | 68 class JNI_context class 74 JNI_context( JNI_context & ); // not impl 75 void operator = ( JNI_context ); // not impl 79 inline explicit JNI_context( in JNI_context() function in jni_uno::JNI_context 111 inline void JNI_context::ensure_no_exception() const in ensure_no_exception() 120 inline bool JNI_context::assert_no_exception() const in assert_no_exception() 135 public JNI_context 144 JNI_context( in JNI_guarded_context() 154 JNI_context const & m_jni; 158 inline JLocalAutoRef( JNI_context const & jni ) in JLocalAutoRef() [all …]
|
H A D | jni_bridge.h | 75 JNI_context const & jni, 82 JNI_context const & jni, 91 JNI_context const & jni, uno_Any * uno_exc ) const; 100 JNI_context const & jni, 105 JNI_context const & jni, 108 JNI_context const & jni, 114 JNI_context const & jni,
|
H A D | jni_helper.h | 36 JNI_context const & jni, rtl_uString ** out_ustr, jstring jstr ) in jstring_to_ustring() 63 JNI_context const & jni, jstring jstr ) in jstring_to_oustring() 72 JNI_context const & jni, rtl_uString const * ustr ) in ustring_to_jstring() 84 JNI_context const & jni, char const * class_name, bool inException = false ) in find_class() 107 inline jobject create_type( JNI_context const & jni, jclass clazz ) in create_type() 120 JNI_context const & jni, typelib_TypeDescriptionReference * type ) in create_type() 144 inline jobject compute_oid( JNI_context const & jni, jobject jo ) in compute_oid()
|
H A D | jni_info.h | 80 JNI_context const & jni, typelib_TypeDescription * td ); 93 JNI_context const & jni, typelib_TypeDescription * td ); 107 JNI_context const & jni, typelib_TypeDescription * td ); 212 JNI_context const & jni, 215 JNI_context const & jni, 218 JNI_context const & jni, 232 JNI_context const & jni, typelib_TypeDescription * td ) const;
|
H A D | jni_info.cxx | 48 JNI_context const & jni, typelib_TypeDescription * td ) in JNI_type_info() 77 JNI_context const & jni, typelib_TypeDescription * td_ ) in JNI_interface_type_info() 241 JNI_context const & jni, typelib_TypeDescription * td_ ) in JNI_compound_type_info() 351 JNI_context const & jni, typelib_TypeDescription * td ) const in create_type_info() 401 JNI_context const & jni, typelib_TypeDescription * td ) const in get_type_info() 428 JNI_context const & jni, typelib_TypeDescriptionReference * type ) const in get_type_info() 455 JNI_context const & jni, OUString const & uno_name ) const in get_type_info() 508 JNI_context jni( this, jni_env, class_loader ); // !no proper jni_info! in JNI_info() 924 JNI_context jni( in get_jni_info()
|
H A D | jni_java2uno.cxx | 44 JNI_context const & jni, in map_to_java() 94 void Bridge::handle_uno_exc( JNI_context const & jni, uno_Any * uno_exc ) const in handle_uno_exc() 173 JNI_context const & jni, in call_uno() 397 JNI_context jni( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 663 JNI_context jni( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_finalize__J()
|
H A D | jni_bridge.cxx | 290 void JNI_context::java_exc_occured() const in java_exc_occured() 357 void JNI_context::getClassForName( in getClassForName() 370 jclass JNI_context::findClass( in findClass() 391 OUString JNI_context::get_stack_trace( jobject jo_exc ) const in get_stack_trace()
|
H A D | jni_uno2java.cxx | 69 JNI_context const & jni, in handle_java_exc() 436 JNI_context const & jni, Bridge const * bridge, 443 JNI_context const & jni, Bridge const * bridge, in UNO_proxy() 506 JNI_context const & jni, in map_to_uno()
|
H A D | jni_data.cxx | 55 JNI_context const & jni, void * uno_data, in createDefaultUnoValue() 218 JNI_context const & jni, in map_to_uno() 1221 JNI_context const & jni, in map_to_java()
|
Completed in 58 milliseconds