Home
last modified time | relevance | path

Searched defs:sPropNames (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog2.java65 …rtButton(String sName, String actionPerformed, Object eventTarget, String[] sPropNames, Object[] o… in insertButton()
78 …public XButton insertButton(String sName, String actionPerformed, String[] sPropNames, Object[] oP… in insertButton()
83 ….sun.star.awt.XActionListener actionPerformed, Object eventTarget, String[] sPropNames, Object[] o… in insertImageButton()
95 …on(String sName, com.sun.star.awt.XActionListener actionPerformed, String[] sPropNames, Object[] o… in insertImageButton()
100 …sertCheckBox(String sName, String itemChanged, Object eventTarget, String[] sPropNames, Object[] o… in insertCheckBox()
113 …public XCheckBox insertCheckBox(String sName, String itemChanged, String[] sPropNames, Object[] oP… in insertCheckBox()
118 …ormed, String itemChanged, String textChanged, Object eventTarget, String[] sPropNames, Object[] o… in insertComboBox()
140 …e, String actionPerformed, String itemChanged, String textChanged, String[] sPropNames, Object[] o… in insertComboBox()
145 …e, String actionPerformed, String itemChanged, Object eventTarget, String[] sPropNames, Object[] o… in insertListBox()
161 …tListBox(String sName, String actionPerformed, String itemChanged, String[] sPropNames, Object[] o… in insertListBox()
[all …]
H A DUnoDialog.java296 public XFixedText insertLabel(String sName, String[] sPropNames, Object[] oPropValues) in insertLabel()