Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog2.java80 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 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()

Completed in 30 milliseconds