Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java539 protected XInterface[] ControlElements = new XInterface[6]; field in FilterComponent.ControlRow
560 ControlElements[0] = CurUnoDialog.insertLabel("lblFieldNames" + sCompSuffix, in ControlRow()
585 ControlElements[1] = CurUnoDialog.insertLabel("lblOperators" + sCompSuffix, in ControlRow()
610 ControlElements[2] = CurUnoDialog.insertLabel("lblValue" + sCompSuffix, in ControlRow()
635ControlElements[SOLSTFIELDNAME] = CurUnoDialog.insertListBox("lstFieldName" + sCompSuffix, SO_FIEL… in ControlRow()
664ControlElements[SOLSTOPERATOR] = CurUnoDialog.insertListBox("lstOperator" + sCompSuffix, SO_CONDIT… in ControlRow()
693ControlElements[SOTXTVALUE] = CurUnoDialog.insertFormattedField("txtValue" + sCompSuffix, SO_TEXTF… in ControlRow()
731 …) AnyConverter.toArray(Helper.getUnoPropertyValue(UnoDialog.getModel(ControlElements[SOLSTFIELDNAM… in isConditionComplete()
741 …Helper.setUnoPropertyValue(UnoDialog.getModel(ControlElements[2]), PropertyNames.PROPERTY_ENABLED,… in isConditionComplete()
742 …Helper.setUnoPropertyValue(UnoDialog.getModel(ControlElements[SOTXTVALUE]), PropertyNames.PROPERTY… in isConditionComplete()
[all …]