Searched refs:member_td (Results 1 – 7 of 7) sorted by relevance
/trunk/main/cli_ure/source/uno_bridge/ |
H A D | cli_proxy.cxx | 477 TypeDescr member_td( member_type ); in Invoke() local 480 member_td.get(); in Invoke() 488 info->m_unoI, member_td.get(), in Invoke() 514 TypeDescr member_td( member_type ); in Invoke() local 517 member_td.get(); in Invoke() 521 info->m_unoI, member_td.get(), in Invoke() 530 TypeDescr member_td( member_type ); in Invoke() local 533 member_td.get(); in Invoke() 990 switch (member_td->eTypeClass) in cli_proxy_dispatch() 996 member_td)->nPosition; in cli_proxy_dispatch() [all …]
|
H A D | cli_uno.cxx | 48 typelib_TypeDescription* member_td, in call_uno() argument 83 if ( !(member_td->eTypeClass == typelib_TypeClass_INTERFACE_ATTRIBUTE && nParams == 1)) in call_uno() 129 (*pUnoI->pDispatcher)( pUnoI, member_td, uno_ret, uno_args, &uno_exc ); in call_uno()
|
H A D | cli_bridge.h | 95 typelib_TypeDescription* member_td,
|
/trunk/main/bridges/source/jni_uno/ |
H A D | jni_java2uno.cxx | 174 uno_Interface * pUnoI, typelib_TypeDescription * member_td, in call_uno() argument 271 (*pUnoI->pDispatcher)( pUnoI, member_td, uno_ret, uno_args, &uno_exc ); in call_uno() 539 TypeDescr member_td( member_type ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local 543 member_td.get() ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 545 jni, pUnoI, member_td.get(), in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 571 TypeDescr member_td( member_type ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local 575 member_td.get() ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 577 jni, pUnoI, member_td.get(), in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 584 TypeDescr member_td( member_type ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local 588 member_td.get() ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() [all …]
|
H A D | jni_uno2java.cxx | 58 uno_Interface * pUnoI, typelib_TypeDescription const * member_td, 611 uno_Interface * pUnoI, typelib_TypeDescription const * member_td, in UNO_proxy_dispatch() argument 621 trace_buf.append( OUString::unacquired( &member_td->pTypeName ) ); in UNO_proxy_dispatch() 632 switch (member_td->eTypeClass) in UNO_proxy_dispatch() 639 member_td ); in UNO_proxy_dispatch() 682 member_td ); in UNO_proxy_dispatch() 827 if (typelib_TypeClass_INTERFACE_METHOD == member_td->eTypeClass || in UNO_proxy_dispatch() 828 typelib_TypeClass_INTERFACE_ATTRIBUTE == member_td->eTypeClass) in UNO_proxy_dispatch() 833 member_td )->pMemberName ) ); in UNO_proxy_dispatch()
|
H A D | jni_info.cxx | 120 TypeDescr member_td( ppMembers[ nPos ] ); in JNI_interface_type_info() local 125 member_td.get()->eTypeClass) // method in JNI_interface_type_info() 130 member_td.get() ); in JNI_interface_type_info() 161 member_td.get()->eTypeClass ); in JNI_interface_type_info() 165 member_td.get() ); in JNI_interface_type_info()
|
H A D | jni_bridge.h | 109 uno_Interface * pUnoI, typelib_TypeDescription * member_td,
|
Completed in 38 milliseconds