/aoo42x/main/qadevOOo/tests/java/mod/_svx/ |
H A D | SvxShapePolyPolygon.java | 180 XShape oShape = null; in createTestEnvironment() local 194 oShape = (XShape) UnoRuntime.queryInterface in createTestEnvironment() 197 oShape.setSize(new Size(0,0)) ; in createTestEnvironment() 198 oShape.setPosition(new Point(0,0)) ; in createTestEnvironment() 200 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 217 oShape)).setPropertyValue("PolyPolygon", polygon) ; in createTestEnvironment() 219 oObj = oShape ; in createTestEnvironment() 222 oShape = SOF.createShape(xDrawDoc,5000,3500,7500,5000,"Line"); in createTestEnvironment() 223 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ; in createTestEnvironment() 244 UnoRuntime.queryInterface(XPropertySet.class,oShape); in createTestEnvironment()
|
H A D | SvxShapePolyPolygonBezier.java | 182 XShape oShape = null; in createTestEnvironment() local 197 oShape = (XShape) UnoRuntime.queryInterface in createTestEnvironment() 222 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 224 oShape.setSize(new Size(3000,3000)) ; in createTestEnvironment() 225 oShape.setPosition(new Point(4000,4000)) ; in createTestEnvironment() 227 oObj = oShape ; in createTestEnvironment() 235 oShape = SOF.createShape(xDrawDoc,5000,3500,7500,5000,"Line"); in createTestEnvironment() 236 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ; in createTestEnvironment() 257 UnoRuntime.queryInterface(XPropertySet.class,oShape); in createTestEnvironment()
|
H A D | SvxShape.java | 171 XShape oShape = null; in createTestEnvironment() local 178 oShape = SOF.createShape(xDrawDoc,3000,4500,15000,1000,"Text"); in createTestEnvironment() 179 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 180 oObj = oShape ; in createTestEnvironment() 184 TestEnvironment tEnv = new TestEnvironment( oShape ); in createTestEnvironment() 187 oShape = SOF.createShape(xDrawDoc,5000,3500,7500,5000,"Text"); in createTestEnvironment() 188 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 204 (XPropertySet.class,oShape); in createTestEnvironment()
|
H A D | SvxShapeCircle.java | 169 XShape oShape = null; in createTestEnvironment() local 176 oShape = SOF.createShape(xDrawDoc,5000,5000,3000,3000,"Ellipse"); in createTestEnvironment() 179 (XPropertySet.class, oShape) ; in createTestEnvironment() 181 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ; in createTestEnvironment() 200 oObj = oShape ; in createTestEnvironment() 202 oShape = SOF.createShape(xDrawDoc,5000,3500,7500,5000,"Line"); in createTestEnvironment() 203 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ; in createTestEnvironment() 224 UnoRuntime.queryInterface(XPropertySet.class,oShape); in createTestEnvironment()
|
H A D | SvxGraphicObject.java | 157 XShape oShape = null; in createTestEnvironment() local 166 oShape = SOF.createShape(xDrawDoc,5000,5000,1500,1000,"GraphicObject"); in createTestEnvironment() 167 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 168 oObj = oShape; in createTestEnvironment() 170 TestEnvironment tEnv = new TestEnvironment( oShape ); in createTestEnvironment() 173 oShape = SOF.createShape(xDrawDoc,3000,4500,15000,1000,"Ellipse"); in createTestEnvironment() 174 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 189 UnoRuntime.queryInterface(XPropertySet.class,oShape); in createTestEnvironment()
|
H A D | SvxShapeCollection.java | 103 XShape oShape = null; in createTestEnvironment() local 117 oShape = SOF.createShape(xDrawDoc,3000,4500,15000,1000,"Ellipse"); in createTestEnvironment() 118 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 119 shapes.add(oShape); in createTestEnvironment() 121 oShape = SOF.createShape(xDrawDoc,5000,3500,7500,5000,"Rectangle"); in createTestEnvironment() 122 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ; in createTestEnvironment() 123 shapes.add(oShape); in createTestEnvironment()
|
H A D | SvxShapeDimensioning.java | 105 XShape oShape = null; in createTestEnvironment() local 114 oShape = SOF.createShape(xDrawDoc,4000,4000,3000,3000,"Measure"); in createTestEnvironment() 116 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 124 oObj = oShape ; in createTestEnvironment() 127 oShape = SOF.createShape(xDrawDoc,5000,3500,7500,5000,"Line"); in createTestEnvironment() 128 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ; in createTestEnvironment() 149 UnoRuntime.queryInterface(XPropertySet.class,oShape); in createTestEnvironment()
|
H A D | SvxShapeConnector.java | 130 XShape oShape = null; in createTestEnvironment() local 141 oShape = (XShape)UnoRuntime.queryInterface( XShape.class, oInt ); in createTestEnvironment() 142 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 150 oObj = oShape; in createTestEnvironment() 155 oShape = SOF.createShape(xDrawDoc,3000,4500,15000,1000,"Ellipse"); in createTestEnvironment() 156 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 175 UnoRuntime.queryInterface(XPropertySet.class,oShape); in createTestEnvironment()
|
H A D | SvxShapeControl.java | 104 XShape oShape = null; in createTestEnvironment() local 112 oShape = FormTools.insertControlShape( in createTestEnvironment() 115 oObj = oShape ; in createTestEnvironment() 118 oShape = SOF.createShape(xDrawDoc,5000,3500,7500,5000,"Line"); in createTestEnvironment() 119 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ; in createTestEnvironment() 140 UnoRuntime.queryInterface(XPropertySet.class,oShape); in createTestEnvironment()
|
H A D | SvxUnoText.java | 115 XShape oShape = null; in createTestEnvironment() local 119 oShape = SOF.createShape in createTestEnvironment() 121 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 124 (XSimpleText.class, oShape) ; in createTestEnvironment() 160 tEnv.addObjRelation("TEXT", (XText) UnoRuntime.queryInterface(XText.class, oShape)) ; in createTestEnvironment()
|
H A D | AccessiblePresentationShape.java | 83 XShape oShape = null; in createTestEnvironment() local 92 oShape = (XShape) UnoRuntime.queryInterface(XShape.class, in createTestEnvironment() 100 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 103 UnoRuntime.queryInterface(XPropertySet.class, oShape); in createTestEnvironment() 125 final XShape fShape = oShape ; in createTestEnvironment()
|
H A D | AccessiblePresentationGraphicShape.java | 83 XShape oShape = null; in createTestEnvironment() local 92 oShape = (XShape) UnoRuntime.queryInterface(XShape.class, in createTestEnvironment() 99 DrawTools.getShapes(DrawTools.getDrawPage(xDoc,0)).add(oShape); in createTestEnvironment() 102 UnoRuntime.queryInterface(XPropertySet.class,oShape); in createTestEnvironment() 127 final XShape fShape = oShape ; in createTestEnvironment()
|
H A D | AccessibleOLEShape.java | 89 final XShape oShape = SOF.createShape in createTestEnvironment() local 92 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 95 UnoRuntime.queryInterface(XPropertySet.class,oShape); in createTestEnvironment() 134 Size size = oShape.getSize(); in createTestEnvironment() 136 oShape.setSize(size); in createTestEnvironment()
|
H A D | AccessiblePresentationOLEShape.java | 83 XShape oShape = null; in createTestEnvironment() local 92 oShape = (XShape) UnoRuntime.queryInterface(XShape.class, in createTestEnvironment() 102 UnoRuntime.queryInterface(XPropertySet.class,oShape); in createTestEnvironment() 111 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 136 final XShape fShape = oShape ; in createTestEnvironment()
|
H A D | GraphicExporter.java | 126 XShape oShape = null; in createTestEnvironment() local 145 oShape = SOF.createShape(xDrawDoc, 5000, 5000, 1500, 1000, in createTestEnvironment() 147 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc, 0)).add(oShape); in createTestEnvironment() 150 XPropertySet.class, oShape); in createTestEnvironment() 158 oShape); in createTestEnvironment()
|
H A D | SvxUnoTextField.java | 109 XShape oShape = null; in createTestEnvironment() local 117 oShape = SOF.createShape(xDrawDoc,5000,3500,7500,5000,"Rectangle"); in createTestEnvironment() 118 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 131 XText the_Text = (XText) UnoRuntime.queryInterface(XText.class,oShape); in createTestEnvironment()
|
H A D | AccessibleGraphicShape.java | 88 final XShape oShape = SOF.createShape(xDrawDoc, in createTestEnvironment() local 92 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 111 Size size = oShape.getSize(); in createTestEnvironment() 113 oShape.setSize(size); in createTestEnvironment()
|
H A D | AccessibleShape.java | 88 final XShape oShape = SOF.createShape(xDrawDoc, in createTestEnvironment() local 91 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 111 Size size = oShape.getSize(); in createTestEnvironment() 113 oShape.setSize(size); in createTestEnvironment()
|
H A D | SvxGraphCtrlAccessibleContext.java | 90 final XShape oShape = SOF.createShape(xDrawDoc, in createTestEnvironment() local 94 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape); in createTestEnvironment() 97 UnoRuntime.queryInterface(XPropertySet.class, oShape); in createTestEnvironment() 175 SelSupp.select(oShape); in createTestEnvironment()
|
H A D | SvxUnoTextCursor.java | 107 XShape oShape = SOF.createShape in createTestEnvironment() local 109 DrawTools.getShapes(DrawTools.getDrawPage(xDrawDoc,0)).add(oShape) ; in createTestEnvironment() 111 XText text = (XText) UnoRuntime.queryInterface(XText.class, oShape) ; in createTestEnvironment()
|
/aoo42x/main/sc/qa/complex/sc/ |
H A D | CalcRTL.java | 160 XShape oShape = getInsertedShape(); in checkInfluenceOfSpreadsheetChange() local 164 XPropertySet.class, oShape); in checkInfluenceOfSpreadsheetChange() 166 String[] previous = getShapeProps(shapeProps, oShape); in checkInfluenceOfSpreadsheetChange() 171 String[] RL_TB = getShapeProps(shapeProps, oShape); in checkInfluenceOfSpreadsheetChange() 176 String[] LR_TB = getShapeProps(shapeProps, oShape); in checkInfluenceOfSpreadsheetChange() 193 oShape.getSize().Width != Integer.valueOf(LR_TB[2]) in checkInfluenceOfSpreadsheetChange() 198 protected String[] getShapeProps(XPropertySet set, XShape oShape) { in getShapeProps() argument 205 reValue[3] = toString(new Integer(oShape.getPosition().X)); in getShapeProps() 213 System.out.println("\t Shape Position (x,y) : (" + oShape.getPosition().X + in getShapeProps() 214 "," + oShape.getPosition().Y + ")"); in getShapeProps()
|
/aoo42x/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScShapeObj.java | 87 XShape oShape = null; in createTestEnvironment() local 94 oShape = SOF.createShape(xSheetDoc,5000, 3500, 7500, 5000,"Rectangle"); in createTestEnvironment() 95 DrawTools.getShapes(DrawTools.getDrawPage(xSheetDoc,0)).add(oShape); in createTestEnvironment() 96 oObj = oShape ; in createTestEnvironment() 105 TestEnvironment tEnv = new TestEnvironment( oShape ); in createTestEnvironment()
|
/aoo42x/main/qadevOOo/tests/java/ifc/drawing/ |
H A D | _XLayerManager.java | 61 public XInterface oShape = null; field in _XLayerManager 87 oShape = shape.createInstance(); in _attachShapeToLayer() 88 XShape oSh = (XShape) oShape; in _attachShapeToLayer() 95 oObj.attachShapeToLayer((XShape) oShape,oL); in _attachShapeToLayer() 114 XLayer Lay2 = oObj.getLayerForShape((XShape)oShape); in _getLayerForShape()
|
H A D | _XShapes.java | 53 XInterface oShape = null; field in _XShapes 66 oShape = shape.createInstance(); in _add() 67 XShape oSh = (XShape) oShape; in _add() 96 oObj.remove((XShape) oShape); in _remove()
|
/aoo42x/main/wizards/com/sun/star/wizards/document/ |
H A D | Shape.java | 71 Object oShape = oFormHandler.xMSF.createInstance(_sServiceName); in Shape() local 72 xShapes = UnoRuntime.queryInterface(XShapes.class, oShape); in Shape() 73 xServiceInfo = UnoRuntime.queryInterface(XServiceInfo.class, oShape); in Shape() 90 Object oShape = xMSF.createInstance(sServiceName); in createShape() local 91 xShape = UnoRuntime.queryInterface(XShape.class, oShape); in createShape()
|