Lines Matching refs:getShape

56     CPPUNIT_ASSERT_EQUAL(OUString("Title"), getProperty<OUString>(getShape(1), "Title"));
57 … CPPUNIT_ASSERT_EQUAL(OUString("Description"), getProperty<OUString>(getShape(1), "Description"));
93 uno::Reference<container::XIndexAccess> xGroup(getShape(1), uno::UNO_QUERY);
122 uno::Reference<container::XIndexAccess> xGroup(getShape(1), uno::UNO_QUERY);
140 uno::Reference<beans::XPropertySet> xShape(getShape(1), uno::UNO_QUERY);
144 xShape.set(getShape(2), uno::UNO_QUERY);
151 uno::Reference<beans::XPropertySet> xShape1(getShape(1), uno::UNO_QUERY);
158 uno::Reference<beans::XPropertySet> xShape2(getShape(2), uno::UNO_QUERY);
163 uno::Reference<beans::XPropertySet> xShape3(getShape(3), uno::UNO_QUERY);
175 …pertyValue> aProps = getProperty< uno::Sequence<beans::PropertyValue> >(getShape(1), "CustomShapeG…
234 OString aMessage("Height is only " + OString::number(getShape(1)->getSize().Height));
235 CPPUNIT_ASSERT_MESSAGE(aMessage.getStr(), getShape(1)->getSize().Height >= 20967);
238 CPPUNIT_ASSERT(getShape(2)->getSize().Height > 300);
263 … text::GraphicCrop aGraphicCropStruct = getProperty<text::GraphicCrop>(getShape(1), "GraphicCrop");
270 aGraphicCropStruct = getProperty<text::GraphicCrop>(getShape(2), "GraphicCrop");
283 drawing::Hatch aHatch = getProperty<drawing::Hatch>(getShape(1), "FillHatch");
290 aHatch = getProperty<drawing::Hatch>(getShape(2), "FillHatch");
296 aHatch = getProperty<drawing::Hatch>(getShape(3), "FillHatch");
302 aHatch = getProperty<drawing::Hatch>(getShape(4), "FillHatch");
308 aHatch = getProperty<drawing::Hatch>(getShape(5), "FillHatch");
314 aHatch = getProperty<drawing::Hatch>(getShape(6), "FillHatch");
320 aHatch = getProperty<drawing::Hatch>(getShape(7), "FillHatch");
326 aHatch = getProperty<drawing::Hatch>(getShape(8), "FillHatch");
332 aHatch = getProperty<drawing::Hatch>(getShape(9), "FillHatch");
338 aHatch = getProperty<drawing::Hatch>(getShape(10), "FillHatch");
344 aHatch = getProperty<drawing::Hatch>(getShape(11), "FillHatch");
350 aHatch = getProperty<drawing::Hatch>(getShape(12), "FillHatch");
361 uno::Reference<drawing::XShapes> xGroup(getShape(1), uno::UNO_QUERY);
401 uno::Reference<container::XIndexAccess> xGroup(getShape(1), uno::UNO_QUERY);
461 uno::Reference<beans::XPropertySet> xFrame(getShape(1), uno::UNO_QUERY);
652 aPos[0] = getShape(1)->getPosition();
653 aPos[1] = getShape(2)->getPosition();
654 aPos[2] = getShape(3)->getPosition();
655 aPos[3] = getShape(4)->getPosition();
830 uno::Reference<drawing::XShape> xShape1 = getShape(1);
831 uno::Reference<drawing::XShape> xShape2 = getShape(2);
832 uno::Reference<drawing::XShape> xShape3 = getShape(3);
982 uno::Reference<beans::XPropertySet> XPropsWrap(getShape(1), uno::UNO_QUERY);