Home
last modified time | relevance | path

Searched refs:comp_td (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx1053 typelib_CompoundTypeDescription * comp_td = in map_to_uno() local
1062 (typelib_TypeDescription**) & comp_td ); in map_to_uno()
1064 sal_Int32 nMembers = comp_td->nMembers; in map_to_uno()
1070 if (0 != comp_td->pBaseTypeDescription) in map_to_uno()
1085 member_type= comp_td->ppTypeRefs[nPos]; in map_to_uno()
1215 buf.append(comp_td->ppMemberNames[nPos]); in map_to_uno()
1251 if (0 != comp_td->pBaseTypeDescription) in map_to_uno()
1605 typelib_CompoundTypeDescription * comp_td = in map_to_cli() local
1609 (typelib_TypeDescription**) & comp_td ); in map_to_cli()
1685 if (comp_td->pBaseTypeDescription) in map_to_cli()
[all …]
/aoo41x/main/bridges/source/jni_uno/
H A Djni_data.cxx162 typelib_CompoundTypeDescription * comp_td in createDefaultUnoValue() local
166 sal_Int32 nMembers = comp_td->nMembers; in createDefaultUnoValue()
168 if (comp_td->pBaseTypeDescription != 0) { in createDefaultUnoValue()
178 + comp_td->pMemberOffsets[nPos]), in createDefaultUnoValue()
187 comp_td->ppTypeRefs[i], 0); in createDefaultUnoValue()
754 typelib_CompoundTypeDescription * comp_td = in map_to_uno() local
759 comp_td)->pParameterizedTypes != 0; in map_to_uno()
762 sal_Int32 nMembers = comp_td->nMembers; in map_to_uno()
765 if (0 != comp_td->pBaseTypeDescription) in map_to_uno()
779 comp_td->ppTypeRefs[ nPos ]; in map_to_uno()
[all …]

Completed in 41 milliseconds