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.cxx100 css::uno::Sequence< double > arg23; in initialize() local
165 && (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() local
338 && (arguments[23] >>= arg23) && arg23.member.getLength() == 1 in initialize()
339 && arg23.member[0] == SAL_MIN_INT32 in initialize()
H A Dcppobj.cxx923 Sequence< double > arg23(1); arg23[0] = 0.456; in testConstructorsService() local
962 arg23, in testConstructorsService()
1004 args[23] <<= arg23; in testConstructorsService()
1109 TestPolyStruct<Sequence<double> >(arg23), in testConstructorsService()
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl399 [in] sequence< double > arg23,
447 [in] TestPolyStruct<sequence<short> > arg23,

Completed in 28 milliseconds