Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java71 private ControlRow[] oControlRows; field in FilterComponent
210 if (Index < oControlRows.length) in togglefollowingControlRow()
212 boolean bValue = oControlRows[Index - 1].isConditionComplete(); in togglefollowingControlRow()
213 oControlRows[Index].setEnabled(bValue); in togglefollowingControlRow()
263 ControlRow currentControlRow = oControlRows[i]; in getFilterConditions()
376 if (oControlRows[i].isEnabled() && oControlRows[i].isConditionComplete()) in getFilterCount()
470 oControlRows = new ControlRow[FilterCount]; in FilterComponent()
474oControlRows[i] = new ControlRow(iPosX, iPosY + 20, i, bEnabled, (this.curHelpID + (i * 3))); in FilterComponent()
484 oControlRows[i].setFieldNames(_fieldnames); in initialize()
495 oControlRows[i].setCondition(filterconditions[0][i]); in initialize()
[all …]