Lines Matching refs:info
261 css::uno::Reference< css::beans::XPropertySetInfo > info( in testEmpty2() local
263 CPPUNIT_ASSERT(info.is()); in testEmpty2()
265 static_cast< sal_Int32 >(0), info->getProperties().getLength()); in testEmpty2()
267 info->getPropertyByName( in testEmpty2()
272 !info->hasPropertyByName( in testEmpty2()
377 css::uno::Reference< css::beans::XPropertySetInfo > info( in testFull() local
379 CPPUNIT_ASSERT(info.is()); in testFull()
381 static_cast< sal_Int32 >(3), info->getProperties().getLength()); in testFull()
383 info->getPropertyByName( in testFull()
390 prop = info->getPropertyByName( in testFull()
406 info->getPropertyByName( in testFull()
410 prop = info->getPropertyByName( in testFull()
420 info->getPropertyByName( in testFull()
425 info->hasPropertyByName( in testFull()
428 info->hasPropertyByName( in testFull()
431 !info->hasPropertyByName( in testFull()
434 info->hasPropertyByName( in testFull()
437 !info->hasPropertyByName( in testFull()