/aoo41x/main/qadevOOo/tests/java/ifc/drawing/ |
H A D | _XShapeGrouper.java | 56 XShapes oShapes = null; field in _XShapeGrouper 67 oShapes = (XShapes)UnoRuntime.queryInterface( XShapes.class, dp ); in _group() 69 log.println("Grouping " + oShapes.getCount() + " shapes ... "); in _group() 71 int countBeforeGr = oShapes.getCount(); in _group() 72 oGroup = oObj.group(oShapes); in _group() 73 countAfterGr = oShapes.getCount(); in _group() 96 int countAfterUnGr = oShapes.getCount();
|
H A D | _XShapeBinder.java | 54 XShapes oShapes = null; field in _XShapeBinder 65 oShapes = (XShapes)UnoRuntime.queryInterface( XShapes.class, dp ); in _bind() 68 countBeforeBind = oShapes.getCount(); in _bind() 70 group = oObj.bind(oShapes); in _bind() 71 int countAfterBind = oShapes.getCount(); in _bind() 98 int countAfterUnbind = oShapes.getCount(); in _unbind()
|
H A D | _XShapeCombiner.java | 54 XShapes oShapes = null; field in _XShapeCombiner 64 oShapes = (XShapes)UnoRuntime.queryInterface( XShapes.class, dp ); in _combine() 69 countBeforeComb = oShapes.getCount(); in _combine() 71 oGroup = oObj.combine(oShapes); in _combine() 72 int countAfterComb = oShapes.getCount(); in _combine() 98 int countAfterSplit = oShapes.getCount(); in _split()
|
H A D | _XLayerManager.java | 89 XShapes oShapes = (XShapes) tEnv.getObjRelation("Shapes"); in _attachShapeToLayer() local 90 oShapes.add(oSh); in _attachShapeToLayer()
|
/aoo41x/main/qadevOOo/tests/java/mod/_svx/ |
H A D | SvxShapeGroup.java | 101 XShapes oShapes = null; in createTestEnvironment() local 133 oShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class,oObj); in createTestEnvironment() 136 oShapes.add(SOF.createShape(xDrawDoc, in createTestEnvironment() 138 oShapes.add(Shape1); in createTestEnvironment() 141 oShapes.add(Shape2); in createTestEnvironment() 165 oObj = oSG.group(oShapes); in createTestEnvironment() 185 oShapes.add(Shape2); in createTestEnvironment()
|
/aoo41x/main/qadevOOo/tests/java/mod/_sw/ |
H A D | SwXDrawPage.java | 130 XShapes oShapes = null; in createTestEnvironment() local 143 oShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, oObj); in createTestEnvironment() 144 oShapes.add(SOF.createShape(xTextDoc,2000,1500,1000,1000,"Line")); in createTestEnvironment() 145 oShapes.add(SOF.createShape(xTextDoc,3000,4500,15000,1000,"Ellipse")); in createTestEnvironment() 146 oShapes.add(SOF.createShape(xTextDoc,5000,3500,7500,5000,"Rectangle")); in createTestEnvironment()
|
H A D | SwXShape.java | 103 XShapes oShapes = null; in createTestEnvironment() local 112 oShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, oDP); in createTestEnvironment() 114 oShapes.add((XShape) oObj); in createTestEnvironment() 119 oShapes.add((XShape) oShape); in createTestEnvironment()
|
/aoo41x/main/qadevOOo/tests/java/mod/_sd/ |
H A D | SdGenericDrawPage.java | 136 XShapes oShapes = null; in createTestEnvironment() local 162 oShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class,oObj); in createTestEnvironment() 163 oShapes.add(SOF.createShape in createTestEnvironment() 165 oShapes.add(SOF.createShape in createTestEnvironment() 167 oShapes.add(SOF.createShape in createTestEnvironment()
|
H A D | SdDrawPage.java | 179 XShapes oShapes = (XShapes) UnoRuntime.queryInterface in createTestEnvironment() local 181 oShapes.add(SOF.createShape in createTestEnvironment() 183 oShapes.add(SOF.createShape in createTestEnvironment() 185 oShapes.add(SOF.createShape in createTestEnvironment() 200 oShapes.add((XShape) aShape); in createTestEnvironment()
|
H A D | SdMasterPage.java | 168 XShapes oShapes = (XShapes) in createTestEnvironment() local 170 oShapes.add(SOF.createShape(xDrawDoc, 2000, 1500, 1000, 1000, "Line")); in createTestEnvironment() 171 oShapes.add(SOF.createShape in createTestEnvironment() 173 oShapes.add(SOF.createShape in createTestEnvironment()
|
H A D | SdXShape.java | 154 XShapes oShapes = (XShapes) UnoRuntime.queryInterface in createTestEnvironment() local 159 oShapes.add( in createTestEnvironment() 165 oShapes.add((XShape) oObj); in createTestEnvironment() 166 oShapes.add((XShape) oShape); in createTestEnvironment()
|
H A D | SdUnoDrawView.java | 194 XShapes oShapes = (XShapes) in createTestEnvironment() local 202 oShapes.add(shape1); in createTestEnvironment() 203 oShapes.add(shape2); in createTestEnvironment() 204 oShapes.add(shape3); in createTestEnvironment()
|
H A D | DrawController_DrawView.java | 180 XShapes oShapes = (XShapes) in createTestEnvironment() local 188 oShapes.add(shape1); in createTestEnvironment() 189 oShapes.add(shape2); in createTestEnvironment() 190 oShapes.add(shape3); in createTestEnvironment()
|
H A D | SdUnoPresView.java | 197 XShapes oShapes = (XShapes) in createTestEnvironment() local 201 oShapes.add(shape1); in createTestEnvironment() 203 oShapes = (XShapes) in createTestEnvironment() 207 oShapes.add(shape1); in createTestEnvironment()
|
H A D | DrawController_HandoutView.java | 199 XShapes oShapes = (XShapes) in createTestEnvironment() local 207 oShapes.add(shape1); in createTestEnvironment() 208 oShapes.add(shape2); in createTestEnvironment() 209 oShapes.add(shape3); in createTestEnvironment()
|
H A D | DrawController_NotesView.java | 196 XShapes oShapes = (XShapes) in createTestEnvironment() local 204 oShapes.add(shape1); in createTestEnvironment() 205 oShapes.add(shape2); in createTestEnvironment() 206 oShapes.add(shape3); in createTestEnvironment()
|
H A D | DrawController_OutlineView.java | 196 XShapes oShapes = (XShapes) in createTestEnvironment() local 204 oShapes.add(shape1); in createTestEnvironment() 205 oShapes.add(shape2); in createTestEnvironment() 206 oShapes.add(shape3); in createTestEnvironment()
|
H A D | DrawController_PresentationView.java | 196 XShapes oShapes = (XShapes) in createTestEnvironment() local 204 oShapes.add(shape1); in createTestEnvironment() 205 oShapes.add(shape2); in createTestEnvironment() 206 oShapes.add(shape3); in createTestEnvironment()
|
H A D | SdPageLinkTargets.java | 114 XShapes oShapes = (XShapes) in createTestEnvironment() local 118 oShapes.add(oShape); in createTestEnvironment()
|
H A D | SdLayerManager.java | 157 XShapes oShapes = (XShapes) in createTestEnvironment() local 161 tEnv.addObjRelation("Shapes", oShapes); in createTestEnvironment()
|
/aoo41x/main/qadevOOo/tests/java/mod/_forms/ |
H A D | ODatabaseForm.java | 350 XShapes oShapes = null; in createTestEnvironment() local 422 oShapes = DrawTools.getShapes(WriterTools.getDrawPage(xTextDoc)); in createTestEnvironment() 432 oShapes.add((XShape) shape1); in createTestEnvironment() 433 oShapes.add((XShape) shape2); in createTestEnvironment() 434 oShapes.add(shape3); in createTestEnvironment()
|
/aoo41x/main/framework/qa/complex/framework/recovery/ |
H A D | RecoveryTest.java | 841 XShapes oShapes = (XShapes) UnoRuntime.queryInterface in fillDrawDocWithContent() local 846 oShapes.add( in fillDrawDocWithContent() 852 oShapes.add((XShape) oObj); in fillDrawDocWithContent() 853 oShapes.add((XShape) oShape); in fillDrawDocWithContent()
|