Lines Matching refs:xpage
80 XDrawPage xpage = null; field in ShapeProperties
106 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertShape()
129 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertTextToShape()
146 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeFillGradient()
182 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeFillColor()
205 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeFillHatch()
237 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeLineStyle()
270 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeLineColor()
293 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapePositionSize()
309 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeRotation()
361 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()