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()
337 superTypes, null); in create()
342 TypeDescription[] superTypes in create() local
351 superTypes, null); in create()
356 List superTypes = new List(); in create() local
366 superTypes.add(desc); in create()
372 superTypes.toArray(), null); in create()
389 this.superTypes = superTypes; in TypeDescription()
[all …]
/aoo41x/main/codemaker/source/javamaker/
H A Djavatype.cxx1750 sal_uInt16 superTypes = reader.getSuperTypeCount(); in addBaseArguments() local
1773 if (superTypes == 1) { in addBaseArguments()
1832 sal_uInt16 superTypes = reader.getSuperTypeCount(); in handleAggregatingType() local
1864 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 …]
/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()

Completed in 55 milliseconds