Home
last modified time | relevance | path

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

/trunk/main/forms/qa/integration/forms/
H A DFormComponent.java38 private XIndexAccess m_indexAccess; field in FormComponent
47 m_indexAccess = null; in FormComponent()
60 m_indexAccess = (XIndexAccess)UnoRuntime.queryInterface( in FormComponent()
74 m_indexAccess = (XIndexAccess)UnoRuntime.queryInterface( in FormComponent()
127 if ( m_indexAccess != null ) in getCount()
128 return m_indexAccess.getCount(); in getCount()
137 if ( m_indexAccess != null ) in getByIndex()
151 if ( m_indexAccess != null ) in getElementType()
152 return m_indexAccess.getElementType(); in getElementType()
161 if ( m_indexAccess != null ) in hasElements()
[all …]

Completed in 4 milliseconds