Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/ui/
H A DFilterComponent.java140 String sControlNameTextValue = "txtValue" + sControlNameSuffix; in itemStateChanged() local
141 … XControl xValueControl = CurUnoDialog.xDlgContainer.getControl(sControlNameTextValue); in itemStateChanged()