Lines Matching refs:prop
359 css::beans::Property prop( in testFull() local
363 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("First")), prop.Name); in testFull()
364 ASSERT_EQ(static_cast< sal_Int32 >(0), prop.Handle); in testFull()
365 ASSERT_EQ(getCppuType(static_cast< sal_Int32 * >(0)), prop.Type); in testFull()
366 ASSERT_EQ(static_cast< sal_Int16 >(0), prop.Attributes); in testFull()
367 prop = info->getPropertyByName( in testFull()
370 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Second")), prop.Name); in testFull()
371 ASSERT_EQ(static_cast< sal_Int32 >(1), prop.Handle); in testFull()
372 ASSERT_EQ(getCppuType(static_cast< sal_Int32 * >(0)), prop.Type); in testFull()
381 prop.Attributes); in testFull()
387 prop = info->getPropertyByName( in testFull()
390 rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Fourth")), prop.Name); in testFull()
391 ASSERT_EQ(static_cast< sal_Int32 >(3), prop.Handle); in testFull()
392 ASSERT_EQ(getCppuType(static_cast< sal_Int32 * >(0)), prop.Type); in testFull()
395 prop.Attributes); in testFull()