Searched refs:shape1 (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/qadevOOo/tests/java/ifc/drawing/ |
H A D | _XConnectorShape.java | 60 private XConnectableShape shape1 = null, field in _XConnectorShape 74 shape1 = (XConnectableShape) UnoRuntime.queryInterface in before() 78 if (shape1 == null || shape2 == null) throw new StatusException in before() 90 oObj.connectStart(shape1, ConnectionType.AUTO); in _connectStart() 119 oObj.disconnectBegin(shape1); in _disconnectBegin()
|
/aoo41x/main/qadevOOo/tests/java/mod/_sd/ |
H A D | SdUnoPresView.java | 199 XShape shape1 = SOF.createShape( in createTestEnvironment() local 201 oShapes.add(shape1); in createTestEnvironment() 205 shape1 = SOF.createShape( in createTestEnvironment() 207 oShapes.add(shape1); in createTestEnvironment()
|
H A D | SdUnoDrawView.java | 196 XShape shape1 = SOF.createShape( in createTestEnvironment() local 202 oShapes.add(shape1); in createTestEnvironment() 227 shape1, shape2, shape3}); in createTestEnvironment()
|
H A D | DrawController_DrawView.java | 182 XShape shape1 = SOF.createShape( in createTestEnvironment() local 188 oShapes.add(shape1); in createTestEnvironment() 230 xShapes2.add(shape1); in createTestEnvironment()
|
H A D | DrawController_HandoutView.java | 201 XShape shape1 = SOF.createShape( in createTestEnvironment() local 207 oShapes.add(shape1); in createTestEnvironment() 261 xShapes2.add(shape1); in createTestEnvironment()
|
H A D | DrawController_NotesView.java | 198 XShape shape1 = SOF.createShape( in createTestEnvironment() local 204 oShapes.add(shape1); in createTestEnvironment() 258 xShapes2.add(shape1); in createTestEnvironment()
|
H A D | DrawController_OutlineView.java | 198 XShape shape1 = SOF.createShape( in createTestEnvironment() local 204 oShapes.add(shape1); in createTestEnvironment() 258 xShapes2.add(shape1); in createTestEnvironment()
|
H A D | DrawController_PresentationView.java | 198 XShape shape1 = SOF.createShape( in createTestEnvironment() local 204 oShapes.add(shape1); in createTestEnvironment() 258 xShapes2.add(shape1); in createTestEnvironment()
|
/aoo41x/main/qadevOOo/tests/java/mod/_toolkit/ |
H A D | TabControllerModel.java | 67 XControlShape shape1 = FormTools.createControlShape(xTextDoc, 3000, in createTestEnvironment() local 89 tEnv.addObjRelation("Model1", shape1.getControl()); in createTestEnvironment()
|
/aoo41x/main/qadevOOo/tests/java/mod/_forms/ |
H A D | ODatabaseForm.java | 400 XControlShape shape1 = null; in createTestEnvironment() local 423 shape1 = FormTools.createControlShape(xTextDoc, 3000, 4500, 15000, in createTestEnvironment() 432 oShapes.add((XShape) shape1); in createTestEnvironment() 522 tEnv.addObjRelation("Model1", shape1.getControl()); in createTestEnvironment()
|
Completed in 58 milliseconds