Lines Matching refs:full
372 css::uno::Reference< test::cppuhelper::propertysetmixin::XTest3 > full( in testFull() local
375 full, css::uno::UNO_QUERY); in testFull()
462 CPPUNIT_ASSERT(full->getSecond().Value.Value.IsPresent); in testFull()
464 static_cast< sal_Int32 >(100), full->getSecond().Value.Value.Value); in testFull()
465 CPPUNIT_ASSERT(!full->getSecond().Value.IsDefaulted); in testFull()
466 CPPUNIT_ASSERT(!full->getSecond().IsAmbiguous); in testFull()
474 CPPUNIT_ASSERT(!full->getSecond().Value.Value.IsPresent); in testFull()
475 CPPUNIT_ASSERT(!full->getSecond().Value.IsDefaulted); in testFull()
476 CPPUNIT_ASSERT(!full->getSecond().IsAmbiguous); in testFull()
511 full, css::uno::UNO_QUERY); in testFull()
528 full, css::uno::UNO_QUERY); in testFull()
561 CPPUNIT_ASSERT(full->getSecond().Value.Value.IsPresent); in testFull()
563 static_cast< sal_Int32 >(100), full->getSecond().Value.Value.Value); in testFull()
564 CPPUNIT_ASSERT(!full->getSecond().Value.IsDefaulted); in testFull()
565 CPPUNIT_ASSERT(full->getSecond().IsAmbiguous); in testFull()