Searched refs:sValues (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog.java | 327 …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 …]
|
/aoo4110/main/testgraphical/source/ |
H A D | fill_documents_loop.pl | 118 my $sValues = shift; 157 my $nFileCount = readdirectory($sNewStartDir, $sValues, $hook); 173 $hook->($startdir, $myfile, $sValues); 195 my $sValues = shift;
|
/aoo4110/main/framework/qa/complex/framework/autosave/ |
H A D | Protocol.java | 572 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()
|
/aoo4110/main/framework/qa/complex/path_settings/ |
H A D | PathSettingsTest.java | 177 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()
|
/aoo4110/main/odk/examples/DevelopersGuide/GUI/ |
H A D | UnoDialogSample.java | 357 …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 45 milliseconds