Home
last modified time | relevance | path

Searched refs:sValues (Results 1 – 5 of 5) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java327 …nModel = insertControlModel("com.sun.star.awt.UnoControlButtonModel", sName, sProperties, sValues); in insertButton()
346 …odel = insertControlModel("com.sun.star.awt.UnoControlCheckBoxModel", sName, sProperties, sValues); in insertCheckBox()
384 …del = insertControlModel("com.sun.star.awt.UnoControlScrollBarModel", sName, sProperties, sValues); in insertScrollBar()
421 XInterface xTextModel = insertControlModel(ServiceName, sName, sProperties, sValues); in insertEditField()
443 …Model = insertControlModel("com.sun.star.awt.UnoControlListBoxModel", sName, sProperties, sValues); in insertListBox()
490 XRadioButton xRadioButton = insertRadioButton(sName, iControlKey, sProperties, sValues); in insertRadioButton()
508 XRadioButton xRadioButton = insertRadioButton(sName, iControlKey, sProperties, sValues); in insertRadioButton()
525 XRadioButton xRadioButton = insertRadioButton(sName, sProperties, sValues); in insertRadioButton()
531 public XRadioButton insertRadioButton(String sName, String[] sProperties, Object[] sValues) in insertRadioButton() argument
619 …erface insertControlModel(String ServiceName, String sName, String[] sProperties, Object[] sValues) in insertControlModel() argument
[all …]
/trunk/main/testgraphical/source/
H A Dfill_documents_loop.pl118 my $sValues = shift;
157 my $nFileCount = readdirectory($sNewStartDir, $sValues, $hook);
173 $hook->($startdir, $myfile, $sValues);
195 my $sValues = shift;
/trunk/main/framework/qa/complex/framework/autosave/
H A DProtocol.java572 StringBuffer sValues = new StringBuffer(1000); in log() local
573 impl_logPropertyArray(sValues, lProps); in log()
576 log(TYPE_SCOPE_CLOSE | TYPE_INFO, sValues.toString() ); in log()
581 StringBuffer sValues = new StringBuffer(1000); in log() local
582 impl_logPropertyArray(sValues, lProps); in log()
585 log(TYPE_SCOPE_CLOSE | TYPE_INFO, sValues.toString() ); in log()
/trunk/main/framework/qa/complex/path_settings/
H A DPathSettingsTest.java177 String sValues = ""; in convertToString() local
180 if (sValues.length() > 0) in convertToString()
182 sValues += ";"; in convertToString()
184 sValues += aValueList[j]; in convertToString()
186 sValue = sValues; in convertToString()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java357 …olModel(String ServiceName, String sName, String[] sProperties, Object[] sValues) throws com.sun.s… in insertControlModel() argument
361 xControlMultiPropertySet.setPropertyValues(sProperties, sValues); in insertControlModel()

Completed in 53 milliseconds