Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java263 ControlRow currentControlRow = oControlRows[i]; in getFilterConditions() local
264 if (currentControlRow.isEnabled() && currentControlRow.isConditionComplete()) in getFilterConditions()
266 String sFieldName = currentControlRow.getSelectedFieldName(); in getFilterConditions()
267 int nOperator = (int) currentControlRow.getSelectedOperator(); in getFilterConditions()
271 Object value = currentControlRow.getValue(); in getFilterConditions()
280 final short operator = currentControlRow.getSelectedOperator(); in getFilterConditions()