Home
last modified time | relevance | path

Searched refs:xpage (Results 1 – 11 of 11) sorted by relevance

/aoo4110/test/testuno/source/fvt/uno/sd/shape/
H A DShapeProperties.java80 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()
[all …]
H A DShapeTypes.java60 XDrawPage xpage = null; field in ShapeTypes
81 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testLineShape()
101 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testBasicShape()
132 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
/aoo4110/test/testuno/source/fvt/uno/sd/chart/
H A DChartTypes.java64 XDrawPage xpage = null; field in ChartTypes
92 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertAreaChart()
116 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertBubbleChart()
139 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertBarChart()
161 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertConeChart()
195 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertLineChart()
219 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertPieChart()
245 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
H A DChartProperties.java74 XDrawPage xpage = null; field in ChartProperties
106 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
117 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in insertDefaultChart()
134 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in insertDefaultChart2()
H A DChartData.java83 XDrawPage xpage = null; field in ChartData
115 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
126 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in insertDefaultChart()
/aoo4110/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java67 XDrawPage xpage = null; field in FillProperties
93 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertTextToTextbox()
111 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testFillGradient()
151 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testFillColor()
179 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testFillHatch()
217 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
H A DLineProperties.java63 XDrawPage xpage = null; field in LineProperties
90 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeLineStyle()
123 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testShapeLineColor()
151 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
/aoo4110/test/testuno/source/testlib/uno/
H A DShapeUtil.java184 …XDrawPage xpage=(XDrawPage)UnoRuntime.queryInterface(XDrawPage.class, drawpages.getByIndex(pageInd… in getShapes() local
185 XShapes xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in getShapes()
201 …XDrawPage xpage=(XDrawPage)UnoRuntime.queryInterface(XDrawPage.class, drawpages.getByIndex(pageInd… in removeOneShape() local
202 XShapes xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in removeOneShape()
/aoo4110/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphTextProperty.java66 XDrawPage xpage = null; field in ParagraphTextProperty
90 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testParagraphPropertyShape()
143 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
H A DParagraphStyle.java68 XDrawPage xpage = null; field in ParagraphStyle
92 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in ParaStyle()
176 xpage = PageUtil.getDrawPageByIndex(impressDocument, 1); in createDocumentAndSlide()
/aoo4110/test/testuno/source/fvt/uno/sc/cell/
H A DDeleteContents.java61 XDrawPage xpage = null; field in DeleteContents

Completed in 45 milliseconds