Lines Matching refs:xCellRange
126 XCellRange xCellRange = (XCellRange)UnoRuntime.queryInterface( in useWriter() local
128 XCell xCell = xCellRange.getCellByPosition(0, 1); in useWriter()
132 manipulateTable(xCellRange); in useWriter()
349 protected void manipulateTable(XCellRange xCellRange) throws com.sun.star.uno.Exception { in manipulateTable() argument
355 XCell xCell = xCellRange.getCellByPosition(0,0); in manipulateTable()
358 xCell = xCellRange.getCellByPosition(1,0); in manipulateTable()
361 xCell = xCellRange.getCellByPosition(1,1); in manipulateTable()
363 XCellRange xSelectedCells = xCellRange.getCellRangeByName("A1:B1"); in manipulateTable()
372 XServiceInfo.class, xCellRange); in manipulateTable()
375 xSelectedCells = xCellRange.getCellRangeByName("A1:B2"); in manipulateTable()
382 XPropertySet.class, xCellRange); in manipulateTable()