Home
last modified time | relevance | path

Searched refs:xGraphicShape2 (Results 1 – 3 of 3) sorted by relevance

/aoo4110/test/testuno/source/fvt/uno/sd/graphic/
H A DGraphicPro_Border.java165 XShape xGraphicShape2 = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic2); in testGraphicBorder_ODP() local
167 XPropertySet.class, xGraphicShape2 ); in testGraphicBorder_ODP()
202 XShape xGraphicShape2 = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic2); in testGraphicBorder_PPT() local
204 XPropertySet.class, xGraphicShape2 ); in testGraphicBorder_PPT()
H A DGraphicPro_Position.java143 XShape xGraphicShape2 = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic2); in testPosition() local
145 …assertEquals("Position X of graphic error", m_expectedPosition.X, xGraphicShape2.getPosition().X, … in testPosition()
146 …assertEquals("Position Y of graphic error", m_expectedPosition.Y, xGraphicShape2.getPosition().Y, … in testPosition()
H A DGraphicPro_Size.java138 XShape xGraphicShape2 = (XShape)UnoRuntime.queryInterface(XShape.class, oGraphic2); in testGraphicSize() local
140 …assertEquals("Height of graphic error", m_ExpectedSize.Height, xGraphicShape2.getSize().Height, 3); in testGraphicSize()
141 assertEquals("Width of graphic error", m_ExpectedSize.Width, xGraphicShape2.getSize().Width, 3); in testGraphicSize()

Completed in 55 milliseconds