Searched refs:getCellTexts (Results 1 – 6 of 6) sorted by relevance
/aoo41x/test/testgui/source/fvt/gui/sc/sort/ |
H A D | SortDialogSetting.java | 194 assertArrayEquals("Undo sorted result", data, SCTool.getCellTexts("A1:B6")); in testSortCriteriaSortFirstBy() 243 assertArrayEquals("Undo sorted result", data, SCTool.getCellTexts("A1:B6")); in testSortCriteriaSortSecondBy() 302 assertArrayEquals("Undo sorted result", data, SCTool.getCellTexts("A1:C9")); in testSortCriteriaSortThirdBy() 423 assertArrayEquals("Undo sorted result", data, SCTool.getCellTexts("A1:A7")); in testSortOptionsCustomSortOrderPredefineFromCopyList() 453 assertArrayEquals("Undo sorted result", data, SCTool.getCellTexts("A1:A7")); in testSortOptionsCustomSortOrderPredefineFromCopyList() 466 assertArrayEquals("Original data", data, SCTool.getCellTexts("$A1:$A7")); in testSortOptionsCustomSortOrderPredefineFromCopyList() 534 assertArrayEquals("Undo sorted result", data, SCTool.getCellTexts("A1:A7")); in testSortOptionsCustomSortOrderPredefineFromNewList() 564 assertArrayEquals("Undo sorted result", data, SCTool.getCellTexts("A1:A7")); in testSortOptionsCustomSortOrderPredefineFromNewList() 577 assertArrayEquals("Original data", data, SCTool.getCellTexts("$A1:$A7")); in testSortOptionsCustomSortOrderPredefineFromNewList() 615 assertArrayEquals("Undo sorted result", data, SCTool.getCellTexts("A1:G1")); in testSortOptionsDirectionSortColumns() [all …]
|
/aoo41x/test/testgui/source/fvt/gui/sc/subtotals/ |
H A D | SubtotalsFunctions.java | 78 SCTool.getCellTexts("A1:E11")); in testAverage() 97 SCTool.getCellTexts("A1:E11")); in testCountNumbersOnly() 115 SCTool.getCellTexts("A1:E11")); in testMax() 133 SCTool.getCellTexts("A1:E11")); in testMin() 151 SCTool.getCellTexts("A1:E11")); in testProduct() 170 SCTool.getCellTexts("A1:E11")); in testStDevPPopulation() 188 SCTool.getCellTexts("A1:E11")); in testSum() 206 SCTool.getCellTexts("A1:E11")); in testVarSample() 279 SCTool.getCellTexts("A1:E23")); in testUsingAllGroup() 297 { "Grand Total", "", "21", "", "" } }, SCTool.getCellTexts("A1:E11")); in testRecalculateAfterRowDeleted() [all …]
|
/aoo41x/test/testgui/source/bvt/gui/ |
H A D | BasicFunctionTest.java | 375 assertArrayEquals("Fill Down:", expected1, SCTool.getCellTexts("C5:C10")); in testFillInSpreadsheet() 381 assertArrayEquals("Fill Up:", expected2, SCTool.getCellTexts("D5:D10")); in testFillInSpreadsheet() 387 assertArrayEquals("Fill Right:", expected3, SCTool.getCellTexts("A1:D1")); in testFillInSpreadsheet() 393 assertArrayEquals("Fill left:", expected4, SCTool.getCellTexts("A2:D2")); in testFillInSpreadsheet() 402 assertArrayEquals("Fill series..", expected5, SCTool.getCellTexts("E1:F5")); in testFillInSpreadsheet() 432 assertArrayEquals("Sorted Data", expected1, SCTool.getCellTexts("A1:A10")); in testSort() 454 assertArrayEquals("Sorted Data", expected2, SCTool.getCellTexts("B1:C10")); in testSort() 464 assertArrayEquals("Sorted Data", expected3, SCTool.getCellTexts("D1:D7")); in testSort() 471 assertArrayEquals("Sorted Data", expected4, SCTool.getCellTexts("E1:E10")); in testSort()
|
/aoo41x/test/testgui/source/fvt/gui/sc/cell/ |
H A D | Cells.java | 78 expectedShiftCellDownResult, SCTool.getCellTexts("A1:B3")); in testShiftRowandColumn() 94 expectedShiftCellRightResult, SCTool.getCellTexts("A1:C2")); in testShiftRowandColumn() 112 expectedEntireRowResult, SCTool.getCellTexts("A1:B3")); in testShiftRowandColumn() 132 expectedEntireColumnResult, SCTool.getCellTexts("A1:C2")); in testShiftRowandColumn()
|
/aoo41x/test/testgui/source/fvt/gui/sc/rowcolumn/ |
H A D | InsertRowAndColumn.java | 76 …s("Verify results after inserting one row", expectedInsertRowResult, SCTool.getCellTexts("A1:B3")); in testInsertEntireRowColumn() 86 …ify results after inserting one column", expectedInsertColumnResult, SCTool.getCellTexts("A1:C3")); in testInsertEntireRowColumn()
|
/aoo41x/test/testgui/source/testlib/gui/ |
H A D | SCTool.java | 181 public static String[][] getCellTexts(String range) { in getCellTexts() method in SCTool
|
Completed in 36 milliseconds