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()
224 XSpreadsheet secondSpreadSheet = SCUtil.getSCSheetByIndex(scDocument, in hideShowSheet()
252 SCUtil.getSCSheetByIndex(scDocument, (short) 1)); in hideShowSheet()
257 secondSpreadSheet = SCUtil.getSCSheetByIndex(scDocument, (short) 1); in hideShowSheet()
275 XSpreadsheet firstSpreadSheet = SCUtil.getSCSheetByIndex(scDocument, in sheetColor()
297 SCUtil.getSCSheetByIndex(scDocument, (short) 0)); in sheetColor()
304 SCUtil.getSCSheetByIndex(scDocument, (short) 3)); in sheetColor()
[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()
292 XSpreadsheet firstSheet = SCUtil.getSCSheetByIndex(sourcescDocument, (short) 0); 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()
510 XSpreadsheet secondSheet = SCUtil.getSCSheetByIndex(sourcescDocument, (short) 1); in insertSheetFromFileLinkedValue()
[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()
292 XSpreadsheet firstSheet = SCUtil.getSCSheetByIndex(sourcescDocument, (short) 0); 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()
510 XSpreadsheet secondSheet = SCUtil.getSCSheetByIndex(sourcescDocument, (short) 1); in insertSheetFromFileLinkedValue()
[all …]
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java113 …public static XSpreadsheet getSCSheetByIndex(XSpreadsheetDocument xSpreadsheetDocument, short inde… in getSCSheetByIndex() method in SCUtil