/aoo41x/test/testuno/source/fvt/uno/sd/shape/ |
H A D | ShapeProperties.java | 38 import testlib.uno.ShapeUtil; 107 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertShape() 130 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertTextToShape() 134 ShapeUtil.addPortion(xShape, "test", false); in testInsertTextToShape() 147 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillGradient() 183 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillColor() 206 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeFillHatch() 335 xShapes=ShapeUtil.getShapes(impressDocument, 0); in testShapeRemove() 340 ShapeUtil.removeOneShape(impressDocument, 0, 2); in testShapeRemove() 345 xShapes=ShapeUtil.getShapes(reLoadFile, 0); in testShapeRemove() [all …]
|
H A D | ShapeTypes.java | 33 import testlib.uno.ShapeUtil; 82 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testLineShape() 102 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testBasicShape() 147 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
|
/aoo41x/test/testuno/source/fvt/uno/sd/textbox/ |
H A D | FillProperties.java | 33 import testlib.uno.ShapeUtil; 94 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertTextToTextbox() 98 ShapeUtil.addPortion(xShape, "test", false); in testInsertTextToTextbox() 100 ShapeUtil.getPortion(xShape)); in testInsertTextToTextbox() 112 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillGradient() 115 ShapeUtil.addPortion(xShape, "test", false); in testFillGradient() 152 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillColor() 155 ShapeUtil.addPortion(xShape, "test", false); in testFillColor() 180 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testFillHatch() 183 ShapeUtil.addPortion(xShape, "test", false); in testFillHatch() [all …]
|
H A D | LineProperties.java | 33 import testlib.uno.ShapeUtil; 91 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineStyle() 94 ShapeUtil.addPortion(xShape, "test", false); in testShapeLineStyle() 124 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testShapeLineColor() 127 ShapeUtil.addPortion(xShape, "test", false); in testShapeLineColor() 165 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
|
/aoo41x/test/testuno/source/fvt/uno/sd/slideshow/ |
H A D | SlideShow.java | 33 import testlib.uno.ShapeUtil; 86 XShape xRectangle1 = ShapeUtil.createShape(impressDocument, po, in testSlideShow() 89 ShapeUtil.addPortion(xRectangle1, "Page1", false); in testSlideShow() 94 XShape xRectangle2 = ShapeUtil.createShape(impressDocument, po, in testSlideShow() 97 ShapeUtil.addPortion(xRectangle2, "Page2", false); in testSlideShow() 102 XShape xRectangle3 = ShapeUtil.createShape(impressDocument, po, in testSlideShow() 105 ShapeUtil.addPortion(xRectangle3, "Page3", false); in testSlideShow()
|
H A D | CustomShow.java | 52 import testlib.uno.ShapeUtil; 100 XShape xTextObj = ShapeUtil.createShape(impressDocument, new Point( in testCustomShow() 106 ShapeUtil.addPortion(xTextObj, aNameArray[i], true); in testCustomShow()
|
/aoo41x/test/testuno/source/fvt/uno/sd/chart/ |
H A D | ChartTypes.java | 34 import testlib.uno.ShapeUtil; 93 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertAreaChart() 117 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertBubbleChart() 140 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertBarChart() 162 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertConeChart() 196 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertLineChart() 220 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in testInsertPieChart() 260 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
|
H A D | ChartProperties.java | 34 import testlib.uno.ShapeUtil; 118 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in insertDefaultChart() 135 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in insertDefaultChart2() 393 xShapes = ShapeUtil.getShapes(reLoadFile, 1); in testTitleAndSubTitle() 497 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
|
H A D | ChartData.java | 34 import testlib.uno.ShapeUtil; 127 XShape xShape = ShapeUtil.createShape(impressDocument, po, new Size( in insertDefaultChart() 220 xShapes = ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
|
/aoo41x/test/testuno/source/fvt/uno/sd/paragraph/ |
H A D | ParagraphTextProperty.java | 33 import testlib.uno.ShapeUtil; 92 …XShape xRectangle = ShapeUtil.createShape(impressDocument, po, new Size(21000, 12500), "com.sun.st… in testParagraphPropertyShape() 157 xShapes=ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
|
H A D | ParagraphStyle.java | 33 import testlib.uno.ShapeUtil; 94 …XShape xRectangle = ShapeUtil.createShape(impressDocument, po, new Size(21000, 12500), "com.sun.st… in ParaStyle() 190 xShapes=ShapeUtil.getShapes(reLoadFile, pageIndex); in saveAndLoadShape()
|
/aoo41x/test/testuno/source/fvt/uno/sc/object/ |
H A D | DrawingObject.java | 40 import testlib.uno.ShapeUtil; 145 XShape xShape = ShapeUtil.createShape(scComponent, po, Si, inputType); in testDrawingObject()
|
/aoo41x/test/testuno/source/fvt/uno/sd/bullet/ |
H A D | CheckBuildInBullet.java | 30 import static testlib.uno.ShapeUtil.addPortion; 31 import static testlib.uno.ShapeUtil.getPortion;
|
H A D | GraphicBulletFromFile.java | 28 import static testlib.uno.ShapeUtil.addPortion; 29 import static testlib.uno.ShapeUtil.getPortion;
|
H A D | NumberingBulletTypes.java | 28 import static testlib.uno.ShapeUtil.addPortion; 29 import static testlib.uno.ShapeUtil.getPortion;
|
H A D | NumberingProperty.java | 27 import static testlib.uno.ShapeUtil.addPortion; 28 import static testlib.uno.ShapeUtil.getPortion;
|
H A D | CheckBulletStyle.java | 27 import static testlib.uno.ShapeUtil.*;
|
/aoo41x/test/testuno/source/fvt/uno/sd/animation/ |
H A D | TextAnimation.java | 32 import testlib.uno.ShapeUtil; 101 XShape xRectangle = ShapeUtil.createShape(impressDocument, po, in testTextAnimation()
|
H A D | CustomAnimation.java | 32 import testlib.uno.ShapeUtil; 166 xShapePropSet[i] = ShapeUtil.createAndInsertShape(impressDocument, in testShapeAnimation()
|
/aoo41x/test/testuno/source/testlib/uno/ |
H A D | ShapeUtil.java | 52 public class ShapeUtil { class
|