Searched refs:sheetObj (Results 1 – 5 of 5) sorted by relevance
/aoo42x/test/testuno/source/fvt/uno/sc/rowcolumn/ |
H A D | ResizeHideShowRowColumn.java | 76 Object sheetObj = spreadsheets.getByName(sheetname); in testResizeColumn() local 78 XSpreadsheet sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testResizeColumn() 108 sheetObj = spreadsheets.getByName(sheetname); in testResizeColumn() 109 sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testResizeColumn() 138 sheetObj = spreadsheets.getByName(sheetname); in testResizeColumn() 139 sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testResizeColumn() 168 Object sheetObj = spreadsheets.getByName(sheetname); in testResizeRow() local 200 sheetObj = spreadsheets.getByName(sheetname); in testResizeRow() 201 sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testResizeRow() 230 sheetObj = spreadsheets.getByName(sheetname); in testResizeRow() [all …]
|
H A D | InsertDeleteRowAndColumn.java | 73 Object sheetObj = spreadsheets.getByName(sheetname); in testInsertDeleteRows() local 76 XSpreadsheet sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testInsertDeleteRows() 119 Object sheetObj = spreadsheets.getByName(sheetname); in testInsertDeleteColumns() local 122 XSpreadsheet sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testInsertDeleteColumns()
|
H A D | CreateShowHideEditDeleteComments.java | 102 …Object sheetObj = (XSpreadsheet)UnoRuntime.queryInterface(XSpreadsheet.class, xSheetsIA.getByIndex… in testCreateEditDeleteComments() local 103 XSpreadsheet xSheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testCreateEditDeleteComments() 164 …Object sheetObj = (XSpreadsheet)UnoRuntime.queryInterface(XSpreadsheet.class, xSheetsIA.getByIndex… in testShowHideComments() local 165 XSpreadsheet xSheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testShowHideComments()
|
H A D | CellMerge.java | 84 Object sheetObj = spreadsheets.getByName(sheetname); in testCellMerge() local 85 XSpreadsheet sheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testCellMerge()
|
/aoo42x/test/testuno/source/fvt/uno/sc/cell/ |
H A D | InsertDeleteCells.java | 88 …Object sheetObj = (XSpreadsheet)UnoRuntime.queryInterface(XSpreadsheet.class, xSheetsIA.getByIndex… in testInsertCells() local 89 XSpreadsheet xSheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testInsertCells() 218 …Object sheetObj = (XSpreadsheet)UnoRuntime.queryInterface(XSpreadsheet.class, xSheetsIA.getByIndex… in testDeleteCells() local 219 XSpreadsheet xSheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testDeleteCells()
|
Completed in 12 milliseconds