Home
last modified time | relevance | path

Searched refs:getSCSheetByIndex (Results 1 – 4 of 4) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sc/sheet/
H A DSheetBasicTest.java88 XSpreadsheet newSpreadSheet = SCUtil.getSCSheetByIndex(scDocument, in insertRenameDeleteSheet()
148 .getSCSheetByIndex(scDocument, (short) 2); in copypastesheet()
173 .getSCSheetByIndex(scDocument, (short) 0); in movesheet()
203 XSpreadsheet sheetaftermove = SCUtil.getSCSheetByIndex(scDocument, in movesheet()
252 SCUtil.getSCSheetByIndex(scDocument, (short) 1)); in hideShowSheet()
257 secondSpreadSheet = SCUtil.getSCSheetByIndex(scDocument, (short) 1); in hideShowSheet()
297 SCUtil.getSCSheetByIndex(scDocument, (short) 0)); in sheetColor()
304 SCUtil.getSCSheetByIndex(scDocument, (short) 3)); in sheetColor()
325 XSpreadsheet firstSheet = SCUtil.getSCSheetByIndex(scDocument, in insertSheetFromfile()
327 XSpreadsheet secondSheet = SCUtil.getSCSheetByIndex(scDocument, in insertSheetFromfile()
[all …]
/trunk/test/testuno/source/fvt/mix/sc/sheet/
H A DInsertExcelSheetTest.java124 XSpreadsheet firstSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp()
126 XSpreadsheet secondSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp()
128 XSpreadsheet thirdSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp()
232 XSpreadsheet firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, in insertSheetFromFileLinkedNormal()
273 firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, (short) 3); in insertSheetFromFileLinkedNormal()
324 firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, (short) 3); in insertSheetFromFileLinkedNormal()
448 XSpreadsheet firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, in insertSheetFromFileLinkedValue()
492 firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, (short) 3); in insertSheetFromFileLinkedValue()
541 firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, (short) 3); in insertSheetFromFileLinkedValue()
700 firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, (short) 3); in insertSheetFromFileLinkedNone()
[all …]
H A DInsertCalcSheetTest.java124 XSpreadsheet firstSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp()
126 XSpreadsheet secondSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp()
128 XSpreadsheet thirdSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp()
232 XSpreadsheet firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, in insertSheetFromFileLinkedNormal()
273 firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, (short) 3); in insertSheetFromFileLinkedNormal()
324 firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, (short) 3); in insertSheetFromFileLinkedNormal()
448 XSpreadsheet firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, in insertSheetFromFileLinkedValue()
492 firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, (short) 3); in insertSheetFromFileLinkedValue()
541 firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, (short) 3); in insertSheetFromFileLinkedValue()
701 firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, (short) 3); in insertSheetFromFileLinkedNone()
[all …]
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java113 …public static XSpreadsheet getSCSheetByIndex(XSpreadsheetDocument xSpreadsheetDocument, short inde… in getSCSheetByIndex() method in SCUtil

Completed in 38 milliseconds