Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/DevelopersGuide/Charts/
H A DJavaSampleChartAddIn.java116 XIndexAccess aShapesIA = (XIndexAccess) UnoRuntime.queryInterface( in refresh() local
118 if( aShapesIA != null && in refresh()
119 aShapesIA.getCount() > 0 ) in refresh()
123 for( int i = aShapesIA.getCount() - 1; i >= 0; --i ) in refresh()
126 XShape.class, aShapesIA.getByIndex( i )); in refresh()

Completed in 23 milliseconds