Home
last modified time | relevance | path

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

/AOO41X/main/cli_ure/qa/climaker/
H A Dclimaker.cs891 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 …]
/AOO41X/main/cli_ure/source/basetypes/uno/
H A DPolymorphicType.cs89 public class PolymorphicType: Type class
111 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
H A DAny.cs59 if (t != null && !(type is PolymorphicType)) in checkArgs()
/AOO41X/main/testtools/source/bridgetest/cli/
H A Dcli_cs_testobj.cs692 PolymorphicType.GetType( in testConstructorsService()
697 PolymorphicType.GetType( in testConstructorsService()
705 PolymorphicType.GetType( in testConstructorsService()
710 PolymorphicType.GetType( in testConstructorsService()
/AOO41X/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx712 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()
/AOO41X/main/cli_ure/source/basetypes/
H A Dmakefile.mk59 uno$/PolymorphicType.cs \
/AOO41X/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx188 retVal = uno::PolymorphicType::GetType(retVal, unoName); in loadCliType()
444 uno::PolymorphicType * poly = dynamic_cast<uno::PolymorphicType*>(cliType); in mapCliType()