| /AOO41X/main/bridges/source/jni_uno/ |
| H A D | jni_data.cxx | 55 JNI_context const & jni, void * uno_data, in createDefaultUnoValue() argument 130 jni.get_info()->m_XInterface_type_info->m_td.get(), 0); in createDefaultUnoValue() 158 info = jni.get_info()->get_type_info(jni, type); in createDefaultUnoValue() 170 jni, uno_data, in createDefaultUnoValue() 176 jni, in createDefaultUnoValue() 218 JNI_context const & jni, in map_to_uno() argument 227 (1 == jni->GetArrayLength( (jarray) java_data.l )) ); in map_to_uno() 234 jni->GetCharArrayRegion( in map_to_uno() 236 jni.ensure_no_exception(); in map_to_uno() 240 *(jchar *) uno_data = jni->CallCharMethodA( in map_to_uno() [all …]
|
| H A D | jni_info.cxx | 48 JNI_context const & jni, typelib_TypeDescription * td ) in JNI_type_info() argument 59 buf.append( jni.get_stack_trace() ); in JNI_type_info() 77 JNI_context const & jni, typelib_TypeDescription * td_ ) in JNI_interface_type_info() argument 78 : JNI_type_info( jni, td_ ) in JNI_interface_type_info() 83 JNI_info const * jni_info = jni.get_info(); in JNI_interface_type_info() 86 jni, in JNI_interface_type_info() 88 jni, in JNI_interface_type_info() 91 JLocalAutoRef jo_type( jni, create_type( jni, (jclass) jo_class.get() ) ); in JNI_interface_type_info() 97 jni, jni->CallStaticObjectMethodA( in JNI_interface_type_info() 150 m_methods[ nMethodIndex ] = jni->GetMethodID( in JNI_interface_type_info() [all …]
|
| H A D | jni_uno2java.cxx | 69 JNI_context const & jni, in handle_java_exc() argument 77 jni.get_stack_trace() ); in handle_java_exc() 80 JLocalAutoRef jo_class( jni, jni->GetObjectClass( jo_exc.get() ) ); in handle_java_exc() 82 jni, jni->CallObjectMethodA( in handle_java_exc() 84 jni.ensure_no_exception(); in handle_java_exc() 86 jstring_to_oustring( jni, (jstring) jo_class_name.get() ) ); in handle_java_exc() 93 jni, jni->CallObjectMethodA( in handle_java_exc() 95 jni.ensure_no_exception(); in handle_java_exc() 99 buf.append( jstring_to_oustring( jni, (jstring) jo_descr.get() ) ); in handle_java_exc() 100 buf.append( jni.get_stack_trace( jo_exc.get() ) ); in handle_java_exc() [all …]
|
| H A D | jni_java2uno.cxx | 44 JNI_context const & jni, in map_to_java() argument 54 JLocalAutoRef jo_oid( jni, ustring_to_jstring( jni, oid.pData ) ); in map_to_java() 58 jobject jo_iface = jni->CallObjectMethodA( in map_to_java() 61 jni.ensure_no_exception(); in map_to_java() 82 jo_iface = jni->CallStaticObjectMethodA( in map_to_java() 85 jni.ensure_no_exception(); in map_to_java() 94 void Bridge::handle_uno_exc( JNI_context const & jni, uno_Any * uno_exc ) const in handle_uno_exc() argument 101 uno_exc->pData )->Message += jni.get_stack_trace(); in handle_uno_exc() 125 jni, &java_exc, uno_exc->pData, uno_exc->pType, 0, in handle_uno_exc() 135 JLocalAutoRef jo_exc( jni, java_exc.l ); in handle_uno_exc() [all …]
|
| H A D | jni_helper.h | 36 JNI_context const & jni, rtl_uString ** out_ustr, jstring jstr ) in jstring_to_ustring() argument 44 jsize len = jni->GetStringLength( jstr ); in jstring_to_ustring() 49 jni->GetStringRegion( jstr, 0, len, (jchar *) ustr->buffer ); in jstring_to_ustring() 50 jni.ensure_no_exception(); in jstring_to_ustring() 63 JNI_context const & jni, jstring jstr ) in jstring_to_oustring() argument 66 jstring_to_ustring( jni, &ustr, jstr ); in jstring_to_oustring() 72 JNI_context const & jni, rtl_uString const * ustr ) in ustring_to_jstring() argument 74 jstring jstr = jni->NewString( (jchar const *) ustr->buffer, ustr->length ); in ustring_to_jstring() 75 jni.ensure_no_exception(); in ustring_to_jstring() 84 JNI_context const & jni, char const * class_name, bool inException = false ) [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_bridge.cxx | 89 JNI_guarded_context jni( in Mapping_map_to_uno() local 97 jni, (typelib_TypeDescription *)td ) ); in Mapping_map_to_uno() 98 uno_Interface * pUnoI = bridge->map_to_uno( jni, javaI, info ); in Mapping_map_to_uno() 148 JNI_guarded_context jni( in Mapping_map_to_java() local 152 jni->DeleteGlobalRef( *ppJavaI ); in Mapping_map_to_java() 160 JNI_guarded_context jni( in Mapping_map_to_java() local 168 jni, (typelib_TypeDescription *)td ) ); in Mapping_map_to_java() 169 jobject jlocal = bridge->map_to_java( jni, pUnoI, info ); in Mapping_map_to_java() 171 jni->DeleteGlobalRef( *ppJavaI ); in Mapping_map_to_java() 172 *ppJavaI = jni->NewGlobalRef( jlocal ); in Mapping_map_to_java() [all …]
|
| 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_base.h | 158 inline JLocalAutoRef( JNI_context const & jni ) in JLocalAutoRef() argument 159 : m_jni( jni ), in JLocalAutoRef() 162 inline explicit JLocalAutoRef( JNI_context const & jni, jobject jo ) in JLocalAutoRef() argument 163 : m_jni( jni ), in JLocalAutoRef()
|
| /AOO41X/main/ |
| H A D | configure.ac | 3289 AC_CHECK_HEADER(jni.h, [], 3290 …[AC_MSG_ERROR([jni.h could not be found. Mismatch between gcc and libgcj or libgcj-devel missing?]… 3307 AC_CHECK_HEADER(jni.h, [], 3308 [AC_MSG_ERROR([jni.h could not be found.])], [])
|
| /AOO41X/extras/l10n/source/kid/ |
| H A D | localize.sdf | 64100 starmath source\smres.src 0 string RID_DISTANCEDIALOG.5 1 0 kid w[1jni‖Limi…
|