Home
last modified time | relevance | path

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

/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx1035 Sequence< OUString >valueNames = Sequence<OUString>( 3 ); in test_PropertySetHelper() local
1036 valueNames.getArray()[0] = OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ); in test_PropertySetHelper()
1037 valueNames.getArray()[1] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ); in test_PropertySetHelper()
1038 valueNames.getArray()[2] = OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ); in test_PropertySetHelper()
1039 Sequence< Any > aValues = pPS->getPropertyValues( valueNames ); in test_PropertySetHelper()

Completed in 19 milliseconds