Home
last modified time | relevance | path

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

/aoo42x/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java262 ControlRow currentControlRow = oControlRows[i]; in getFilterConditions() local
263 if (currentControlRow.isEnabled() && currentControlRow.isConditionComplete()) in getFilterConditions()
265 String sFieldName = currentControlRow.getSelectedFieldName(); in getFilterConditions()
266 int nOperator = (int) currentControlRow.getSelectedOperator(); in getFilterConditions()
270 Object value = currentControlRow.getValue(); in getFilterConditions()
279 final short operator = currentControlRow.getSelectedOperator(); in getFilterConditions()

Completed in 18 milliseconds