Searched refs:shape2 (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/qadevOOo/tests/java/ifc/drawing/ |
H A D | _XConnectorShape.java | 61 shape2 = null ; field in _XConnectorShape 76 shape2 = (XConnectableShape) UnoRuntime.queryInterface in before() 78 if (shape1 == null || shape2 == null) throw new StatusException in before() 101 oObj.connectEnd(shape2, ConnectionType.AUTO); in _connectEnd() 137 oObj.disconnectEnd(shape2); in _disconnectEnd()
|
/aoo41x/main/qadevOOo/tests/java/mod/_forms/ |
H A D | ODatabaseForm.java | 401 XControlShape shape2 = null; in createTestEnvironment() local 425 shape2 = FormTools.createControlShape(xTextDoc, 5000, 3500, 7500, in createTestEnvironment() 433 oShapes.add((XShape) shape2); in createTestEnvironment() 495 XControlModel the_Model = shape2.getControl(); in createTestEnvironment() 523 tEnv.addObjRelation("Model2", shape2.getControl()); in createTestEnvironment()
|
/aoo41x/main/qadevOOo/tests/java/mod/_sd/ |
H A D | SdUnoDrawView.java | 198 XShape shape2 = SOF.createShape( in createTestEnvironment() local 203 oShapes.add(shape2); in createTestEnvironment() 227 shape1, shape2, shape3}); in createTestEnvironment()
|
H A D | DrawController_DrawView.java | 184 XShape shape2 = SOF.createShape( in createTestEnvironment() local 189 oShapes.add(shape2); in createTestEnvironment() 228 xShapes1.add(shape2); in createTestEnvironment()
|
H A D | DrawController_HandoutView.java | 203 XShape shape2 = SOF.createShape( in createTestEnvironment() local 208 oShapes.add(shape2); in createTestEnvironment() 259 xShapes1.add(shape2); in createTestEnvironment()
|
H A D | DrawController_NotesView.java | 200 XShape shape2 = SOF.createShape( in createTestEnvironment() local 205 oShapes.add(shape2); in createTestEnvironment() 256 xShapes1.add(shape2); in createTestEnvironment()
|
H A D | DrawController_OutlineView.java | 200 XShape shape2 = SOF.createShape( in createTestEnvironment() local 205 oShapes.add(shape2); in createTestEnvironment() 256 xShapes1.add(shape2); in createTestEnvironment()
|
H A D | DrawController_PresentationView.java | 200 XShape shape2 = SOF.createShape( in createTestEnvironment() local 205 oShapes.add(shape2); in createTestEnvironment() 256 xShapes1.add(shape2); in createTestEnvironment()
|
/aoo41x/main/qadevOOo/tests/java/mod/_toolkit/ |
H A D | TabControllerModel.java | 70 XControlShape shape2 = FormTools.createControlShape(xTextDoc, 5000, in createTestEnvironment() local 90 tEnv.addObjRelation("Model2", shape2.getControl()); in createTestEnvironment()
|
Completed in 73 milliseconds