Home
last modified time | relevance | path

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

/AOO41X/test/testuno/source/fvt/uno/sc/sheet/
H A DSheetBasicTest.java328 SCUtil.setFormulaToCell(firstSheet, 1, 2, "=2*2"); in insertSheetFromfile()
329 SCUtil.setFormulaToCell(secondSheet, 1, 2, "=2*2"); in insertSheetFromfile()
330 SCUtil.setFormulaToCell(thirdSheet, 1, 2, "=2*2"); in insertSheetFromfile()
429 SCUtil.setFormulaToCell(firstSheet, 1, 2, "=3*3"); in insertSheetFromfile()
430 SCUtil.setFormulaToCell(secondSheet, 1, 2, "=3*3"); in insertSheetFromfile()
431 SCUtil.setFormulaToCell(thirdSheet, 1, 2, "=3*3"); in insertSheetFromfile()
/AOO41X/test/testuno/source/fvt/uno/sc/formula/
H A DTestFormulaRoundTrip.java75 SCUtil.setFormulaToCell(sheet, 0, 1, "=A1"); in testMSExcel2003XMLFormulaRoundTrip()
/AOO41X/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