Searched refs:stringValues (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/odk/examples/java/Spreadsheet/ |
H A D | ChartTypeChange.java | 86 String[][] stringValues = { in main() local 93 charttypechange.getChart( stringValues ); in main() 214 public void getChart( String[][] stringValues ) { in getChart() argument 247 for ( int intY = 0; intY < stringValues.length; intY++ ) { in getChart() 248 for ( int intX = 0; intX < stringValues[ intY ].length; in getChart() 252 stringValues[ intY ][ intX ], xspreadsheet, "" ); in getChart() 268 char charRectangle = ( char ) ( 65 + stringValues.length - 1 ); in getChart() 272 for ( int intRow = 0; intRow < stringValues.length; intRow++ ) { in getChart() 273 if ( stringValues[ intRow ].length > intMaximumWidthRow ) { in getChart() 274 intMaximumWidthRow = stringValues[ intRow ].length; in getChart()
|
/aoo42x/test/testuno/source/fvt/uno/sc/sheet/ |
H A D | SheetBasicTest.java | 128 String[][] stringValues = { { "", "Jan", "Feb", "Mar", "Apr", "Mai" }, in copypastesheet() local 134 SCUtil.setTextToCellRange(sourceSpreadSheet, 0, 0, stringValues); in copypastesheet() 151 stringValues, CopystringValues); in copypastesheet() 168 String[][] stringValues = { { "", "Jan", "Feb", "Mar", "Apr", "Mai" }, in movesheet() local 173 SCUtil.setTextToCellRange(movesheet, 0, 0,stringValues); in movesheet() 207 assertArrayEquals("Expect result should be stringValues", stringValues, in movesheet()
|
Completed in 26 milliseconds