Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog2.java65 …tring sName, String actionPerformed, Object eventTarget, String[] sPropNames, Object[] oPropValues) in insertButton() argument
68 …rolModel2("com.sun.star.awt.UnoControlButtonModel", sName, sPropNames, oPropValues, XButton.class); in insertButton()
78 …utton insertButton(String sName, String actionPerformed, String[] sPropNames, Object[] oPropValues) in insertButton() argument
80 return insertButton(sName, actionPerformed, this, sPropNames, oPropValues); in insertButton()
83 …awt.XActionListener actionPerformed, Object eventTarget, String[] sPropNames, Object[] oPropValues) in insertImageButton() argument
86 …rolModel2("com.sun.star.awt.UnoControlButtonModel", sName, sPropNames, oPropValues, XButton.class); in insertImageButton()
95 …sName, com.sun.star.awt.XActionListener actionPerformed, String[] sPropNames, Object[] oPropValues) in insertImageButton() argument
97 return insertImageButton(sName, actionPerformed, this, sPropNames, oPropValues); in insertImageButton()
100 …ox(String sName, String itemChanged, Object eventTarget, String[] sPropNames, Object[] oPropValues) in insertCheckBox() argument
103 …lModel2("com.sun.star.awt.UnoControlCheckBoxModel", sName, sPropNames, oPropValues, XCheckBox.clas… in insertCheckBox()
[all …]
H A DUnoDialog.java296 public XFixedText insertLabel(String sName, String[] sPropNames, Object[] oPropValues) in insertLabel() argument
300 … = insertControlModel("com.sun.star.awt.UnoControlFixedTextModel", sName, sPropNames, oPropValues); in insertLabel()