Lines Matching defs:row
124 final short row = 2; in checkTextFieldBinding() local
206 short row = (short)10; in checkStringRadioBinding() local
236 short row = (short)13; in checkBooleanCheckBoxBinding() local
268 short row = (short)15; in checkStringCheckBoxBinding() local
300 short row = (short)18; in checkListBoxBinding() local
343 short row = (short)21; in checkListBoxIndexBinding() local
405 …private boolean verifyVoidCell( short col, short row, String failErrorMessage ) throws com.sun.sta… in verifyVoidCell()
422 …private boolean verifyNumericCellContent( short col, short row, double value, String failErrorMess… in verifyNumericCellContent()
438 …private boolean verifyStringCellContent( short col, short row, String text, String failErrorMessag… in verifyStringCellContent()
454 private void setCellText( short col, short row, String text ) throws com.sun.star.uno.Exception in setCellText()
465 … private void setCellValue( short col, short row, double value ) throws com.sun.star.uno.Exception in setCellValue()
476 private void setCellEmpty( short col, short row ) throws com.sun.star.uno.Exception in setCellEmpty()
491 …private void bindToCell( XPropertySet controlModel, short column, short row, String _bindingServic… in bindToCell()