Lines Matching defs:col
123 final short col = 0; in checkTextFieldBinding() local
161 short col = (short)0; in checkBooleanRadioBinding() local
205 short col = (short)0; in checkStringRadioBinding() local
235 short col = (short)0; in checkBooleanCheckBoxBinding() local
267 short col = (short)0; in checkStringCheckBoxBinding() local
299 short col = (short)0; in checkListBoxBinding() local
342 short col = (short)0; 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()