Home
last modified time | relevance | path

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

/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DMultiTypeInterfaceContainer.java52 Type [] arTypes= new Type[size]; 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()
75 System.arraycopy(arTypes, 0, retVal, 0, countTypes); in getContainedTypes()
78 retVal= arTypes; in getContainedTypes()
H A DWeakBase.java77 Type[] arTypes= (Type[]) _mapTypes.get( getClass()); in getTypes() local
78 if (arTypes == null) in getTypes()
99 arTypes= types; in getTypes()
101 return arTypes; in getTypes()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx2301 ::System::Collections::ArrayList ^ arTypes = gcnew ::System::Collections::ArrayList();
2303 arTypes->Add(get_type(to_cts_name(seqExceptionsTd[i]->getName()), true));
2309 for (int i = start; i < arTypes->Count; i++)
2311 ::System::Type ^ t = safe_cast< ::System::Type ^ >(arTypes[ i ]);
2312 for (int j = 0; j < arTypes->Count; j++)
2314 if (t->IsSubclassOf(safe_cast< ::System::Type ^ >(arTypes[ j ])))
2316 arTypes->RemoveAt(i);
2329 return arTypes;