Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java556 String sCompSuffix = sIncSuffix + "_" + String.valueOf(Index + 1); in ControlRow() local
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()
635 …Elements[SOLSTFIELDNAME] = CurUnoDialog.insertListBox("lstFieldName" + sCompSuffix, SO_FIELDNAMELI… in ControlRow()
664 …olElements[SOLSTOPERATOR] = CurUnoDialog.insertListBox("lstOperator" + sCompSuffix, SO_CONDITIONLI… in ControlRow()
693 …lElements[SOTXTVALUE] = CurUnoDialog.insertFormattedField("txtValue" + sCompSuffix, SO_TEXTFIELDLI… in ControlRow()