}
/* ------------------------------------------------------------------ */
public FormComponent( XDrawPage drawPage )
{
XFormsSupplier supp = (XFormsSupplier)UnoRuntime.queryInterface(
XFormsSupplier.class, drawPage );
m_component = supp.getForms();
m_nameAccess = (XNameAccess)m_component;
m_indexAccess = (XIndexAccess)UnoRuntime.queryInterface(
XIndexAccess.class, m_component );
m_child = (XChild)UnoRuntime.queryInterface(