"com.sun.star.util.URLTransformer",m_xContext));
com.sun.star.util.URL[] aParseURL = new com.sun.star.util.URL[1];
aParseURL[0] = new com.sun.star.util.URL();
aParseURL[0].Complete = ".uno:InsertObjectStarMath";
xParser.parseStrict (aParseURL);
XDispatch xDispatcher = xDP.queryDispatch(aParseURL[0],"",0);
if(xDispatcher!=null){
PropertyValue[] Properties = new PropertyValue[0];
xDispatcher.dispatch (aParseURL[0],Properties);
}
else{