Home
last modified time | relevance | path

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

/trunk/main/cppuhelper/qa/propertysetmixin/
H A Dtest_propertysetmixin.cxx273 css::uno::Reference< css::beans::XFastPropertySet > empty2f( in testEmpty2() local
275 ASSERT_TRUE(empty2f.is()); in testEmpty2()
277 empty2f->setFastPropertyValue(-1, css::uno::Any()); in testEmpty2()
281 empty2f->setFastPropertyValue(0, css::uno::Any()); in testEmpty2()
285 empty2f->getFastPropertyValue(-1); in testEmpty2()
289 empty2f->getFastPropertyValue(0); in testEmpty2()

Completed in 16 milliseconds