Home
last modified time | relevance | path

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

/aoo4110/main/odk/examples/java/Spreadsheet/
H A DChartTypeChange.java86 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()
/aoo4110/test/testuno/source/fvt/uno/sc/sheet/
H A DSheetBasicTest.java126 String[][] stringValues = { { "", "Jan", "Feb", "Mar", "Apr", "Mai" }, in copypastesheet() local
132 SCUtil.setTextToCellRange(sourceSpreadSheet, 0, 0, stringValues); in copypastesheet()
149 stringValues, CopystringValues); in copypastesheet()
166 String[][] stringValues = { { "", "Jan", "Feb", "Mar", "Apr", "Mai" }, in movesheet() local
171 SCUtil.setTextToCellRange(movesheet, 0, 0,stringValues); in movesheet()
205 assertArrayEquals("Expect result should be stringValues", stringValues, in movesheet()

Completed in 16 milliseconds