Home
last modified time | relevance | path

Searched refs:oShapes (Results 1 – 22 of 22) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/drawing/
H A D_XShapeGrouper.java56 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.java54 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.java54 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.java89 XShapes oShapes = (XShapes) tEnv.getObjRelation("Shapes"); in _attachShapeToLayer() local
90 oShapes.add(oSh); in _attachShapeToLayer()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxShapeGroup.java101 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXDrawPage.java130 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 DSwXShape.java103 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DSdGenericDrawPage.java136 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 DSdDrawPage.java179 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 DSdMasterPage.java168 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 DSdXShape.java154 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 DSdUnoDrawView.java194 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 DDrawController_DrawView.java180 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 DSdUnoPresView.java197 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 DDrawController_HandoutView.java199 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 DDrawController_NotesView.java196 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 DDrawController_OutlineView.java196 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 DDrawController_PresentationView.java196 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 DSdPageLinkTargets.java114 XShapes oShapes = (XShapes) in createTestEnvironment() local
118 oShapes.add(oShape); in createTestEnvironment()
H A DSdLayerManager.java157 XShapes oShapes = (XShapes) in createTestEnvironment() local
161 tEnv.addObjRelation("Shapes", oShapes); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_forms/
H A DODatabaseForm.java350 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()
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java841 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()

Completed in 103 milliseconds