Lines Matching refs:impressDocument
69 XComponent impressDocument = null; field in ChartProperties
87 unoApp.closeDocument(impressDocument); in tearDown()
100 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
103 XDrawPagesSupplier.class, impressDocument); in createDocumentAndSlide()
106 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
118 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in insertDefaultChart()
135 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in insertDefaultChart2()
383 XModifiable.class, impressDocument); in testTitleAndSubTitle()
385 XCloseable.class, impressDocument); in testTitleAndSubTitle()
391 impressDocument = (XComponent) UnoRuntime.queryInterface(XComponent.class, in testTitleAndSubTitle()
496 reLoadFile = saveAsAndReloadDoc(impressDocument, "impress8", "odp"); in saveAndLoadShape()