Home
last modified time | relevance | path

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

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DMultiTypeInterfaceContainer.java54 int countTypes= 0; in getContainedTypes() local
62 arTypes[countTypes++]= new Type(); in getContainedTypes()
64 arTypes[countTypes++]= (Type) key; in getContainedTypes()
66 arTypes[countTypes++]= new Type((Class<?>) key); in getContainedTypes()
68 arTypes[countTypes++]= new Type(key.getClass()); in getContainedTypes()
72 if (countTypes != size) in getContainedTypes()
74 retVal= new Type[countTypes]; in getContainedTypes()
75 System.arraycopy(arTypes, 0, retVal, 0, countTypes); in getContainedTypes()