Home
last modified time | relevance | path

Searched refs:getValueFromCell (Results 1 – 3 of 3) sorted by relevance

/aoo4110/test/testuno/source/fvt/uno/sc/data/
H A DSubtotalsForGroup.java121 assertEquals(1, SCUtil.getValueFromCell(currentsheet, 2, 2), in testForSecondGroup()
130 assertEquals(2, SCUtil.getValueFromCell(currentsheet, 2, 4), in testForSecondGroup()
139 assertEquals(5, SCUtil.getValueFromCell(currentsheet, 2, 6), in testForSecondGroup()
148 assertEquals(60, SCUtil.getValueFromCell(currentsheet, 1, 7), in testForSecondGroup()
157 assertEquals(3, SCUtil.getValueFromCell(currentsheet, 2, 9), in testForSecondGroup()
166 assertEquals(4, SCUtil.getValueFromCell(currentsheet, 2, 11), in testForSecondGroup()
184 assertEquals(6, SCUtil.getValueFromCell(currentsheet, 2, 14), in testForSecondGroup()
228 assertEquals(1, SCUtil.getValueFromCell(currentsheet, 2, 2), in testForSecondGroup()
237 assertEquals(2, SCUtil.getValueFromCell(currentsheet, 2, 4), in testForSecondGroup()
246 assertEquals(5, SCUtil.getValueFromCell(currentsheet, 2, 6), in testForSecondGroup()
[all …]
H A DSubTotalsFunction.java161 SCUtil.getValueFromCell(currentsheet, 2, 4), 0.000000001); in test()
171 SCUtil.getValueFromCell(currentsheet, 2, 7), 0.000000001); in test()
181 SCUtil.getValueFromCell(currentsheet, 2, 10), 0.000000001); in test()
191 assertEquals(grandtotal, SCUtil.getValueFromCell(currentsheet, 2, 11), in test()
211 SCUtil.getValueFromCell(currentsheet, 2, 4), 0.000000001); in test()
221 SCUtil.getValueFromCell(currentsheet, 2, 7), 0.000000001); in test()
231 SCUtil.getValueFromCell(currentsheet, 2, 10), 0.000000001); in test()
241 assertEquals(grandtotal, SCUtil.getValueFromCell(currentsheet, 2, 11), in test()
/aoo4110/test/testuno/source/testlib/uno/
H A DSCUtil.java254 …public static double getValueFromCell(XSpreadsheet xSpreadsheet, int column, int row) throws Excep… in getValueFromCell() method in SCUtil

Completed in 27 milliseconds