Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog2.java100 …public XCheckBox insertCheckBox(String sName, String itemChanged, Object eventTarget, String[] sPr… in insertCheckBox() argument
105 if (itemChanged != null) in insertCheckBox()
108 guiEventListener.add(sName, EVENT_ITEM_CHANGED, itemChanged, eventTarget); in insertCheckBox()
113 …public XCheckBox insertCheckBox(String sName, String itemChanged, String[] sPropNames, Object[] oP… in insertCheckBox() argument
115 return insertCheckBox(sName, itemChanged, this, sPropNames, oPropValues); in insertCheckBox()
118 …public XComboBox insertComboBox(String sName, String actionPerformed, String itemChanged, String t… in insertComboBox() argument
126 if (itemChanged != null) in insertComboBox()
129 guiEventListener.add(sName, EVENT_ITEM_CHANGED, itemChanged, eventTarget); in insertComboBox()
140 …public XComboBox insertComboBox(String sName, String actionPerformed, String itemChanged, String t… in insertComboBox() argument
142 …return insertComboBox(sName, actionPerformed, textChanged, itemChanged, this, sPropNames, oPropVal… in insertComboBox()
[all …]