Home
last modified time | relevance | path

Searched refs:m_child (Results 1 – 1 of 1) sorted by relevance

/trunk/main/forms/qa/integration/forms/
H A DFormComponent.java39 private XChild m_child; field in FormComponent
48 m_child = null; in FormComponent()
62 m_child = (XChild)UnoRuntime.queryInterface( in FormComponent()
76 m_child = (XChild)UnoRuntime.queryInterface( in FormComponent()
171 if ( m_child != null ) in getParent()
172 return new FormComponent( m_child.getParent() ); in getParent()

Completed in 12 milliseconds