Home
last modified time | relevance | path

Searched refs:sourceCol (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/forms/qa/integration/forms/
H A DCellBinding.java294 short sourceCol = (short)4; in checkListBoxBinding() local
295 setCellText( sourceCol, (short)( row - 1 ), "Apples" ); in checkListBoxBinding()
296 setCellText( sourceCol, (short)( row + 0 ), "Oranges" ); in checkListBoxBinding()
297 setCellText( sourceCol, (short)( row + 1 ), "Peaches" ); in checkListBoxBinding()
336 short sourceCol = (short)4; in checkListBoxIndexBinding() local
337 setCellText( sourceCol, (short)( row - 1 ), "Pears" ); in checkListBoxIndexBinding()
338 setCellText( sourceCol, (short)( row + 0 ), "Bananas" ); in checkListBoxIndexBinding()
339 setCellText( sourceCol, (short)( row + 1 ), "Strawberries" ); in checkListBoxIndexBinding()

Completed in 11 milliseconds