Searched refs:member_type (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/bridges/source/jni_uno/ |
H A D | jni_java2uno.cxx | 519 typelib_TypeDescriptionReference * member_type = in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local 526 OUString::unacquired( &member_type->pTypeName ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 532 if (typelib_TypeClass_INTERFACE_METHOD == member_type->eTypeClass) in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 539 TypeDescr member_td( member_type ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 555 member_type->eTypeClass ); 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() 584 TypeDescr member_td( member_type ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
|
H A D | jni_data.cxx | 779 typelib_TypeDescriptionReference * member_type = in map_to_uno() local 785 switch (member_type->eTypeClass) in map_to_uno() 797 jni, p, val, member_type, 0, assign, false, in map_to_uno() 815 jni, p, val, member_type, 0, assign, false, in map_to_uno() 833 jni, p, val, member_type, 0, assign, false, in map_to_uno() 852 jni, p, val, member_type, 0, assign, false, in map_to_uno() 871 jni, p, val, member_type, 0, assign, false, in map_to_uno() 970 jni, p, val, member_type, 0, in map_to_uno() 1960 typelib_TypeDescriptionReference * member_type = in map_to_java() local 1966 switch (member_type->eTypeClass) in map_to_java() [all …]
|
/aoo42x/main/cli_ure/source/uno_bridge/ |
H A D | cli_proxy.cxx | 452 typelib_TypeDescriptionReference * member_type = ppAllMembers[nPos]; in Invoke() local 458 OUString::unacquired( & member_type->pTypeName ); in Invoke() 470 if (typelib_TypeClass_INTERFACE_METHOD == member_type->eTypeClass) in Invoke() 477 TypeDescr member_td( member_type ); in Invoke() 499 member_type->eTypeClass ); in Invoke() 514 TypeDescr member_td( member_type ); in Invoke() 530 TypeDescr member_td( member_type ); in Invoke()
|
H A D | cli_data.cxx | 1080 typelib_TypeDescriptionReference * member_type= NULL; in map_to_uno() local 1085 member_type= comp_td->ppTypeRefs[nPos]; in map_to_uno() 1130 switch (member_type->eTypeClass) in map_to_uno() 1200 map_to_uno(p, val, member_type, assign); in map_to_uno() 1698 typelib_TypeDescriptionReference * member_type = comp_td->ppTypeRefs[ nPos ]; in map_to_cli() local 1708 switch (member_type->eTypeClass) in map_to_cli() 1747 &cli_val, p, member_type, 0, in map_to_cli()
|
Completed in 51 milliseconds