Searched refs:m_bridge (Results 1 – 7 of 7) sorted by relevance
80 m_bridge(bridge) in UnoInterfaceInfo()82 m_bridge->acquire(); in UnoInterfaceInfo()104 m_bridge->m_uno_env->revokeInterface( in ~UnoInterfaceInfo()105 m_bridge->m_uno_env, m_unoI ); in ~UnoInterfaceInfo()106 m_bridge->release(); in ~UnoInterfaceInfo()119 m_bridge(bridge), in UnoInterfaceProxy()123 m_bridge->acquire(); in UnoInterfaceProxy()151 m_bridge->release(); in ~UnoInterfaceProxy()196 (*m_bridge->m_uno_env->registerInterface)( in addUnoInterface()197 m_bridge->m_uno_env, reinterpret_cast< void ** >( &pUnoI ), in addUnoInterface()[all …]
63 that->m_bridge->acquire(); in Mapping_acquire()70 that->m_bridge->release(); in Mapping_release()94 Bridge * bridge = that->m_bridge; in Mapping_cli2uno()139 Bridge * bridge = that->m_bridge; in Mapping_uno2cli()179 delete that->m_bridge; in Bridge_free()244 m_cli2uno.m_bridge = this; in Bridge()249 m_uno2cli.m_bridge = this; in Bridge()
58 Bridge const* m_bridge; variable85 Bridge const* m_bridge; variable178 const Bridge* m_bridge; member
48 Bridge* m_bridge; member
51 that->m_bridge->acquire(); in Mapping_acquire()59 that->m_bridge->release(); in Mapping_release()88 static_cast< Mapping const * >( mapping )->m_bridge; in Mapping_map_to_uno()147 static_cast< Mapping const * >( mapping )->m_bridge; in Mapping_map_to_java()159 static_cast< Mapping const * >( mapping )->m_bridge; in Mapping_map_to_java()201 delete that->m_bridge; in Bridge_free()269 m_java2uno.m_bridge = this; in Bridge()274 m_uno2java.m_bridge = this; in Bridge()
423 Bridge const * m_bridge; member466 m_bridge = bridge; in UNO_proxy()482 (*m_bridge->m_uno_env->registerProxyInterface)( in acquire()483 m_bridge->m_uno_env, &that, in acquire()498 (*m_bridge->m_uno_env->revokeInterface)( in release()499 m_bridge->m_uno_env, const_cast< UNO_proxy * >( this ) ); in release()546 Bridge const * bridge = that->m_bridge; in UNO_proxy_free()616 Bridge const * bridge = that->m_bridge; in UNO_proxy_dispatch()
47 Bridge * m_bridge; member