Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/qa/unit/
H A Dcustomshapes.cxx477 uno::Reference<beans::XPropertySet> xShapeVProps(xShapeV, uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE() local
478 CPPUNIT_ASSERT_MESSAGE("Could not get the shape properties", xShapeVProps.is()); in CPPUNIT_TEST_FIXTURE()
480 xShapeVProps->getPropertyValue(UNO_NAME_MISC_OBJ_BOUNDRECT) >>= aBoundRectV; in CPPUNIT_TEST_FIXTURE()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/qa/unit/
H A Dcustomshapes.cxx732 uno::Reference<beans::XPropertySet> xShapeVProps(xShapeV, uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE() local
733 CPPUNIT_ASSERT_MESSAGE("Could not get the shape properties", xShapeVProps.is()); in CPPUNIT_TEST_FIXTURE()
735 xShapeVProps->getPropertyValue(UNO_NAME_MISC_OBJ_BOUNDRECT) >>= aBoundRectV; in CPPUNIT_TEST_FIXTURE()