Searched refs:aSheetsNA (Results 1 – 1 of 1) sorted by relevance
85 XNameAccess aSheetsNA = (XNameAccess) UnoRuntime.queryInterface( in getChartSheet() local92 XSpreadsheet.class, aSheetsNA.getByName( msChartSheetName ) ); in getChartSheet()108 XNameAccess aSheetsNA = (XNameAccess) UnoRuntime.queryInterface( in getDataSheet() local112 if( aSheetsNA != null ) in getDataSheet()117 XSpreadsheet.class, aSheetsNA.getByName( msDataSheetName ) ); in getDataSheet()
Completed in 10 milliseconds