Searched refs:xGraphicShape2 (Results 1 – 3 of 3) sorted by relevance
/trunk/test/testuno/source/fvt/uno/sd/graphic/ |
H A D | GraphicPro_Border.java | 165 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 D | GraphicPro_Position.java | 143 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 D | GraphicPro_Size.java | 138 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 23 milliseconds