Searched refs:getTextFromCell (Results 1 – 4 of 4) sorted by relevance
/aoo4110/test/testuno/source/fvt/uno/sc/data/ |
H A D | SubtotalsForGroup.java | 116 assertEquals("10 Sum", SCUtil.getTextFromCell(currentsheet, 1, 2)); in testForSecondGroup() 125 assertEquals("20 Sum", SCUtil.getTextFromCell(currentsheet, 1, 4)); in testForSecondGroup() 134 assertEquals("30 Sum", SCUtil.getTextFromCell(currentsheet, 1, 6)); in testForSecondGroup() 143 assertEquals("A Sum", SCUtil.getTextFromCell(currentsheet, 3, 7)); in testForSecondGroup() 152 assertEquals("10 Sum", SCUtil.getTextFromCell(currentsheet, 1, 9)); in testForSecondGroup() 170 assertEquals("B Sum", SCUtil.getTextFromCell(currentsheet, 3, 12)); in testForSecondGroup() 197 assertEquals("C Sum", SCUtil.getTextFromCell(currentsheet, 3, 17)); in testForSecondGroup() 223 assertEquals("10 Sum", SCUtil.getTextFromCell(currentsheet, 1, 2)); in testForSecondGroup() 232 assertEquals("20 Sum", SCUtil.getTextFromCell(currentsheet, 1, 4)); in testForSecondGroup() 241 assertEquals("30 Sum", SCUtil.getTextFromCell(currentsheet, 1, 6)); in testForSecondGroup() [all …]
|
H A D | SubTotalsFunction.java | 164 SCUtil.getTextFromCell(currentsheet, 0, 4)); in test() 174 SCUtil.getTextFromCell(currentsheet, 0, 7)); in test() 185 SCUtil.getTextFromCell(currentsheet, 0, 10)); 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() 246 SCUtil.getTextFromCell(currentsheet, 0, 11)); in test()
|
/aoo4110/test/testuno/source/fvt/uno/sc/sheet/ |
H A D | SheetBasicTest.java | 377 SCUtil.getTextFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 383 SCUtil.getTextFromCell(secondexternalsheet, 1, 2)); in insertSheetFromfile() 389 SCUtil.getTextFromCell(thirdexternalsheet, 1, 2)); in insertSheetFromfile() 404 SCUtil.getTextFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 410 SCUtil.getTextFromCell(secondexternalsheet, 1, 2)); in insertSheetFromfile() 416 SCUtil.getTextFromCell(thirdexternalsheet, 1, 2)); in insertSheetFromfile() 463 SCUtil.getTextFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 469 SCUtil.getTextFromCell(secondexternalsheet, 1, 2)); in insertSheetFromfile() 475 SCUtil.getTextFromCell(thirdexternalsheet, 1, 2)); in insertSheetFromfile()
|
/aoo4110/test/testuno/source/testlib/uno/ |
H A D | SCUtil.java | 270 …public static String getTextFromCell(XSpreadsheet xSpreadsheet, int column, int row) throws Except… in getTextFromCell() method in SCUtil
|
Completed in 29 milliseconds