Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/java/Spreadsheet/
H A DChartTypeChange.java248 for ( int intX = 0; intX < stringValues[ intY ].length; in getChart()
249 intX++ ) { in getChart()
251 this.insertIntoCell( intY, intX, in getChart()
252 stringValues[ intY ][ intX ], xspreadsheet, "" ); in getChart()
326 public static void insertIntoCell( int intX, int intY, String stringValue, in insertIntoCell() argument
332 xcell = xspreadsheet.getCellByPosition( intX, intY ); in insertIntoCell()

Completed in 14 milliseconds