Lines Matching refs:args

979     Sequence< Any > args(40);  in testConstructorsService()  local
980 args[0] <<= true; in testConstructorsService()
981 args[1] <<= SAL_MIN_INT8; in testConstructorsService()
982 args[2] <<= SAL_MIN_INT16; in testConstructorsService()
983 args[3] <<= SAL_MAX_UINT16; in testConstructorsService()
984 args[4] <<= SAL_MIN_INT32; in testConstructorsService()
985 args[5] <<= SAL_MAX_UINT32; in testConstructorsService()
986 args[6] <<= SAL_MIN_INT64; in testConstructorsService()
987 args[7] <<= SAL_MAX_UINT64; in testConstructorsService()
988 args[8] <<= 0.123f; in testConstructorsService()
989 args[9] <<= 0.456; in testConstructorsService()
991 args[10].setValue(&arg10c, UnoType< UnoCharType >::get()); in testConstructorsService()
992 args[11] <<= OUString(RTL_CONSTASCII_USTRINGPARAM("test")); in testConstructorsService()
993 args[12] <<= UnoType< Any >::get(); in testConstructorsService()
994 args[13] <<= true; in testConstructorsService()
995 args[14] <<= arg14; in testConstructorsService()
996 args[15] <<= arg15; in testConstructorsService()
997 args[16] <<= arg16; in testConstructorsService()
998 args[17] <<= arg17; in testConstructorsService()
999 args[18] <<= arg18; in testConstructorsService()
1000 args[19] <<= arg19; in testConstructorsService()
1001 args[20] <<= arg20; in testConstructorsService()
1002 args[21] <<= arg21; in testConstructorsService()
1003 args[22] <<= arg22; in testConstructorsService()
1004 args[23] <<= arg23; in testConstructorsService()
1005 args[24].setValue(&arg24, UnoType< UnoSequenceType< UnoCharType > >::get()); in testConstructorsService()
1006 args[25] <<= arg25; in testConstructorsService()
1007 args[26] <<= arg26; in testConstructorsService()
1008 args[27] <<= arg27; in testConstructorsService()
1009 args[28] <<= arg28; in testConstructorsService()
1010 args[29] <<= arg29; in testConstructorsService()
1011 args[30] <<= arg30; in testConstructorsService()
1012 args[31] <<= arg31; in testConstructorsService()
1013 args[32] <<= arg32; in testConstructorsService()
1014 args[33] <<= arg33; in testConstructorsService()
1015 args[34] <<= arg34; in testConstructorsService()
1016 args[35] <<= TestEnum_TWO; in testConstructorsService()
1017 args[36] <<= TestStruct(10); in testConstructorsService()
1018 args[37] <<= TestPolyStruct< sal_Bool >(true); in testConstructorsService()
1019 args[38] <<= TestPolyStruct< Any >(makeAny(true)); in testConstructorsService()
1020 args[39] <<= Reference< XInterface >(0); in testConstructorsService()
1021 Constructors::create2(context, args); in testConstructorsService()