Home
last modified time | relevance | path

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

/aoo41x/test/testuno/source/fvt/uno/sc/data/
H A DSubtotalsForGroup.java119 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()
164 SCUtil.getFormulaFromCell(currentsheet, 2, 11)); 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 DSubTotalsFunction.java162 assertEquals(BSsubtotals, SCUtil.getFormulaFromCell(currentsheet, 2, 4)); in test()
172 assertEquals(CSsubtotals, SCUtil.getFormulaFromCell(currentsheet, 2, 7)); in test()
183 SCUtil.getFormulaFromCell(currentsheet, 2, 10)); in test()
194 SCUtil.getFormulaFromCell(currentsheet, 2, 11)); in test()
212 assertEquals(BSsubtotals, SCUtil.getFormulaFromCell(currentsheet, 2, 4)); in test()
222 assertEquals(CSsubtotals, SCUtil.getFormulaFromCell(currentsheet, 2, 7)); in test()
233 SCUtil.getFormulaFromCell(currentsheet, 2, 10)); in test()
244 SCUtil.getFormulaFromCell(currentsheet, 2, 11)); in test()
/aoo41x/test/testuno/source/fvt/uno/sc/sheet/
H A DSheetBasicTest.java376 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile()
382 SCUtil.getFormulaFromCell(secondexternalsheet, 1, 2)); in insertSheetFromfile()
388 SCUtil.getFormulaFromCell(thirdexternalsheet, 1, 2)); in insertSheetFromfile()
403 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile()
409 SCUtil.getFormulaFromCell(secondexternalsheet, 1, 2)); in insertSheetFromfile()
415 SCUtil.getFormulaFromCell(thirdexternalsheet, 1, 2)); in insertSheetFromfile()
462 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile()
468 SCUtil.getFormulaFromCell(secondexternalsheet, 1, 2)); in insertSheetFromfile()
474 SCUtil.getFormulaFromCell(thirdexternalsheet, 1, 2)); in insertSheetFromfile()
/aoo41x/test/testuno/source/testlib/uno/
H A DSCUtil.java285 …public static String getFormulaFromCell(XSpreadsheet xSpreadsheet, int column, int row) throws Exc… in getFormulaFromCell() method in SCUtil

Completed in 66 milliseconds