Searched refs:getSCSheetByIndex (Results 1 – 2 of 2) sorted by relevance
/aoo42x/test/testuno/source/fvt/uno/sc/sheet/ |
H A D | SheetBasicTest.java | 87 XSpreadsheet newSpreadSheet = SCUtil.getSCSheetByIndex(scDocument, in insertRenameDeleteSheet() 147 .getSCSheetByIndex(scDocument, (short) 2); in copypastesheet() 172 .getSCSheetByIndex(scDocument, (short) 0); in movesheet() 202 XSpreadsheet sheetaftermove = SCUtil.getSCSheetByIndex(scDocument, in movesheet() 251 SCUtil.getSCSheetByIndex(scDocument, (short) 1)); in hideShowSheet() 256 secondSpreadSheet = SCUtil.getSCSheetByIndex(scDocument, (short) 1); in hideShowSheet() 296 SCUtil.getSCSheetByIndex(scDocument, (short) 0)); in sheetColor() 303 SCUtil.getSCSheetByIndex(scDocument, (short) 3)); in sheetColor() 324 XSpreadsheet firstSheet = SCUtil.getSCSheetByIndex(scDocument, in insertSheetFromfile() 326 XSpreadsheet secondSheet = SCUtil.getSCSheetByIndex(scDocument, in insertSheetFromfile() [all …]
|
/aoo42x/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 21 milliseconds