Home
last modified time | relevance | path

Searched refs:pageIndex (Results 1 – 14 of 14) sorted by last modified time

/trunk/test/testuno/source/fvt/uno/sd/shape/
H A DShapeProperties.java372 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) throws Exception { in saveAndLoadShape() argument
375 xShapes=ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
H A DShapeTypes.java143 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument
147 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); 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
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()
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartData.java217 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument
220 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
H A DChartProperties.java494 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument
497 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
H A DChartTypes.java256 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument
260 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphStyle.java187 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) throws Exception { in saveAndLoadShape() argument
190 xShapes=ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
H A DParagraphTextProperty.java154 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) throws Exception { in saveAndLoadShape() argument
157 xShapes=ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DFillProperties.java228 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument
231 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
H A DLineProperties.java162 public XShape saveAndLoadShape(int pageIndex, int shapeIndex) in saveAndLoadShape() argument
165 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
/trunk/main/sd/source/ui/view/
H A Dviewshel.cxx1653 void ViewShell::fireSwitchCurrentPage(sal_Int32 pageIndex) in fireSwitchCurrentPage() argument
1655 GetViewShellBase().GetDrawController().fireSwitchCurrentPage(pageIndex); in fireSwitchCurrentPage()
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx567 void DrawController::fireSwitchCurrentPage(sal_Int32 pageIndex ) throw() in fireSwitchCurrentPage() argument
573 aNewValue <<= pageIndex; in fireSwitchCurrentPage()
/trunk/main/sd/source/ui/inc/
H A DViewShell.hxx324 void fireSwitchCurrentPage(sal_Int32 pageIndex);
H A DDrawController.hxx157 void fireSwitchCurrentPage( sal_Int32 pageIndex) throw();

Completed in 55 milliseconds