Home
last modified time | relevance | path

Searched refs:setFormulaToCell (Results 1 – 2 of 2) sorted by relevance

/aoo42x/test/testuno/source/fvt/uno/sc/sheet/
H A DSheetBasicTest.java330 SCUtil.setFormulaToCell(firstSheet, 1, 2, "=2*2"); in insertSheetFromfile()
331 SCUtil.setFormulaToCell(secondSheet, 1, 2, "=2*2"); in insertSheetFromfile()
332 SCUtil.setFormulaToCell(thirdSheet, 1, 2, "=2*2"); in insertSheetFromfile()
431 SCUtil.setFormulaToCell(firstSheet, 1, 2, "=3*3"); in insertSheetFromfile()
432 SCUtil.setFormulaToCell(secondSheet, 1, 2, "=3*3"); in insertSheetFromfile()
433 SCUtil.setFormulaToCell(thirdSheet, 1, 2, "=3*3"); in insertSheetFromfile()
/aoo42x/test/testuno/source/testlib/uno/
H A DSCUtil.java241 …public static void setFormulaToCell(XSpreadsheet xSpreadsheet, int column, int row, String formula… in setFormulaToCell() method in SCUtil

Completed in 29 milliseconds