Searched refs:xIndexCont (Results 1 – 1 of 1) sorted by relevance
126 XIndexContainer xIndexCont = UNO.queryIndexContainer( aContainer ); in getIndexInParent() local127 if ( null != xIndexCont ) in getIndexInParent()130 int nCount = xIndexCont.getCount(); in getIndexInParent()135 XInterface.class, xIndexCont.getByIndex( 0 ) ); in getIndexInParent()
Completed in 10 milliseconds