Home
last modified time | relevance | path

Searched refs:getSuperType (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/ridljar/com/sun/star/uno/
H A DITypeDescription.java41 ITypeDescription getSuperType(); in getSuperType() method
/AOO41X/main/ridljar/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java136 public ITypeDescription getSuperType() { in getSuperType() method in TypeDescription
575 ITypeDescription superType = getSuperType(); in calculateFieldDescriptions()
/AOO41X/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java289 ITypeDescription supert = description.getSuperType(); in test()