Home
last modified time | relevance | path

Searched refs:shapeIndex (Results 1 – 10 of 10) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sd/shape/
H A DShapeTypes.java143 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument
149 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
H A DShapeProperties.java372 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) throws Exception { in saveAndLoadShape() argument
376 return (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphTextProperty.java154 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) throws Exception { in saveAndLoadShape() argument
158 return (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
H A DParagraphStyle.java187 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) throws Exception { in saveAndLoadShape() argument
191 return (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DLineProperties.java162 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument
167 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
H A DFillProperties.java228 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument
233 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
/trunk/test/testuno/source/testlib/uno/
H A DShapeUtil.java197 …public static void removeOneShape(XComponent impressDocument, int pageIndex, int shapeIndex) throw… in removeOneShape() argument
203 XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in removeOneShape()
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartData.java217 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument
222 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
H A DChartTypes.java256 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument
262 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
H A DChartProperties.java494 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument
499 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()

Completed in 52 milliseconds