Searched refs:currentsheet (Results 1 – 5 of 5) sorted by relevance
/aoo41x/test/testuno/source/fvt/uno/sc/data/ |
H A D | SubtotalsForGroup.java | 83 XCellRange.class, currentsheet); in testForSecondGroup() 119 SCUtil.getFormulaFromCell(currentsheet, 2, 2)); in testForSecondGroup() 128 SCUtil.getFormulaFromCell(currentsheet, 2, 4)); in testForSecondGroup() 137 SCUtil.getFormulaFromCell(currentsheet, 2, 6)); in testForSecondGroup() 146 SCUtil.getFormulaFromCell(currentsheet, 1, 7)); in testForSecondGroup() 155 SCUtil.getFormulaFromCell(currentsheet, 2, 9)); in testForSecondGroup() 226 SCUtil.getFormulaFromCell(currentsheet, 2, 2)); in testForSecondGroup() 235 SCUtil.getFormulaFromCell(currentsheet, 2, 4)); in testForSecondGroup() 244 SCUtil.getFormulaFromCell(currentsheet, 2, 6)); in testForSecondGroup() 253 SCUtil.getFormulaFromCell(currentsheet, 1, 7)); in testForSecondGroup() [all …]
|
H A D | SubTotalsFunction.java | 132 XCellRange.class, currentsheet); in test() 164 SCUtil.getTextFromCell(currentsheet, 0, 4)); in test() 174 SCUtil.getTextFromCell(currentsheet, 0, 7)); in test() 183 SCUtil.getFormulaFromCell(currentsheet, 2, 10)); in test() 185 SCUtil.getTextFromCell(currentsheet, 0, 10)); in test() 194 SCUtil.getFormulaFromCell(currentsheet, 2, 11)); in test() 196 SCUtil.getTextFromCell(currentsheet, 0, 11)); in test() 214 SCUtil.getTextFromCell(currentsheet, 0, 4)); in test() 224 SCUtil.getTextFromCell(currentsheet, 0, 7)); in test() 235 SCUtil.getTextFromCell(currentsheet, 0, 10)); in test() [all …]
|
H A D | DataSort.java | 80 XSpreadsheet currentsheet = SCUtil.getCurrentSheet(scDocument); in singleFieldSort() local 81 XCellRange sourceRange = currentsheet.getCellRangeByName("A1:E8"); in singleFieldSort() 130 currentsheet = SCUtil.getCurrentSheet(scDocument); in singleFieldSort() 142 XSpreadsheet currentsheet = SCUtil.getCurrentSheet(scDocument); in sortByTwoFields() local 196 currentsheet = SCUtil.getCurrentSheet(scDocument); in sortByTwoFields() 208 XSpreadsheet currentsheet = SCUtil.getCurrentSheet(scDocument); in sortByThreeField() local 268 currentsheet = SCUtil.getCurrentSheet(scDocument); in sortByThreeField() 279 XSpreadsheet currentsheet = SCUtil.getCurrentSheet(scDocument); in sortOption() local 287 XCell cell = currentsheet.getCellByPosition(1, 0); in sortOption() 346 currentsheet = SCUtil.getCurrentSheet(scDocument); in sortOption() [all …]
|
H A D | ValidityTypeTest.java | 164 XSpreadsheet currentsheet = SCUtil.getCurrentSheet(scDocument); in test() local 166 XCellRange xCellRange = currentsheet.getCellRangeByName("A7:C7"); in test() 204 currentsheet = SCUtil.getCurrentSheet(scDocument); in test() 207 xCellRange = currentsheet.getCellRangeByName("A7:C7"); in test()
|
H A D | AdvanceFilter.java | 87 XSpreadsheet currentsheet = SCUtil.getCurrentSheet(scDocument); in testStandardFilterForString() local 90 XCellRange FilterCritRange = currentsheet.getCellRangeByName("A15:F16"); in testStandardFilterForString()
|
Completed in 21 milliseconds