Home
last modified time | relevance | path

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

/aoo41x/main/odk/examples/DevelopersGuide/Forms/
H A DFormLayer.java252 XIndexAccess indexAccess = (XIndexAccess)UnoRuntime.queryInterface( XIndexAccess.class, in getRadioModelByRefValue() local
255 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() local
280 for ( int i=0; i<indexAccess.getCount(); ++i ) in getRadioModelByTag()
282 XPropertySet control = UNO.queryPropertySet( indexAccess.getByIndex( i ) ); in getRadioModelByTag()
/aoo41x/main/forms/qa/integration/forms/
H A DFormLayer.java280 XIndexAccess indexAccess = UnoRuntime.queryInterface( XIndexAccess.class, form ); in getRadioModelByRefValue() local
282 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() local
306 for ( int i=0; i<indexAccess.getCount(); ++i ) in getRadioModelByTag()
308 XPropertySet control = dbfTools.queryPropertySet( indexAccess.getByIndex( i ) ); in getRadioModelByTag()

Completed in 13 milliseconds