oShapes.add(SOF.createShape
(xDrawDoc, 5000, 3500, 7500, 5000, "Rectangle"));
//get the XMasterPagesSupplier
log.println("get XMasterPagesSupplier");
XMasterPagesSupplier oMPS = (XMasterPagesSupplier)
UnoRuntime.queryInterface(XMasterPagesSupplier.class, xDrawDoc);
XDrawPages oGroup = oMPS.getMasterPages();
log.println( "creating a new environment for drawpage object" );
TestEnvironment tEnv = new TestEnvironment( oObj );
XControlShape aShape = FormTools.createControlShape(