Home
last modified time | relevance | path

Searched refs:getTextFromCell (Results 1 – 4 of 4) sorted by relevance

/aoo42x/test/testuno/source/fvt/uno/sc/data/
H A DSubtotalsForGroup.java116 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 DSubTotalsFunction.java164 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()
/aoo42x/test/testuno/source/fvt/uno/sc/sheet/
H A DSheetBasicTest.java380 SCUtil.getTextFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile()
386 SCUtil.getTextFromCell(secondexternalsheet, 1, 2)); in insertSheetFromfile()
392 SCUtil.getTextFromCell(thirdexternalsheet, 1, 2)); in insertSheetFromfile()
407 SCUtil.getTextFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile()
413 SCUtil.getTextFromCell(secondexternalsheet, 1, 2)); in insertSheetFromfile()
419 SCUtil.getTextFromCell(thirdexternalsheet, 1, 2)); in insertSheetFromfile()
466 SCUtil.getTextFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile()
472 SCUtil.getTextFromCell(secondexternalsheet, 1, 2)); in insertSheetFromfile()
478 SCUtil.getTextFromCell(thirdexternalsheet, 1, 2)); in insertSheetFromfile()
/aoo42x/test/testuno/source/testlib/uno/
H A DSCUtil.java270 …public static String getTextFromCell(XSpreadsheet xSpreadsheet, int column, int row) throws Except… in getTextFromCell() method in SCUtil

Completed in 39 milliseconds