Home
last modified time | relevance | path

Searched refs:sProperties (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java325 …ring sName, int iControlKey, XActionListener xActionListener, String[] sProperties, Object[] sValu… in insertButton() argument
327 …nModel = insertControlModel("com.sun.star.awt.UnoControlButtonModel", sName, sProperties, sValues); in insertButton()
344 …x(String sName, int iControlKey, XItemListener xItemListener, String[] sProperties, Object[] sValu… in insertCheckBox() argument
346 …odel = insertControlModel("com.sun.star.awt.UnoControlCheckBoxModel", sName, sProperties, sValues); in insertCheckBox()
362 …d(String sName, int iControlKey, XTextListener xTextListener, String[] sProperties, Object[] sValu… in insertNumericField() argument
364 … = insertControlModel("com.sun.star.awt.UnoControlNumericFieldModel", sName, sProperties, sValues); in insertNumericField()
380 …me, int iControlKey, XAdjustmentListener xAdjustmentListener, String[] sProperties, Object[] sValu… in insertScrollBar() argument
384 …del = insertControlModel("com.sun.star.awt.UnoControlScrollBarModel", sName, sProperties, sValues); in insertScrollBar()
407 …d(String sName, int iControlKey, XTextListener xTextListener, String[] sProperties, Object[] sValu… in insertTextField() argument
409 …d("com.sun.star.awt.UnoControlEditModel", sName, iControlKey, xTextListener, sProperties, sValues); in insertTextField()
[all …]
/AOO42X/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx261 const ::rtl::OUString sProperties( RTL_CONSTASCII_USTRINGPARAM( "properties" ) ); in connect() local
265 if ( !bIsNewDatabase && xStorage->isStreamElement(sProperties) ) in connect()
267 … Reference<XStream > xStream = xStorage->openStreamElement(sProperties,ElementModes::READ); in connect()
/AOO42X/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java357 …public Object insertControlModel(String ServiceName, String sName, String[] sProperties, Object[] … in insertControlModel() argument
361 xControlMultiPropertySet.setPropertyValues(sProperties, sValues); in insertControlModel()