Home
last modified time | relevance | path

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

/aoo41x/main/forms/qa/integration/forms/
H A DCellBinding.java156 short row2 = (short)7; in checkBooleanRadioBinding() local
158 bindToCell( secondaryRadio, col, row2 ); in checkBooleanRadioBinding()
164 …verifyNumericCellContent( col, row2, 0, "Radio buttons do not forward their (boolean) values to ce… in checkBooleanRadioBinding()
169 …verifyNumericCellContent( col, row2, 1, "Radio buttons do not forward their (boolean) values to ce… in checkBooleanRadioBinding()
175 …verifyNumericCellContent( col, row2, 0, "Changing primary cell is not propagated to the secondary … in checkBooleanRadioBinding()
/aoo41x/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java824 private void switchRows(int row1, int row2)
827 PropertyValue[] o2 = (PropertyValue[]) scrollfields.get(row2 + nscrollvalue);
838 fillupControls(row2);
841 updateDocumentRow(row2 + nscrollvalue, o2);
847 (row2 + nscrollvalue + 1 == scrollfields.size()))
857 else if ((row1 + nscrollvalue) + (row2 + nscrollvalue) == (scrollfields.size() * 2 - 5))

Completed in 34 milliseconds