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.cxx2267 ::System::Collections::ArrayList * arTypes = new ::System::Collections::ArrayList(); in get_service_ctor_method_exceptions_reduced()
2269 arTypes->Add(get_type(to_cts_name(seqExceptionsTd[i]->getName()), true)); in get_service_ctor_method_exceptions_reduced()
2275 for (int i = start; i < arTypes->Count; i++) in get_service_ctor_method_exceptions_reduced()
2277 ::System::Type * t = __try_cast< ::System::Type* >(arTypes->get_Item(i)); in get_service_ctor_method_exceptions_reduced()
2278 for (int j = 0; j < arTypes->Count; j++) in get_service_ctor_method_exceptions_reduced()
2280 if (t->IsSubclassOf(__try_cast< ::System::Type* >(arTypes->get_Item(j)))) in get_service_ctor_method_exceptions_reduced()
2282 arTypes->RemoveAt(i); in get_service_ctor_method_exceptions_reduced()
2295 return arTypes; in get_service_ctor_method_exceptions_reduced()

Completed in 105 milliseconds