log.println( "inserting some Shapes" );
oShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, oObj);
oShapes.add(SOF.createShape(xTextDoc,2000,1500,1000,1000,"Line"));
oShapes.add(SOF.createShape(xTextDoc,3000,4500,15000,1000,"Ellipse"));
oShapes.add(SOF.createShape(xTextDoc,5000,3500,7500,5000,"Rectangle"));
log.println( "creating a new environment for bodytext object" );
TestEnvironment tEnv = new TestEnvironment( oObj );
ShapeDsc sDsc = new ShapeDsc(15000,13500,7500,10000,"Rectangle");