Searched refs:firstSheet (Results 1 – 4 of 4) sorted by relevance
/trunk/test/testuno/source/fvt/uno/sc/sheet/ |
H A D | SheetBasicTest.java | 325 XSpreadsheet firstSheet = SCUtil.getSCSheetByIndex(scDocument, in insertSheetFromfile() local 331 SCUtil.setFormulaToCell(firstSheet, 1, 2, "=2*2"); in insertSheetFromfile() 429 firstSheet = SCUtil.getSCSheetByIndex(sourcescDocument, (short) 0); in insertSheetFromfile() 432 SCUtil.setFormulaToCell(firstSheet, 1, 2, "=3*3"); in insertSheetFromfile()
|
/trunk/test/testuno/source/fvt/mix/sc/sheet/ |
H A D | InsertExcelSheetTest.java | 124 XSpreadsheet firstSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp() local 130 SCUtil.setFormulaToCell(firstSheet, 1, 2, "=1*2"); // cell B3 in setUp() 292 XSpreadsheet firstSheet = SCUtil.getSCSheetByIndex(sourcescDocument, (short) 0); in insertSheetFromFileLinkedNormal() local 293 SCUtil.setFormulaToCell(firstSheet, 1, 2, "=1*3"); in insertSheetFromFileLinkedNormal()
|
H A D | InsertCalcSheetTest.java | 124 XSpreadsheet firstSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp() local 130 SCUtil.setFormulaToCell(firstSheet, 1, 2, "=1*2"); // cell B3 in setUp() 292 XSpreadsheet firstSheet = SCUtil.getSCSheetByIndex(sourcescDocument, (short) 0); in insertSheetFromFileLinkedNormal() local 293 SCUtil.setFormulaToCell(firstSheet, 1, 2, "=1*3"); in insertSheetFromFileLinkedNormal()
|
/trunk/main/oox/source/token/ |
H A D | tokens.txt | 2194 firstSheet
|
Completed in 24 milliseconds