Lines Matching refs:cell
407 XCellRangeData cell = (XCellRangeData)UnoRuntime.queryInterface( XCellRangeData.class, in verifyVoidCell() local
410 Object cellContent = cell.getDataArray()[0][0]; in verifyVoidCell()
424 XCell cell = (XCell)UnoRuntime.queryInterface( XCell.class, in verifyNumericCellContent() local
427 if ( cell.getValue() != value ) in verifyNumericCellContent()
440 XTextRange cell = (XTextRange)UnoRuntime.queryInterface( XTextRange.class, in verifyStringCellContent() local
443 if ( !cell.getString().equals( text ) ) in verifyStringCellContent()
456 XTextRange cell = (XTextRange)UnoRuntime.queryInterface( XTextRange.class, in setCellText() local
459 cell.setString( text ); in setCellText()
467 XCell cell = (XCell)UnoRuntime.queryInterface( XCell.class, in setCellValue() local
470 cell.setValue( value ); in setCellValue()
480 … XCellRangeFormula cell = (XCellRangeFormula)UnoRuntime.queryInterface( XCellRangeFormula.class, in setCellEmpty() local
484 cell.setFormulaArray( args ); in setCellEmpty()