Searched refs:arg23 (Results 1 – 3 of 3) sorted by relevance
100 css::uno::Sequence< double > arg23; in initialize() local165 && (arguments[23] >>= arg23) && arg23.getLength() == 1 in initialize()166 && arg23[0] == 0.456 in initialize()270 ttb::TestPolyStruct<css::uno::Sequence< ::sal_Int32 > > arg23; in initialize() local338 && (arguments[23] >>= arg23) && arg23.member.getLength() == 1 in initialize()339 && arg23.member[0] == SAL_MIN_INT32 in initialize()
923 Sequence< double > arg23(1); arg23[0] = 0.456; in testConstructorsService() local962 arg23, in testConstructorsService()1004 args[23] <<= arg23; in testConstructorsService()1109 TestPolyStruct<Sequence<double> >(arg23), in testConstructorsService()
399 [in] sequence< double > arg23,447 [in] TestPolyStruct<sequence<short> > arg23,
Completed in 32 milliseconds