Searched refs:indexAccess (Results 1 – 2 of 2) sorted by relevance
252 XIndexAccess indexAccess = (XIndexAccess)UnoRuntime.queryInterface( XIndexAccess.class, in getRadioModelByRefValue() local255 for ( int i=0; i<indexAccess.getCount(); ++i ) in getRadioModelByRefValue()257 XPropertySet control = UNO.queryPropertySet( indexAccess.getByIndex( i ) ); in getRadioModelByRefValue()277 XIndexAccess indexAccess = (XIndexAccess)UnoRuntime.queryInterface( XIndexAccess.class, in getRadioModelByTag() local280 for ( int i=0; i<indexAccess.getCount(); ++i ) in getRadioModelByTag()282 XPropertySet control = UNO.queryPropertySet( indexAccess.getByIndex( i ) ); in getRadioModelByTag()
280 XIndexAccess indexAccess = UnoRuntime.queryInterface( XIndexAccess.class, form ); in getRadioModelByRefValue() local282 for ( int i=0; i<indexAccess.getCount(); ++i ) in getRadioModelByRefValue()284 XPropertySet control = dbfTools.queryPropertySet( indexAccess.getByIndex( i ) ); in getRadioModelByRefValue()304 XIndexAccess indexAccess = UnoRuntime.queryInterface( XIndexAccess.class, form ); in getRadioModelByTag() local306 for ( int i=0; i<indexAccess.getCount(); ++i ) in getRadioModelByTag()308 XPropertySet control = dbfTools.queryPropertySet( indexAccess.getByIndex( i ) ); in getRadioModelByTag()
Completed in 27 milliseconds