Home
last modified time | relevance | path

Searched refs:impressDocument (Results 1 – 14 of 14) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sd/shape/
H A DShapeProperties.java75 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()
335 xShapes=ShapeUtil.getShapes(impressDocument, 0); in testShapeRemove()
340 ShapeUtil.removeOneShape(impressDocument, 0, 2); 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()
[all …]
H A DShapeTypes.java55 XComponent impressDocument = null; field in ShapeTypes
71 unoApp.closeDocument(impressDocument); in tearDown()
82 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testLineShape()
102 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testBasicShape()
126 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
129 XDrawPagesSupplier.class, impressDocument); in createDocumentAndSlide()
132 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
145 reLoadFile = saveAndReloadDoc(impressDocument, in saveAndLoadShape()
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartTypes.java59 XComponent impressDocument = null; field in ChartTypes
75 unoApp.closeDocument(impressDocument); in tearDown()
93 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertAreaChart()
117 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertBubbleChart()
140 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertBarChart()
162 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertConeChart()
196 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertLineChart()
239 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
242 XDrawPagesSupplier.class, impressDocument); in createDocumentAndSlide()
245 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
[all …]
H A DChartProperties.java69 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()
[all …]
H A DChartData.java78 XComponent impressDocument = null; field in ChartData
96 unoApp.closeDocument(impressDocument); in tearDown()
109 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
112 XDrawPagesSupplier.class, impressDocument); in createDocumentAndSlide()
115 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
127 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in insertDefaultChart()
219 reLoadFile = saveAsAndReloadDoc(impressDocument, "impress8", "odp"); in saveAndLoadShape()
/trunk/test/testuno/source/fvt/uno/sd/slideshow/
H A DSlideShow.java54 XComponent impressDocument = null; field in SlideShow
74 unoApp.closeDocument(impressDocument); in tearDown()
86 XShape xRectangle1 = ShapeUtil.createShape(impressDocument, po, in testSlideShow()
94 XShape xRectangle2 = ShapeUtil.createShape(impressDocument, po, in testSlideShow()
102 XShape xRectangle3 = ShapeUtil.createShape(impressDocument, po, in testSlideShow()
125 XDrawPage xPage = PageUtil.getDrawPageByIndex(impressDocument, index); in createSlide()
135 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
138 XDrawPagesSupplier.class, impressDocument); in createDocumentAndSlide()
141 XPresentationSupplier.class, impressDocument); in createDocumentAndSlide()
153 reLoadFile = saveAndReloadDoc(impressDocument, in saveAndLoadSlide()
H A DCustomShow.java58 XComponent impressDocument = null; field in CustomShow
78 unoApp.closeDocument(impressDocument); in tearDown()
100 XShape xTextObj = ShapeUtil.createShape(impressDocument, new Point( in testCustomShow()
114 .queryInterface(XCustomPresentationSupplier.class, impressDocument); in testCustomShow()
151 .queryInterface(XPresentationSupplier.class, impressDocument); in testCustomShow()
169 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
172 XDrawPagesSupplier.class, impressDocument); in createDocumentAndSlide()
176 XPresentationSupplier.class, impressDocument); in createDocumentAndSlide()
188 reLoadFile = saveAndReloadDoc(impressDocument, in saveAndLoadSlide()
/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java62 XComponent impressDocument = null; field in FillProperties
78 unoApp.closeDocument(impressDocument); in tearDown()
94 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertTextToTextbox()
112 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillGradient()
152 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillColor()
180 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillHatch()
211 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
214 XDrawPagesSupplier.class, impressDocument); in createDocumentAndSlide()
217 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
230 reLoadFile = saveAndReloadDoc(impressDocument, "impress8", "odp"); in saveAndLoadShape()
H A DLineProperties.java58 XComponent impressDocument = null; field in LineProperties
74 unoApp.closeDocument(impressDocument); in tearDown()
91 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineStyle()
124 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineColor()
145 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
148 XDrawPagesSupplier.class, impressDocument); in createDocumentAndSlide()
151 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
164 reLoadFile = saveAndReloadDoc(impressDocument, "impress8", "odp"); in saveAndLoadShape()
/trunk/test/testuno/source/fvt/uno/sd/animation/
H A DTextAnimation.java63 XComponent impressDocument = null; field in TextAnimation
83 unoApp.closeDocument(impressDocument); in tearDown()
101 XShape xRectangle = ShapeUtil.createShape(impressDocument, po, in testTextAnimation()
147 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
150 XDrawPagesSupplier.class, impressDocument); in createDocumentAndSlide()
154 XPresentationSupplier.class, impressDocument); in createDocumentAndSlide()
166 reLoadFile = saveAndReloadDoc(impressDocument, in saveAndLoadSlide()
H A DCustomAnimation.java64 XComponent impressDocument = null; field in CustomAnimation
84 unoApp.closeDocument(impressDocument); in tearDown()
166 xShapePropSet[i] = ShapeUtil.createAndInsertShape(impressDocument, in testShapeAnimation()
244 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
247 XDrawPagesSupplier.class, impressDocument); in createDocumentAndSlide()
251 XPresentationSupplier.class, impressDocument); in createDocumentAndSlide()
263 reLoadFile = saveAndReloadDoc(impressDocument, in saveAndLoadSlide()
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphTextProperty.java61 XComponent impressDocument = null; field in ParagraphTextProperty
82 unoApp.closeDocument(impressDocument); in tearDown()
92 …XShape xRectangle = ShapeUtil.createShape(impressDocument, po, new Size(21000, 12500), "com.sun.st… in testParagraphPropertyShape()
137 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
140 XDrawPagesSupplier.class, impressDocument); in createDocumentAndSlide()
143 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
155 reLoadFile = saveAndReloadDoc(impressDocument, in saveAndLoadShape()
H A DParagraphStyle.java63 XComponent impressDocument = null; field in ParagraphStyle
84 unoApp.closeDocument(impressDocument); in tearDown()
94 …XShape xRectangle = ShapeUtil.createShape(impressDocument, po, new Size(21000, 12500), "com.sun.st… in ParaStyle()
170 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
173 XDrawPagesSupplier.class, impressDocument); in createDocumentAndSlide()
176 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
188 reLoadFile = saveAndReloadDoc(impressDocument, in saveAndLoadShape()
/trunk/test/testuno/source/testlib/uno/
H A DShapeUtil.java179 public static XShapes getShapes(XComponent impressDocument, int pageIndex) throws Exception{ in getShapes() argument
182 XDrawPagesSupplier.class, impressDocument); in getShapes()
197 …public static void removeOneShape(XComponent impressDocument, int pageIndex, int shapeIndex) throw… in removeOneShape() argument
199 XDrawPagesSupplier.class, impressDocument); in removeOneShape()

Completed in 50 milliseconds