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()337 superTypes, null); in create()342 TypeDescription[] superTypes in create() local351 superTypes, null); in create()356 List superTypes = new List(); in create() local366 superTypes.add(desc); in create()372 superTypes.toArray(), null); in create()389 this.superTypes = superTypes; in TypeDescription()[all …]
1750 sal_uInt16 superTypes = reader.getSuperTypeCount(); in addBaseArguments() local1773 if (superTypes == 1) { in addBaseArguments()1832 sal_uInt16 superTypes = reader.getSuperTypeCount(); in handleAggregatingType() local1864 superTypes = 0; in handleAggregatingType()1874 (references == 0 ? superTypes > 1 : superTypes != 0) in handleAggregatingType()1884 if (superTypes == 0) { in handleAggregatingType()2049 if (superTypes != 0) { in handleAggregatingType()2127 } else if (superTypes == 0) { in handleInterfaceType()2140 {for (sal_uInt16 i = 0; i < superTypes; ++i) { in handleInterfaceType()2823 if (superTypes == 0 in handleService()[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()
Completed in 54 milliseconds