Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java70 private ControlRow[] oControlRows; field in FilterComponent
209 if (Index < oControlRows.length) in togglefollowingControlRow()
211 boolean bValue = oControlRows[Index - 1].isConditionComplete(); in togglefollowingControlRow()
212 oControlRows[Index].setEnabled(bValue); in togglefollowingControlRow()
262 ControlRow currentControlRow = oControlRows[i]; in getFilterConditions()
375 if (oControlRows[i].isEnabled() && oControlRows[i].isConditionComplete()) in getFilterCount()
469 oControlRows = new ControlRow[FilterCount]; in FilterComponent()
473oControlRows[i] = new ControlRow(iPosX, iPosY + 20, i, bEnabled, (this.curHelpID + (i * 3))); in FilterComponent()
483 oControlRows[i].setFieldNames(_fieldnames); in initialize()
494 oControlRows[i].setCondition(filterconditions[0][i]); in initialize()
[all …]