Searched refs:superTypes (Results 1 – 4 of 4) sorted by relevance
138 return superTypes == null || superTypes.length == 0 in getSuperType()139 ? null : superTypes[0]; in getSuperType()189 return superTypes != null && superTypes.length == 1 in getFieldDescription()190 ? superTypes[0].getFieldDescription(name) : null; in getFieldDescription()331 TypeDescription[] superTypes = superClass != Object.class in create() local337 superTypes, null); in create()342 TypeDescription[] superTypes in create() local351 superTypes, null); in create()356 List superTypes = new List(); in create() local362 TypeDescription[] descs = desc.superTypes; in create()[all …]
1750 sal_uInt16 superTypes = reader.getSuperTypeCount(); in addBaseArguments() local1757 if (typeClass != RT_TYPE_EXCEPTION || superTypes != 0 || fields != 2) { in addBaseArguments()1765 (typeClass == RT_TYPE_STRUCT && (superTypes > 1 || fields == 0)) || in addBaseArguments()1766 (typeClass == RT_TYPE_EXCEPTION && superTypes != 1) in addBaseArguments()1773 if (superTypes == 1) { in addBaseArguments()1832 sal_uInt16 superTypes = reader.getSuperTypeCount(); in handleAggregatingType() local1842 if (typeClass != RT_TYPE_EXCEPTION || superTypes != 0 || fields != 2 in handleAggregatingType()1857 if (typeClass != RT_TYPE_EXCEPTION || superTypes != 1 || fields != 0 in handleAggregatingType()1864 superTypes = 0; in handleAggregatingType()1874 (references == 0 ? superTypes > 1 : superTypes != 0) in handleAggregatingType()[all …]
376 sal_uInt16 superTypes = aReader.getSuperTypeCount(); in getReferences() local377 if (superTypes > 1) { in getReferences()384 if (superTypes == 1) { in getReferences()
140 Sequence< Reference< XTypeDescription > >& superTypes) in getInheritedMemberCount()144 sal_uInt16 count = (sal_uInt16)superTypes.getLength(); in getInheritedMemberCount()147 name = OString(OUStringToOString(superTypes[i]->getName(), in getInheritedMemberCount()153 superTypes[i], UNO_QUERY); in getInheritedMemberCount()