Home
last modified time | relevance | path

Searched refs:oShape (Results 1 – 25 of 41) sorted by relevance

12

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxShapePolyPolygon.java180 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 DSvxShapePolyPolygonBezier.java182 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 DSvxShape.java171 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 DSvxShapeCircle.java169 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 DSvxGraphicObject.java157 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 DSvxShapeCollection.java103 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 DSvxShapeDimensioning.java105 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 DSvxShapeConnector.java130 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 DSvxShapeControl.java104 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 DSvxUnoText.java115 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 DAccessiblePresentationShape.java83 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 DAccessibleOLEShape.java89 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 DAccessiblePresentationGraphicShape.java83 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 DAccessiblePresentationOLEShape.java83 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 DGraphicExporter.java126 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 DSvxUnoTextField.java109 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 DAccessibleGraphicShape.java88 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 DAccessibleShape.java88 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 DSvxGraphCtrlAccessibleContext.java90 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 DSvxUnoTextCursor.java107 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()
/trunk/main/sc/qa/complex/sc/
H A DCalcRTL.java160 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScShapeObj.java87 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_XLayerManager.java61 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.java53 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()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DShape.java71 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()

Completed in 84 milliseconds

12