Searched refs:iface_td (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/bridges/source/jni_uno/ |
H A D | jni_uno2java.cxx | 139 jobject javaI, typelib_InterfaceTypeDescription * iface_td, in call_java() argument 153 if (! iface_td->aBase.bComplete) { in call_java() 155 reinterpret_cast<typelib_TypeDescription *>(iface_td) ); in call_java() 210 sal_Int32 base_members = iface_td->nAllMembers - iface_td->nMembers; in call_java() 211 OSL_ASSERT( base_members < iface_td->nAllMembers ); in call_java() 213 iface_td->pMapMemberIndexToFunctionIndex[ base_members ]; in call_java() 218 iface_td->pMapMemberIndexToFunctionIndex[ member_pos ] in call_java() 222 && function_pos < iface_td->nMapFunctionIndexToMemberIndex, in call_java() 228 m_jni_info->get_type_info( jni, &iface_td->aBase ) ); in call_java() 661 that->m_javaI, iface_td, in UNO_proxy_dispatch() [all …]
|
H A D | jni_bridge.h | 94 typelib_InterfaceTypeDescription * iface_td,
|
/aoo41x/main/cli_ure/source/uno_bridge/ |
H A D | cli_proxy.cxx | 997 typelib_InterfaceTypeDescription * iface_td = in cli_proxy_dispatch() local 1000 member_pos < iface_td->nAllMembers, in cli_proxy_dispatch() 1003 iface_td->pMapMemberIndexToFunctionIndex[ member_pos ]; in cli_proxy_dispatch() 1005 function_pos < iface_td->nMapFunctionIndexToMemberIndex, in cli_proxy_dispatch() 1050 typelib_InterfaceTypeDescription * iface_td = in cli_proxy_dispatch() local 1053 member_pos < iface_td->nAllMembers, in cli_proxy_dispatch() 1056 iface_td->pMapMemberIndexToFunctionIndex[ member_pos ]; in cli_proxy_dispatch() 1058 function_pos < iface_td->nMapFunctionIndexToMemberIndex, in cli_proxy_dispatch()
|
Completed in 16 milliseconds