Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DFLTools.java126 XIndexContainer xIndexCont = UNO.queryIndexContainer( aContainer ); in getIndexInParent() local
127 if ( null != xIndexCont ) in getIndexInParent()
130 int nCount = xIndexCont.getCount(); in getIndexInParent()
135 XInterface.class, xIndexCont.getByIndex( 0 ) ); in getIndexInParent()

Completed in 10 milliseconds