Searched refs:m_uno_env (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/cli_ure/source/uno_bridge/ |
H A D | cli_bridge.cxx | 206 …& const_cast<uno_Mapping*>(mapping), Bridge_free, m_uno_cli_env, (uno_Environment *)m_uno_env, 0 ); in acquire() 212 &mapping, Bridge_free, (uno_Environment *)m_uno_env, m_uno_cli_env, 0 ); in acquire() 232 m_uno_env( uno_env ), in Bridge() 236 OSL_ASSERT( 0 != m_uno_cli_env && 0 != m_uno_env ); in Bridge() 237 (*((uno_Environment *)m_uno_env)->acquire)( (uno_Environment *)m_uno_env ); in Bridge() 258 (*((uno_Environment *)m_uno_env)->release)( (uno_Environment *)m_uno_env ); in ~Bridge()
|
H A D | cli_proxy.cxx | 104 m_bridge->m_uno_env->revokeInterface( in ~UnoInterfaceInfo() 105 m_bridge->m_uno_env, m_unoI ); in ~UnoInterfaceInfo() 196 (*m_bridge->m_uno_env->registerInterface)( in addUnoInterface() 197 m_bridge->m_uno_env, reinterpret_cast< void ** >( &pUnoI ), in addUnoInterface() 894 (*bridge->m_uno_env->registerProxyInterface)( in create() 895 bridge->m_uno_env, in create() 923 (*m_bridge->m_uno_env->registerProxyInterface)( in acquire() 924 m_bridge->m_uno_env, &that, in acquire() 942 (*m_bridge->m_uno_env->revokeInterface)( in release() 1076 (*bridge->m_uno_env->getRegisteredInterface)( in cli_proxy_dispatch() [all …]
|
H A D | cli_data.cxx | 81 (*m_uno_env->getObjectIdentifier)( m_uno_env, &pOid, pUnoI ); in map_uno2cli() 127 m_uno_env->getRegisteredInterface(m_uno_env, (void**) &retIface, ousOid.pData, in map_cli2uno() 134 m_uno_env->getRegisteredInterface(m_uno_env, (void**) &retIface, ousOid.pData, in map_cli2uno()
|
H A D | cli_bridge.h | 65 uno_ExtEnvironment * m_uno_env; member
|
/aoo4110/main/stoc/source/proxy_factory/ |
H A D | proxyfac.cxx | 76 Environment m_uno_env; member 218 OSL_ASSERT( proxy->m_root->m_factory->m_uno_env.get()->pExtEnv == pEnv ); in binuno_proxy_free() 230 that->m_root->m_factory->m_uno_env.get()->pExtEnv; in binuno_proxy_acquire() 248 that->m_root->m_factory->m_uno_env.get()->pExtEnv; in binuno_proxy_release() 380 m_factory->m_uno_env.get()->pExtEnv; in queryAggregation() 415 reinterpret_cast< uno_Environment ** >( &m_uno_env ), uno.pData, 0 ); in FactoryImpl() 416 OSL_ENSURE( m_uno_env.is(), "### cannot get binary uno env!" ); in FactoryImpl() 424 m_uno_env.get(), m_cpp_env.get(), 0 ); in FactoryImpl() 429 m_cpp_env.get(), m_uno_env.get(), 0 ); in FactoryImpl()
|
/aoo4110/main/bridges/source/jni_uno/ |
H A D | jni_uno2java.cxx | 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() 513 (*m_uno_env->getRegisteredInterface)( in map_to_uno() 514 m_uno_env, (void **)&pUnoI, in map_to_uno() 524 (*m_uno_env->registerProxyInterface)( in map_to_uno() 525 m_uno_env, (void **)&pUnoI, in map_to_uno() 548 if ( env != bridge->m_uno_env ) { in UNO_proxy_free() 712 (*bridge->m_uno_env->getRegisteredInterface)( in UNO_proxy_dispatch() 713 bridge->m_uno_env, in UNO_proxy_dispatch() [all …]
|
H A D | jni_bridge.cxx | 223 m_java_env, (uno_Environment *)m_uno_env, 0 ); in acquire() 230 (uno_Environment *)m_uno_env, m_java_env, 0 ); in acquire() 252 m_uno_env( uno_env ), in Bridge() 261 OSL_ASSERT( 0 != m_java_env && 0 != m_uno_env ); in Bridge() 262 (*((uno_Environment *)m_uno_env)->acquire)( (uno_Environment *)m_uno_env ); in Bridge() 283 (*((uno_Environment *)m_uno_env)->release)( (uno_Environment *)m_uno_env ); in ~Bridge()
|
H A D | jni_java2uno.cxx | 49 (*m_uno_env->getObjectIdentifier)( m_uno_env, &pOid, pUnoI ); in map_to_java() 66 (*m_uno_env->registerInterface)( in map_to_java() 67 m_uno_env, reinterpret_cast< void ** >( &pUnoI ), in map_to_java() 691 (*bridge->m_uno_env->revokeInterface)( bridge->m_uno_env, pUnoI ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_finalize__J()
|
H A D | jni_bridge.h | 55 uno_ExtEnvironment * m_uno_env; member
|
Completed in 50 milliseconds