Lines Matching refs:pUnoI

45     uno_Interface * pUnoI, JNI_interface_type_info const * info ) const  in map_to_java()  argument
49 (*m_uno_env->getObjectIdentifier)( m_uno_env, &pOid, pUnoI ); in map_to_java()
67 m_uno_env, reinterpret_cast< void ** >( &pUnoI ), in map_to_java()
74 (*pUnoI->acquire)( pUnoI ); in map_to_java()
76 args2[ 2 ].j = reinterpret_cast< sal_Int64 >( pUnoI ); in map_to_java()
174 uno_Interface * pUnoI, typelib_TypeDescription * member_td, in call_uno() argument
271 (*pUnoI->pDispatcher)( pUnoI, member_td, uno_ret, uno_args, &uno_exc ); in call_uno()
461 uno_Interface * pUnoI = reinterpret_cast< uno_Interface * >( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local
470 (*pUnoI->pDispatcher)( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
471 pUnoI, jni_info->m_XInterface_queryInterface_td.get(), in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
508 uno_Interface * pUnoI = in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local
545 jni, pUnoI, member_td.get(), in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
577 jni, pUnoI, member_td.get(), in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
596 jni, pUnoI, member_td.get(), in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
669 uno_Interface * pUnoI = reinterpret_cast< uno_Interface * >( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_finalize__J() local
691 (*bridge->m_uno_env->revokeInterface)( bridge->m_uno_env, pUnoI ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_finalize__J()
693 (*pUnoI->release)( pUnoI ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_finalize__J()