Lines Matching refs:xCell
128 XCell xCell = xCellRange.getCellByPosition(0, 1); in useWriter() local
129 XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in useWriter()
228 XCell xCell = xSpreadsheetCells.getCellByPosition(0,1); in useCalc() local
230 XPropertySet.class, xCell); in useCalc()
233 XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in useCalc()
355 XCell xCell = xCellRange.getCellByPosition(0,0); in manipulateTable() local
356 XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in manipulateTable()
358 xCell = xCellRange.getCellByPosition(1,0); in manipulateTable()
359 xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in manipulateTable()
361 xCell = xCellRange.getCellByPosition(1,1); in manipulateTable()
362 xCell.setValue(1940); in manipulateTable()