Home
last modified time | relevance | path

Searched refs:arg23 (Results 1 – 3 of 3) sorted by relevance

/trunk/main/testtools/source/bridgetest/
H A Dconstructors.cxx98 css::uno::Sequence< double > arg23; in initialize() local
163 && (arguments[23] >>= arg23) && arg23.getLength() == 1 in initialize()
164 && arg23[0] == 0.456 in initialize()
262 ttb::TestPolyStruct<css::uno::Sequence< ::sal_Int32 > > arg23; in initialize() local
330 && (arguments[23] >>= arg23) && arg23.member.getLength() == 1 in initialize()
331 && arg23.member[0] == SAL_MIN_INT32 in initialize()
H A Dcppobj.cxx908 Sequence< double > arg23(1); arg23[0] = 0.456; in testConstructorsService() local
947 arg23, in testConstructorsService()
989 args[23] <<= arg23; in testConstructorsService()
1094 TestPolyStruct<Sequence<double> >(arg23), in testConstructorsService()
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl447 [in] sequence< double > arg23,
495 [in] TestPolyStruct<sequence<short> > arg23,