Home
last modified time | relevance | path

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

/aoo41x/main/odk/examples/DevelopersGuide/Charts/
H A DSelectionChangeListener.java108 XSelectionSupplier aSelSupp = (XSelectionSupplier) UnoRuntime.queryInterface( in run() local
112 if( aSelSupp != null ) { in run()
113 aSelSupp.addSelectionChangeListener( this ); in run()
119 XComponent aComp = (XComponent) UnoRuntime.queryInterface( XComponent.class, aSelSupp ); in run()

Completed in 16 milliseconds