Home
last modified time | relevance | path

Searched refs:superTypes (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/ridljar/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java138 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() local
337 superTypes, null); in create()
342 TypeDescription[] superTypes in create() local
351 superTypes, null); in create()
356 List superTypes = new List(); in create() local
362 TypeDescription[] descs = desc.superTypes; in create()
[all …]
/AOO41X/main/codemaker/source/javamaker/
H A Djavatype.cxx1750 sal_uInt16 superTypes = reader.getSuperTypeCount(); in addBaseArguments() local
1757 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() local
1842 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 …]
/AOO41X/main/stoc/source/registry_tdprovider/
H A Dtdservice.cxx376 sal_uInt16 superTypes = aReader.getSuperTypeCount(); in getReferences() local
377 if (superTypes > 1) { in getReferences()
384 if (superTypes == 1) { in getReferences()
/AOO41X/main/unodevtools/source/unodevtools/
H A Dtypeblob.cxx140 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()