Lines Matching refs:xSheet
89 XSpreadsheet xSheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testInsertCells() local
98 xSheet.getCellByPosition( nCol, nRow ).setValue( nValue ); in testInsertCells()
108 XCellRange xCellRange = xSheet.getCellRangeByPosition( 0, 1, 1, 1 ); in testInsertCells()
110 UnoRuntime.queryInterface(XCellRangeMovement.class, xSheet); in testInsertCells()
121 XCell cellA2 = xSheet.getCellByPosition(0, 1); in testInsertCells()
122 XCell cellB2 = xSheet.getCellByPosition(1, 1); in testInsertCells()
123 XCell cellC2 = xSheet.getCellByPosition(2, 1); in testInsertCells()
140 cellC2 = xSheet.getCellByPosition(2, 1); in testInsertCells()
141 XCell cellD2 = xSheet.getCellByPosition(3, 1); in testInsertCells()
142 XCell cellE2 = xSheet.getCellByPosition(4, 1); in testInsertCells()
143 XCell cellC3 = xSheet.getCellByPosition(2, 2); in testInsertCells()
163 cellE2 = xSheet.getCellByPosition(4, 1); in testInsertCells()
164 XCell cellE3 = xSheet.getCellByPosition(4, 2); in testInsertCells()
165 cellC3 = xSheet.getCellByPosition(2, 2); in testInsertCells()
182 XCell cellC4 = xSheet.getCellByPosition(2, 3); in testInsertCells()
183 XCell cellC5 = xSheet.getCellByPosition(2, 4); in testInsertCells()
184 XCell cellC6 = xSheet.getCellByPosition(2, 5); in testInsertCells()
219 XSpreadsheet xSheet = (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, sheetObj); in testDeleteCells() local
228 xSheet.getCellByPosition( nCol, nRow ).setValue( nValue ); in testDeleteCells()
238 XCellRange xCellRange = xSheet.getCellRangeByPosition( 0, 1, 1, 1 ); in testDeleteCells()
240 UnoRuntime.queryInterface(XCellRangeMovement.class, xSheet); in testDeleteCells()
251 XCell cellA2 = xSheet.getCellByPosition(0, 1); in testDeleteCells()
252 XCell cellB2 = xSheet.getCellByPosition(1, 1); in testDeleteCells()
253 XCell cellC2 = xSheet.getCellByPosition(2, 1); in testDeleteCells()
270 cellA2 = xSheet.getCellByPosition(0, 1); in testDeleteCells()
271 cellB2 = xSheet.getCellByPosition(1, 1); in testDeleteCells()
272 cellC2 = xSheet.getCellByPosition(2, 1); in testDeleteCells()
289 cellA2 = xSheet.getCellByPosition(0, 1); in testDeleteCells()
290 cellB2 = xSheet.getCellByPosition(1, 1); in testDeleteCells()
291 cellC2 = xSheet.getCellByPosition(2, 1); in testDeleteCells()
308 cellA2 = xSheet.getCellByPosition(0, 1); in testDeleteCells()
309 cellB2 = xSheet.getCellByPosition(1, 1); in testDeleteCells()
310 cellC2 = xSheet.getCellByPosition(2, 1); in testDeleteCells()