Searched refs:sPropNames (Results 1 – 2 of 2) sorted by relevance
/trunk/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog2.java | 80 return insertButton(sName, actionPerformed, this, sPropNames, oPropValues); in insertButton() 97 return insertImageButton(sName, actionPerformed, this, sPropNames, oPropValues); in insertImageButton() 115 return insertCheckBox(sName, itemChanged, this, sPropNames, oPropValues); in insertCheckBox() 179 return insertRadioButton(sName, itemChanged, this, sPropNames, oPropValues); in insertRadioButton() 195 return insertTextField(sName, sTextChanged, this, sPropNames, oPropValues); in insertTextField() 240 return insertFileControl(sName, sTextChanged, this, sPropNames, oPropValues); in insertFileControl() 260 return insertDateField(sName, sTextChanged, this, sPropNames, oPropValues); in insertDateField() 270 return insertNumericField(sName, sTextChanged, this, sPropNames, oPropValues); in insertNumericField() 280 return insertTimeField(sName, sTextChanged, this, sPropNames, oPropValues); in insertTimeField() 290 return insertPatternField(sName, sTextChanged, this, sPropNames, oPropValues); in insertPatternField() [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()
|
Completed in 25 milliseconds