Searched refs:thirdSheet (Results 1 – 3 of 3) sorted by relevance
/trunk/test/testuno/source/fvt/uno/sc/sheet/ |
H A D | SheetBasicTest.java | 329 XSpreadsheet thirdSheet = SCUtil.getSCSheetByIndex(scDocument, in insertSheetFromfile() local 333 SCUtil.setFormulaToCell(thirdSheet, 1, 2, "=2*2"); in insertSheetFromfile() 431 thirdSheet = SCUtil.getSCSheetByIndex(sourcescDocument, (short) 2); in insertSheetFromfile() 434 SCUtil.setFormulaToCell(thirdSheet, 1, 2, "=3*3"); in insertSheetFromfile()
|
/trunk/test/testuno/source/fvt/mix/sc/sheet/ |
H A D | InsertExcelSheetTest.java | 128 XSpreadsheet thirdSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp() local 132 SCUtil.setFormulaToCell(thirdSheet, 1, 2, "=3*2"); in setUp() 718 XSpreadsheet thirdSheet = SCUtil.getSCSheetByIndex(sourcescDocument, (short) 2); in insertSheetFromFileLinkedNone() local 719 SCUtil.setFormulaToCell(thirdSheet, 1, 2, "=3*3"); in insertSheetFromFileLinkedNone()
|
H A D | InsertCalcSheetTest.java | 128 XSpreadsheet thirdSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp() local 132 SCUtil.setFormulaToCell(thirdSheet, 1, 2, "=3*2"); in setUp() 719 XSpreadsheet thirdSheet = SCUtil.getSCSheetByIndex(sourcescDocument, (short) 2); in insertSheetFromFileLinkedNone() local 720 SCUtil.setFormulaToCell(thirdSheet, 1, 2, "=3*3"); in insertSheetFromFileLinkedNone()
|
Completed in 30 milliseconds