Searched refs:comp_td (Results 1 – 2 of 2) sorted by relevance
1053 typelib_CompoundTypeDescription * comp_td = in map_to_uno() local1060 if ( ! ((typelib_TypeDescription*) comp_td)->bComplete) in map_to_uno()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()1074 ((typelib_TypeDescription *)comp_td->pBaseTypeDescription)->pWeakRef, in map_to_uno()1085 member_type= comp_td->ppTypeRefs[nPos]; in map_to_uno()1089 __s = mapUnoString(comp_td->ppMemberNames[nPos]); in map_to_uno()1096 mapUnoString(comp_td->ppMemberNames[nPos])); in map_to_uno()1103 if (usMessageMember.equals(comp_td->ppMemberNames[nPos])) in map_to_uno()[all …]
162 typelib_CompoundTypeDescription * comp_td in createDefaultUnoValue() local166 sal_Int32 nMembers = comp_td->nMembers; in createDefaultUnoValue()168 if (comp_td->pBaseTypeDescription != 0) { in createDefaultUnoValue()171 comp_td->pBaseTypeDescription->aBase.pWeakRef, in createDefaultUnoValue()178 + comp_td->pMemberOffsets[nPos]), in createDefaultUnoValue()179 comp_td->ppTypeRefs[nPos], 0, assign); in createDefaultUnoValue()186 + comp_td->pMemberOffsets[i]), in createDefaultUnoValue()187 comp_td->ppTypeRefs[i], 0); in createDefaultUnoValue()189 if (comp_td->pBaseTypeDescription != 0) { in createDefaultUnoValue()191 uno_data, &comp_td->pBaseTypeDescription->aBase, 0); in createDefaultUnoValue()[all …]