Home
last modified time | relevance | path

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

/AOO41X/main/ridljar/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java576 IFieldDescription[] superDescs = superType == null in calculateFieldDescriptions() local
578 int superCount = superDescs == null ? 0 : superDescs.length; in calculateFieldDescriptions()
582 System.arraycopy(superDescs, 0, descs, 0, superCount); in calculateFieldDescriptions()