Searched refs:setFormulaToCell (Results 1 – 2 of 2) sorted by relevance
/aoo4110/test/testuno/source/fvt/uno/sc/sheet/ |
H A D | SheetBasicTest.java | 327 SCUtil.setFormulaToCell(firstSheet, 1, 2, "=2*2"); in insertSheetFromfile() 328 SCUtil.setFormulaToCell(secondSheet, 1, 2, "=2*2"); in insertSheetFromfile() 329 SCUtil.setFormulaToCell(thirdSheet, 1, 2, "=2*2"); in insertSheetFromfile() 428 SCUtil.setFormulaToCell(firstSheet, 1, 2, "=3*3"); in insertSheetFromfile() 429 SCUtil.setFormulaToCell(secondSheet, 1, 2, "=3*3"); in insertSheetFromfile() 430 SCUtil.setFormulaToCell(thirdSheet, 1, 2, "=3*3"); in insertSheetFromfile()
|
/aoo4110/test/testuno/source/testlib/uno/ |
H A D | SCUtil.java | 241 …public static void setFormulaToCell(XSpreadsheet xSpreadsheet, int column, int row, String formula… in setFormulaToCell() method in SCUtil
|
Completed in 21 milliseconds