Home
last modified time | relevance | path

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

/aoo4110/main/forms/qa/integration/forms/
H A DCellBinding.java155 short row1 = (short)6; in checkBooleanRadioBinding() local
157 bindToCell( primaryRadio, col, row1 ); in checkBooleanRadioBinding()
163 …verifyNumericCellContent( col, row1, 1, "Radio buttons do not forward their (boolean) values to ce… in checkBooleanRadioBinding()
168 …verifyNumericCellContent( col, row1, 0, "Radio buttons do not forward their (boolean) values to ce… in checkBooleanRadioBinding()
172 setCellValue( col, row1, 1.0 ); in checkBooleanRadioBinding()
178 setCellEmpty( col, row1 ); in checkBooleanRadioBinding()
/aoo4110/main/wizards/com/sun/star/wizards/agenda/
H A DTopicsControl.java824 private void switchRows(int row1, int row2)
826 PropertyValue[] o1 = (PropertyValue[]) scrollfields.get(row1 + nscrollvalue);
837 fillupControls(row1);
840 updateDocumentRow(row1 + nscrollvalue, o1);
846 if ((row1 + nscrollvalue + 1 == scrollfields.size()) ||
857 else if ((row1 + nscrollvalue) + (row2 + nscrollvalue) == (scrollfields.size() * 2 - 5))
/aoo4110/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/
H A DImageElementLayoutController.java299 for (Node row1 : rows) in addRowStyles()
301 final Element row = (Element) row1; in addRowStyles()

Completed in 83 milliseconds