Home
last modified time | relevance | path

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

/aoo42x/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()
/aoo42x/test/testuno/source/fvt/uno/sc/sheet/
H A DSheetBasicTest.java378 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile()
384 SCUtil.getFormulaFromCell(secondexternalsheet, 1, 2)); in insertSheetFromfile()
390 SCUtil.getFormulaFromCell(thirdexternalsheet, 1, 2)); in insertSheetFromfile()
405 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile()
411 SCUtil.getFormulaFromCell(secondexternalsheet, 1, 2)); in insertSheetFromfile()
417 SCUtil.getFormulaFromCell(thirdexternalsheet, 1, 2)); in insertSheetFromfile()
464 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile()
470 SCUtil.getFormulaFromCell(secondexternalsheet, 1, 2)); in insertSheetFromfile()
476 SCUtil.getFormulaFromCell(thirdexternalsheet, 1, 2)); in insertSheetFromfile()
/aoo42x/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 25 milliseconds