Home
last modified time | relevance | path

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

/aoo42x/test/testgui/source/fvt/gui/sc/sort/
H A DSortDialogSetting.java194 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 …]
/aoo42x/test/testgui/source/fvt/gui/sc/subtotals/
H A DSubtotalsFunctions.java78 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 …]
/aoo42x/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java381 assertArrayEquals("Fill Down:", expected1, SCTool.getCellTexts("C5:C10")); in testFillInSpreadsheet()
387 assertArrayEquals("Fill Up:", expected2, SCTool.getCellTexts("D5:D10")); in testFillInSpreadsheet()
393 assertArrayEquals("Fill Right:", expected3, SCTool.getCellTexts("A1:D1")); in testFillInSpreadsheet()
399 assertArrayEquals("Fill left:", expected4, SCTool.getCellTexts("A2:D2")); in testFillInSpreadsheet()
408 assertArrayEquals("Fill series..", expected5, SCTool.getCellTexts("E1:F5")); in testFillInSpreadsheet()
438 assertArrayEquals("Sorted Data", expected1, SCTool.getCellTexts("A1:A10")); in testSort()
460 assertArrayEquals("Sorted Data", expected2, SCTool.getCellTexts("B1:C10")); in testSort()
470 assertArrayEquals("Sorted Data", expected3, SCTool.getCellTexts("D1:D7")); in testSort()
477 assertArrayEquals("Sorted Data", expected4, SCTool.getCellTexts("E1:E10")); in testSort()
/aoo42x/test/testgui/source/fvt/gui/sc/cell/
H A DCells.java78 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()
/aoo42x/test/testgui/source/fvt/gui/sc/rowcolumn/
H A DInsertRowAndColumn.java76 …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()
/aoo42x/test/testgui/source/testlib/gui/
H A DSCTool.java181 public static String[][] getCellTexts(String range) { in getCellTexts() method in SCTool

Completed in 18 milliseconds