Lines Matching refs:impressDocument

75 	XComponent impressDocument = null;  field in ShapeProperties
91 unoApp.closeDocument(impressDocument); in tearDown()
107 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertShape()
130 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertTextToShape()
147 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillGradient()
183 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillColor()
206 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillHatch()
238 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineStyle()
271 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineColor()
294 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapePositionSize()
310 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeRotation()
335 xShapes=ShapeUtil.getShapes(impressDocument, 0); in testShapeRemove()
336 ShapeUtil.createAndInsertShape(impressDocument, xShapes, aPos, aSize, in testShapeRemove()
339 int countBeforeRemove=ShapeUtil.getShapes(impressDocument, 0).getCount(); in testShapeRemove()
340 ShapeUtil.removeOneShape(impressDocument, 0, 2); in testShapeRemove()
341 int countAfterRemove=ShapeUtil.getShapes(impressDocument, 0).getCount(); in testShapeRemove()
343 reLoadFile = saveAndReloadDoc(impressDocument, in testShapeRemove()
355 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
358 XDrawPagesSupplier.class, impressDocument); in createDocumentAndSlide()
361 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
373 reLoadFile = saveAndReloadDoc(impressDocument, in saveAndLoadShape()