Lines Matching refs:iface_td
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()
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()
222 && function_pos < iface_td->nMapFunctionIndexToMemberIndex, in call_java()
228 m_jni_info->get_type_info( jni, &iface_td->aBase ) ); in call_java()
651 typelib_InterfaceTypeDescription * iface_td = attrib_td->pInterface; in UNO_proxy_dispatch() local
661 that->m_javaI, iface_td, in UNO_proxy_dispatch()
670 that->m_javaI, iface_td, attrib_td->nIndex, 0, in UNO_proxy_dispatch()
694 typelib_InterfaceTypeDescription * iface_td = method_td->pInterface; in UNO_proxy_dispatch() local
806 that->m_javaI, iface_td, method_td->nIndex, 0, in UNO_proxy_dispatch()