Searched refs:firstexternalsheet (Results 1 – 1 of 1) sorted by relevance
/aoo42x/test/testuno/source/fvt/uno/sc/sheet/ |
H A D | SheetBasicTest.java | 349 XSpreadsheet firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, in insertSheetFromfile() local 352 .queryInterface(XSheetLinkable.class, firstexternalsheet); in insertSheetFromfile() 378 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 380 SCUtil.getTextFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 399 firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, (short) 3); in insertSheetFromfile() 405 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 407 SCUtil.getTextFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 442 firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, (short) 3); in insertSheetFromfile() 464 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 466 SCUtil.getTextFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile()
|
Completed in 7 milliseconds