Searched refs:getSCSheetByIndex (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/test/testuno/source/fvt/uno/sc/sheet/ |
| H A D | SheetBasicTest.java | 85 XSpreadsheet newSpreadSheet = SCUtil.getSCSheetByIndex(scDocument, in insertRenameDeleteSheet() 145 .getSCSheetByIndex(scDocument, (short) 2); in copypastesheet() 170 .getSCSheetByIndex(scDocument, (short) 0); in movesheet() 200 XSpreadsheet sheetaftermove = SCUtil.getSCSheetByIndex(scDocument, in movesheet() 221 XSpreadsheet secondSpreadSheet = SCUtil.getSCSheetByIndex(scDocument, in hideShowSheet() 249 SCUtil.getSCSheetByIndex(scDocument, (short) 1)); in hideShowSheet() 254 secondSpreadSheet = SCUtil.getSCSheetByIndex(scDocument, (short) 1); in hideShowSheet() 272 XSpreadsheet firstSpreadSheet = SCUtil.getSCSheetByIndex(scDocument, in sheetColor() 294 SCUtil.getSCSheetByIndex(scDocument, (short) 0)); in sheetColor() 301 SCUtil.getSCSheetByIndex(scDocument, (short) 3)); in sheetColor() [all …]
|
| /AOO41X/test/testuno/source/testlib/uno/ |
| H A D | SCUtil.java | 113 …public static XSpreadsheet getSCSheetByIndex(XSpreadsheetDocument xSpreadsheetDocument, short inde… in getSCSheetByIndex() method in SCUtil
|