Home
last modified time | relevance | path

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

/aoo41x/main/odk/examples/DevelopersGuide/Charts/
H A DCalcHelper.java85 XNameAccess aSheetsNA = (XNameAccess) UnoRuntime.queryInterface( in getChartSheet() local
92 XSpreadsheet.class, aSheetsNA.getByName( msChartSheetName ) ); in getChartSheet()
108 XNameAccess aSheetsNA = (XNameAccess) UnoRuntime.queryInterface( in getDataSheet() local
112 if( aSheetsNA != null ) in getDataSheet()
117 XSpreadsheet.class, aSheetsNA.getByName( msDataSheetName ) ); in getDataSheet()

Completed in 15 milliseconds