/aoo4110/test/testuno/source/testlib/uno/ |
H A D | ShapeUtil.java | 179 public static XShapes getShapes(XComponent impressDocument, int pageIndex) throws Exception{ in getShapes() argument 184 …wPage xpage=(XDrawPage)UnoRuntime.queryInterface(XDrawPage.class, drawpages.getByIndex(pageIndex)); in getShapes() 197 …public static void removeOneShape(XComponent impressDocument, int pageIndex, int shapeIndex) throw… in removeOneShape() argument 201 …wPage xpage=(XDrawPage)UnoRuntime.queryInterface(XDrawPage.class, drawpages.getByIndex(pageIndex)); in removeOneShape()
|
/aoo4110/test/testuno/source/fvt/uno/sd/shape/ |
H A D | ShapeTypes.java | 143 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument 147 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
|
H A D | ShapeProperties.java | 372 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) throws Exception { in saveAndLoadShape() argument 375 xShapes=ShapeUtil.getShapes(reLoadFile, pageIndex); 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 157 xShapes=ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
|
H A D | ParagraphStyle.java | 187 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) throws Exception { in saveAndLoadShape() argument 190 xShapes=ShapeUtil.getShapes(reLoadFile, pageIndex); 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 165 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
|
H A D | FillProperties.java | 228 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument 231 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
|
/aoo4110/test/testuno/source/fvt/uno/sd/chart/ |
H A D | ChartData.java | 217 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument 220 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
|
H A D | ChartTypes.java | 256 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument 260 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
|
H A D | ChartProperties.java | 494 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument 497 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
|
/aoo4110/main/sd/source/ui/unoidl/ |
H A D | DrawController.cxx | 567 void DrawController::fireSwitchCurrentPage(sal_Int32 pageIndex ) throw() in fireSwitchCurrentPage() argument 573 aNewValue <<= pageIndex; in fireSwitchCurrentPage()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | viewshel.cxx | 1653 void ViewShell::fireSwitchCurrentPage(sal_Int32 pageIndex) in fireSwitchCurrentPage() argument 1655 GetViewShellBase().GetDrawController().fireSwitchCurrentPage(pageIndex); in fireSwitchCurrentPage()
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | ViewShell.hxx | 324 void fireSwitchCurrentPage(sal_Int32 pageIndex);
|
H A D | DrawController.hxx | 157 void fireSwitchCurrentPage( sal_Int32 pageIndex) throw();
|