209210211212213214215216
public Object invoke() throws NOAException { try { return xScript.invoke(new Object[0], new short[1][1], new Object[1][1]); } catch(Throwable throwable) { throw new NOAException(throwable); } }
150151152153154155156157
return control; } return null; } catch(Throwable throwable) { throw new NOAException(throwable); } }
141142143144145146147148
} } return new IForm[0]; } catch(Throwable throwable) { throw new NOAException(throwable); } }
180181182183184185186187
} } return null; } catch(Throwable throwable) { throw new NOAException(throwable); } }
225226227228229230231232233
} } return -1; } catch(Throwable throwable) { throw new NOAException(throwable); } }
283284285286287288289290291
} } } } catch(Throwable throwable) { throw new NOAException(throwable); } return false; }
324325326327328329330331
return (IFormComponent[]) formComponents.toArray(new IFormComponent[formComponents.size()]); } return new IFormComponent[0]; } catch(Throwable throwable) { throw new NOAException(throwable); } }
366367368369370371372373
return (String[]) formComponentNames.toArray(new String[formComponentNames.size()]); } return new String[0]; } catch(Throwable throwable) { throw new NOAException(throwable); } }
126127128129130131132133
xPropertySetField.setPropertyValue("Content", content); if(!isFormula) xPropertySetField.setPropertyValue("CurrentPresentation", presentation); } catch(Throwable throwable) { throw new NOAException(throwable); } }
1336133713381339134013411342134313441345
if (selectionSupplier != null) { try { selectionSupplier.select(interfaceObject .getXInterfaceObject()); } catch (Throwable throwable) { throw new NOAException(throwable); } } } }