Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java325 …trolKey, XActionListener xActionListener, String[] sProperties, Object[] sValues) throws com.sun.s… in insertButton() argument
327 …nModel = insertControlModel("com.sun.star.awt.UnoControlButtonModel", sName, sProperties, sValues); in insertButton()
344 …iControlKey, XItemListener xItemListener, String[] sProperties, Object[] sValues) throws com.sun.s… in insertCheckBox() argument
346 …odel = insertControlModel("com.sun.star.awt.UnoControlCheckBoxModel", sName, sProperties, sValues); in insertCheckBox()
362 …iControlKey, XTextListener xTextListener, String[] sProperties, Object[] sValues) throws com.sun.s… in insertNumericField() argument
364 … = insertControlModel("com.sun.star.awt.UnoControlNumericFieldModel", sName, sProperties, sValues); in insertNumericField()
380 …, int iControlKey, XAdjustmentListener xAdjustmentListener, String[] sProperties, Object[] sValues) in insertScrollBar() argument
384 …del = insertControlModel("com.sun.star.awt.UnoControlScrollBarModel", sName, sProperties, sValues); in insertScrollBar()
407 …String sName, int iControlKey, XTextListener xTextListener, String[] sProperties, Object[] sValues) in insertTextField() argument
409 …d("com.sun.star.awt.UnoControlEditModel", sName, iControlKey, xTextListener, sProperties, sValues); in insertTextField()
[all …]
/AOO41X/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;
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()