Lines Matching refs:that
480 void * that = const_cast< UNO_proxy * >( this ); in acquire() local
483 m_bridge->m_uno_env, &that, in acquire()
487 OSL_ASSERT( this == (void const * const)that ); in acquire()
545 UNO_proxy const * that = reinterpret_cast< UNO_proxy const * >( proxy ); in UNO_proxy_free() local
546 Bridge const * bridge = that->m_bridge; in UNO_proxy_free()
554 OUSTR("freeing binary uno proxy: ") + that->m_oid, in UNO_proxy_free()
566 jni->DeleteGlobalRef( that->m_javaI ); in UNO_proxy_free()
567 jni->DeleteGlobalRef( that->m_jo_oid ); in UNO_proxy_free()
588 *(int *)that = 0xdeadcafe; in UNO_proxy_free()
590 delete that; in UNO_proxy_free()
597 UNO_proxy const * that = static_cast< UNO_proxy const * >( pUnoI ); in UNO_proxy_acquire() local
598 that->acquire(); in UNO_proxy_acquire()
605 UNO_proxy const * that = static_cast< UNO_proxy const * >( pUnoI ); in UNO_proxy_release() local
606 that->release(); in UNO_proxy_release()
615 UNO_proxy const * that = static_cast< UNO_proxy const * >( pUnoI ); in UNO_proxy_dispatch() local
616 Bridge const * bridge = that->m_bridge; in UNO_proxy_dispatch()
623 trace_buf.append( that->m_oid ); in UNO_proxy_dispatch()
661 that->m_javaI, iface_td, in UNO_proxy_dispatch()
670 that->m_javaI, iface_td, attrib_td->nIndex, 0, in UNO_proxy_dispatch()
714 (void **) &pInterface, that->m_oid.pData, in UNO_proxy_dispatch()
731 args[ 1 ].l = that->m_javaI; in UNO_proxy_dispatch()
755 oid.equals( that->m_oid ), in UNO_proxy_dispatch()
761 that->m_jo_oid, that->m_oid, info ); in UNO_proxy_dispatch()
766 UNO_proxy_free, that->m_oid.pData, in UNO_proxy_dispatch()
797 that->acquire(); in UNO_proxy_dispatch()
801 that->release(); in UNO_proxy_dispatch()
806 that->m_javaI, iface_td, method_td->nIndex, 0, in UNO_proxy_dispatch()