Searched refs:shapeIndex (Results 1 – 10 of 10) sorted by relevance
/aoo4110/test/testuno/source/fvt/uno/sd/shape/ |
H A D | ShapeTypes.java | 143 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument 149 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
|
H A D | ShapeProperties.java | 372 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) throws Exception { in saveAndLoadShape() argument 376 return (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
|
/aoo4110/test/testuno/source/fvt/uno/sd/paragraph/ |
H A D | ParagraphTextProperty.java | 154 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 D | ParagraphStyle.java | 187 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) throws Exception { in saveAndLoadShape() argument 191 return (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
|
/aoo4110/test/testuno/source/fvt/uno/sd/textbox/ |
H A D | LineProperties.java | 162 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument 167 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
|
H A D | FillProperties.java | 228 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument 233 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
|
/aoo4110/test/testuno/source/testlib/uno/ |
H A D | ShapeUtil.java | 197 …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()
|
/aoo4110/test/testuno/source/fvt/uno/sd/chart/ |
H A D | ChartData.java | 217 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument 222 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
|
H A D | ChartTypes.java | 256 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument 262 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
|
H A D | ChartProperties.java | 494 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument 499 xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
|
Completed in 33 milliseconds