Home
last modified time | relevance | path

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

/trunk/test/testuno/source/fvt/uno/sc/sheet/
H A DSheetBasicTest.java327 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 DInsertExcelSheetTest.java126 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 DInsertCalcSheetTest.java126 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 48 milliseconds