Home
last modified time | relevance | path

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

/aoo42x/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java70 private ControlRow[] oControlRows; field in FilterComponent
209 if (Index < oControlRows.length) 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()
483 oControlRows[i].setFieldNames(_fieldnames); in initialize()
494 oControlRows[i].setCondition(filterconditions[0][i]); in initialize()
504 while (i < oControlRows.length) in initialize()
506 oControlRows[i].settovoid(); in initialize()
[all …]

Completed in 13 milliseconds