Home
last modified time | relevance | path

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

/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DMultiTypeInterfaceContainer.java55 int countTypes= 0; in getContainedTypes() local
63 arTypes[countTypes++]= new Type(); in getContainedTypes()
65 arTypes[countTypes++]= (Type) key; in getContainedTypes()
67 arTypes[countTypes++]= new Type((Class) key); in getContainedTypes()
69 arTypes[countTypes++]= new Type(key.getClass()); in getContainedTypes()
73 if (countTypes != size) in getContainedTypes()
75 retVal= new Type[countTypes]; in getContainedTypes()
76 System.arraycopy(arTypes, 0, retVal, 0, countTypes); in getContainedTypes()

Completed in 14 milliseconds