Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/test/testuno/source/fvt/uno/sc/sheet/
H A DSheetBasicTest.java375 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile()
381 SCUtil.getFormulaFromCell(secondexternalsheet, 1, 2)); in insertSheetFromfile()
387 SCUtil.getFormulaFromCell(thirdexternalsheet, 1, 2)); in insertSheetFromfile()
402 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile()
408 SCUtil.getFormulaFromCell(secondexternalsheet, 1, 2)); in insertSheetFromfile()
414 SCUtil.getFormulaFromCell(thirdexternalsheet, 1, 2)); in insertSheetFromfile()
461 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile()
467 SCUtil.getFormulaFromCell(secondexternalsheet, 1, 2)); in insertSheetFromfile()
473 SCUtil.getFormulaFromCell(thirdexternalsheet, 1, 2)); in insertSheetFromfile()
/aoo4110/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 29 milliseconds