Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/unit/
H A Dexport-tests.cxx804 uno::Reference<drawing::XDrawPage> xPage2( getPage(0, xDocShRef ) ); in testTdf62176() local
806 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xPage2->getCount()); in testTdf62176()
808 uno::Reference<beans::XPropertySet> xShape2( getShape( 0, xPage2 ) ); in testTdf62176()
H A Dexport-tests-ooxml2.cxx712 …uno::Reference<drawing::XDrawPage> xPage2(xDoc2->getDrawPages()->getByIndex(0), uno::UNO_QUERY_THR… in testTdf92527() local
713 uno::Reference<drawing::XShape> xShape2(xPage2->getByIndex(0), uno::UNO_QUERY_THROW); in testTdf92527()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/qa/unit/
H A Dexport-tests.cxx892 uno::Reference<drawing::XDrawPage> xPage2( getPage(0, xDocShRef ) ); in testTdf62176() local
894 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), xPage2->getCount()); in testTdf62176()
896 uno::Reference<beans::XPropertySet> xShape2( getShape( 0, xPage2 ) ); in testTdf62176()
H A Dexport-tests-ooxml2.cxx756 …uno::Reference<drawing::XDrawPage> xPage2(xDoc2->getDrawPages()->getByIndex(0), uno::UNO_QUERY_THR… in testTdf92527() local
757 uno::Reference<drawing::XShape> xShape2(xPage2->getByIndex(0), uno::UNO_QUERY_THROW); in testTdf92527()
H A Dimport-tests.cxx3504 uno::Reference<drawing::XDrawPage> xPage2(xDoc->getDrawPages()->getByIndex(1), uno::UNO_QUERY); in testTdf103347() local
3505 uno::Reference<container::XNamed> xNamed2(xPage2, uno::UNO_QUERY_THROW); in testTdf103347()