Searched refs:sPropNames (Results 1 – 2 of 2) sorted by relevance
| /AOO42X/main/wizards/com/sun/star/wizards/ui/ |
| H A D | UnoDialog2.java | 65 …ton(String sName, String actionPerformed, Object eventTarget, String[] sPropNames, Object[] oPropV… in insertButton() argument 68 …) insertControlModel2("com.sun.star.awt.UnoControlButtonModel", sName, sPropNames, oPropValues, XB… in insertButton() 78 …public XButton insertButton(String sName, String actionPerformed, String[] sPropNames, Object[] oP… in insertButton() argument 80 return insertButton(sName, actionPerformed, this, sPropNames, oPropValues); in insertButton() 83 …star.awt.XActionListener actionPerformed, Object eventTarget, String[] sPropNames, Object[] oPropV… in insertImageButton() argument 86 …) insertControlModel2("com.sun.star.awt.UnoControlButtonModel", sName, sPropNames, oPropValues, XB… in insertImageButton() 95 …ring sName, com.sun.star.awt.XActionListener actionPerformed, String[] sPropNames, Object[] oPropV… in insertImageButton() argument 97 return insertImageButton(sName, actionPerformed, this, sPropNames, oPropValues); in insertImageButton() 100 …heckBox(String sName, String itemChanged, Object eventTarget, String[] sPropNames, Object[] oPropV… in insertCheckBox() argument 103 …insertControlModel2("com.sun.star.awt.UnoControlCheckBoxModel", sName, sPropNames, oPropValues, XC… in insertCheckBox() [all …]
|
| H A D | UnoDialog.java | 296 public XFixedText insertLabel(String sName, String[] sPropNames, Object[] oPropValues) in insertLabel() argument 300 … = insertControlModel("com.sun.star.awt.UnoControlFixedTextModel", sName, sPropNames, oPropValues); in insertLabel()
|