Searched refs:getSCSheetByIndex (Results 1 – 2 of 2) sorted by relevance
/aoo4110/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() 249 SCUtil.getSCSheetByIndex(scDocument, (short) 1)); in hideShowSheet() 254 secondSpreadSheet = SCUtil.getSCSheetByIndex(scDocument, (short) 1); in hideShowSheet() 294 SCUtil.getSCSheetByIndex(scDocument, (short) 0)); in sheetColor() 301 SCUtil.getSCSheetByIndex(scDocument, (short) 3)); in sheetColor() 321 XSpreadsheet firstSheet = SCUtil.getSCSheetByIndex(scDocument, in insertSheetFromfile() 323 XSpreadsheet secondSheet = SCUtil.getSCSheetByIndex(scDocument, in insertSheetFromfile() [all …]
|
/aoo4110/test/testuno/source/testlib/uno/ |
H A D | SCUtil.java | 113 …public static XSpreadsheet getSCSheetByIndex(XSpreadsheetDocument xSpreadsheetDocument, short inde… in getSCSheetByIndex() method in SCUtil
|
Completed in 20 milliseconds