Searched refs:PolymorphicType (Results 1 – 7 of 7) sorted by relevance
891 string sType = ((PolymorphicType) cobj.Args[1].Type).PolymorphicName; in testS1()893 sType = ((PolymorphicType) cobj.Args[2].Type).PolymorphicName; in testS1()895 sType = ((PolymorphicType) cobj.Args[3].Type).PolymorphicName; in testS1()897 sType = ((PolymorphicType) cobj.Args[4].Type).PolymorphicName; in testS1()899 sType = ((PolymorphicType) cobj.Args[5].Type).PolymorphicName; in testS1()901 sType = ((PolymorphicType) cobj.Args[6].Type).PolymorphicName; in testS1()903 sType = ((PolymorphicType) cobj.Args[7].Type).PolymorphicName; in testS1()905 sType = ((PolymorphicType) cobj.Args[8].Type).PolymorphicName; in testS1()907 sType = ((PolymorphicType) cobj.Args[9].Type).PolymorphicName; in testS1()909 sType = ((PolymorphicType) cobj.Args[10].Type).PolymorphicName; in testS1()[all …]
89 public class PolymorphicType: Type class111 public static PolymorphicType GetType(Type type, string name) in GetType()135 PolymorphicType t = (PolymorphicType) m_ht_types[name]; in GetType()138 t = new PolymorphicType(type, name); in GetType()145 private PolymorphicType(Type type, string name) in PolymorphicType() method in uno.PolymorphicType
59 if (t != null && !(type is PolymorphicType)) in checkArgs()
692 PolymorphicType.GetType( in testConstructorsService()697 PolymorphicType.GetType( in testConstructorsService()705 PolymorphicType.GetType( in testConstructorsService()710 PolymorphicType.GetType( in testConstructorsService()
712 ret_type = ::uno::PolymorphicType::GetType(ret_type, sCliName); in get_type()1576 … ::uno::PolymorphicType * pT = dynamic_cast< ::uno::PolymorphicType * >(arTypeParameters[i]); in complete_service_type()1738 … ::uno::PolymorphicType *polyType = dynamic_cast< ::uno::PolymorphicType* >(arTypeParameters[i+1]); in complete_service_type()1758 __typeof(::uno::PolymorphicType)->GetMethod(new System::String(S"GetType"), in complete_service_type()2146 ::uno::PolymorphicType * pt = dynamic_cast< ::uno::PolymorphicType * >(element_type); in get_type()2150 retType = ::uno::PolymorphicType::GetType(retType, sName); in get_type()
59 uno$/PolymorphicType.cs \
188 retVal = uno::PolymorphicType::GetType(retVal, unoName); in loadCliType()444 uno::PolymorphicType * poly = dynamic_cast<uno::PolymorphicType*>(cliType); in mapCliType()