Searched refs:secondSheet (Results 1 – 3 of 3) sorted by relevance
/trunk/test/testuno/source/fvt/uno/sc/sheet/ |
H A D | SheetBasicTest.java | 327 XSpreadsheet secondSheet = SCUtil.getSCSheetByIndex(scDocument, in insertSheetFromfile() local 332 SCUtil.setFormulaToCell(secondSheet, 1, 2, "=2*2"); in insertSheetFromfile() 430 secondSheet = SCUtil.getSCSheetByIndex(sourcescDocument, (short) 1); in insertSheetFromfile() 433 SCUtil.setFormulaToCell(secondSheet, 1, 2, "=3*3"); in insertSheetFromfile()
|
/trunk/test/testuno/source/fvt/mix/sc/sheet/ |
H A D | InsertExcelSheetTest.java | 126 XSpreadsheet secondSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp() local 131 SCUtil.setFormulaToCell(secondSheet, 1, 2, "=2*2"); in setUp() 510 XSpreadsheet secondSheet = SCUtil.getSCSheetByIndex(sourcescDocument, (short) 1); in insertSheetFromFileLinkedValue() local 511 SCUtil.setFormulaToCell(secondSheet, 1, 2, "=2*3"); in insertSheetFromFileLinkedValue()
|
H A D | InsertCalcSheetTest.java | 126 XSpreadsheet secondSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp() local 131 SCUtil.setFormulaToCell(secondSheet, 1, 2, "=2*2"); in setUp() 510 XSpreadsheet secondSheet = SCUtil.getSCSheetByIndex(sourcescDocument, (short) 1); in insertSheetFromFileLinkedValue() local 511 SCUtil.setFormulaToCell(secondSheet, 1, 2, "=2*3"); in insertSheetFromFileLinkedValue()
|
Completed in 20 milliseconds