Lines Matching refs:get

80     JLocalAutoRef jo_class( jni, jni->GetObjectClass( jo_exc.get() ) );  in handle_java_exc()
83 jo_class.get(), m_jni_info->m_method_Class_getName, 0 ) ); in handle_java_exc()
86 jstring_to_oustring( jni, (jstring) jo_class_name.get() ) ); in handle_java_exc()
89 if (!td.is() || (typelib_TypeClass_EXCEPTION != td.get()->eTypeClass)) in handle_java_exc()
94 jo_exc.get(), m_jni_info->m_method_Object_toString, 0 ) ); 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()
104 auto_ptr< rtl_mem > uno_data( rtl_mem::allocate( td.get()->nSize ) ); in handle_java_exc()
106 val.l = jo_exc.get(); in handle_java_exc()
108 jni, uno_data.get(), val, td.get()->pWeakRef, 0, in handle_java_exc()
114 uno_data.get() )->Message += jni.get_stack_trace( jo_exc.get() ); in handle_java_exc()
117 typelib_typedescriptionreference_acquire( td.get()->pWeakRef ); in handle_java_exc()
118 uno_exc->pType = td.get()->pWeakRef; in handle_java_exc()
157 if (! iface_holder.get()->bComplete) { in call_java()
161 buf.append( OUString::unacquired(&iface_holder.get()->pTypeName) ); in call_java()
166 iface_holder.get() ); in call_java()
239 jo_method.get(), m_jni_info->m_method_Object_toString, 0 ) ); in call_java()
241 trace_buf.append( jstring_to_oustring( jni, (jstring) jo_descr.get() ) ); in call_java()
247 trace_buf.append( jstring_to_oustring( jni, (jstring) jo_descr.get() ) ); in call_java()
252 jo_class.get(), m_jni_info->m_method_Object_toString, 0 ) ); in call_java()
254 trace_buf.append( jstring_to_oustring( jni, (jstring) jo_descr.get() ) ); in call_java()
387 val.l = java_ret.get(); in call_java()
456 args[ 1 ].l = jo_string_array.get(); in UNO_proxy()
485 (typelib_InterfaceTypeDescription *)m_type_info->m_td.get() ); in acquire()
510 OUString oid( jstring_to_oustring( jni, (jstring) jo_oid.get() ) ); in map_to_uno()
515 oid.pData, (typelib_InterfaceTypeDescription *)info->m_td.get() ); in map_to_uno()
522 javaI, (jstring) jo_oid.get(), oid, info ); in map_to_uno()
527 oid.pData, (typelib_InterfaceTypeDescription *)info->m_td.get() ); in map_to_uno()
645 attrib_holder.get()->eTypeClass in UNO_proxy_dispatch()
649 attrib_holder.get() ); in UNO_proxy_dispatch()
688 method_holder.get()->eTypeClass in UNO_proxy_dispatch()
692 method_holder.get() ); in UNO_proxy_dispatch()
704 demanded_td.get()->eTypeClass) in UNO_proxy_dispatch()
715 (typelib_InterfaceTypeDescription *)demanded_td.get() ); in UNO_proxy_dispatch()
727 jni_info->get_type_info( jni, demanded_td.get() ) ); in UNO_proxy_dispatch()
751 jni, compute_oid( jni, jo_ret.get() ) ); in UNO_proxy_dispatch()
753 jni, (jstring) jo_oid.get() ) ); in UNO_proxy_dispatch()
760 jni, bridge, jo_ret.get(), in UNO_proxy_dispatch()
769 info->m_td.get() ) ); in UNO_proxy_dispatch()
773 demanded_td.get(), 0 ); in UNO_proxy_dispatch()
790 &pInterface, demanded_td.get(), 0 ); in UNO_proxy_dispatch()