Lines Matching refs:setCellText
147 setCellText( col, row, yetAnotherText ); in checkTextFieldBinding()
217 setCellText( col, row, "no ref value" ); in checkStringRadioBinding()
220 setCellText( col, row, refValueA ); in checkStringRadioBinding()
223 setCellText( col, row, refValueB ); in checkStringRadioBinding()
306 setCellText( sourceCol, (short)( row - 1 ), "Apples" ); in checkListBoxBinding()
307 setCellText( sourceCol, (short)( row + 0 ), "Oranges" ); in checkListBoxBinding()
308 setCellText( sourceCol, (short)( row + 1 ), "Peaches" ); in checkListBoxBinding()
325 setCellText( col, row, "Peaches" ); in checkListBoxBinding()
349 setCellText( sourceCol, (short)( row - 1 ), "Pears" ); in checkListBoxIndexBinding()
350 setCellText( sourceCol, (short)( row + 0 ), "Bananas" ); in checkListBoxIndexBinding()
351 setCellText( sourceCol, (short)( row + 1 ), "Strawberries" ); in checkListBoxIndexBinding()
454 private void setCellText( short col, short row, String text ) throws com.sun.star.uno.Exception in setCellText() method in CellBinding