Home
last modified time | relevance | path

Searched refs:iface_td (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/bridges/source/jni_uno/
H A Djni_uno2java.cxx139 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()
165 iface_td = reinterpret_cast<typelib_InterfaceTypeDescription *>( in call_java()
167 OSL_ASSERT( iface_td->aBase.eTypeClass == typelib_TypeClass_INTERFACE ); 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()
216 member_pos < iface_td->nAllMembers, "### member pos out of range!" ); in call_java()
218 iface_td->pMapMemberIndexToFunctionIndex[ member_pos ] in call_java()
[all …]
H A Djni_bridge.h94 typelib_InterfaceTypeDescription * iface_td,
/AOO41X/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx997 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()