Home
last modified time | relevance | path

Searched refs:control (Results 76 – 100 of 589) sorted by relevance

12345678910>>...24

/trunk/main/extensions/source/activex/main/
H A DREADME.txt3 The StarOffice ActiveX control shows an example of access to UNO through COM technology.
5 This is a Lite ActiveX control so it can be used only in containers that
8 Pressing to any link to staroffice document should activate the control.
20 As any ActiveX control this one should be registered.
30 To unregister the control please use /u option:
/trunk/main/offapi/com/sun/star/awt/
H A DMouseWheelBehavior.idl33 /** describes the scroll behavior of the mouse wheel for a control
38 /** defines that the mouse wheel cannot be used to scroll through the control's content
42 …/** defines that the mouse can only be used to scroll through the control's content if it currently
47 …/** defines that the mouse can be used to scroll through the control's content, no matter whether …
48 it has the focus, as long as the mouse pointer is over the control.
H A DXTabController.idl67 /** set the control container.
73 /** returns the control container.
79 /** returns all controls of the control container.
97 /** sets the focus to the first control that can be reached with the
104 /** sets the focus to the last control that can be reached with the
H A DXFixedText.idl43 /** sets the text of the control.
49 /** returns the text of the control.
55 /** sets the alignment of the text in the control.
67 /** returns the alignment of the text in the control.
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java345 private void setVisible(Object control, boolean visible) in setVisible() argument
347 final XWindow xWindow = UnoRuntime.queryInterface(XWindow.class, control); in setVisible()
720 private void enable(Object control, Boolean enable) in enable() argument
722 Helper.setUnoPropertyValue(getModel(control), PropertyNames.PROPERTY_ENABLED, enable); in enable()
725 private Object getModel(Object control) in getModel() argument
727 return UnoRuntime.queryInterface(XControl.class, control).getModel(); in getModel()
730 private void setBorder(Object control, Short border) in setBorder() argument
732 Helper.setUnoPropertyValue(getModel(control), PropertyNames.PROPERTY_BORDER, border); in setBorder()
H A DImageList.java497 private void setVisible(Object control, boolean visible) in setVisible() argument
499 UnoRuntime.queryInterface(XWindow.class, control).setVisible(visible); in setVisible()
864 private void enable(Object control, Boolean enable) in enable() argument
866 Helper.setUnoPropertyValue(getModel(control), PropertyNames.PROPERTY_ENABLED, enable); in enable()
869 private Object getModel(Object control) in getModel() argument
871 return UnoRuntime.queryInterface(XControl.class, control).getModel(); in getModel()
891 private void setBorder(Object control, Short border) in setBorder() argument
893 Helper.setUnoPropertyValue(getModel(control), PropertyNames.PROPERTY_BORDER, border); in setBorder()
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt41 BBControl Height N 0 32767 Height of the bounding rectangle of the control.
42 BBControl Text Y Text A string used to set the initial text contained within a control (if app…
43 BBControl Type N Identifier The type of the control.
44 BBControl Width N 0 32767 Width of the bounding rectangle of the control.
93 Control Height N 0 32767 Height of the bounding rectangle of the control.
95 Control Property Y Identifier The name of a defined property to be linked to this control.
97 Control Type N Identifier The type of the control.
98 Control Width N 0 32767 Width of the bounding rectangle of the control.
103 …ndition Control_ N Control 2 Identifier A foreign key to the Control table, name of the control.
107 …rolEvent Control_ N Control 2 Identifier A foreign key to the Control table, name of the control
[all …]
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt41 BBControl Height N 0 32767 Height of the bounding rectangle of the control.
42 BBControl Text Y Text A string used to set the initial text contained within a control (if app…
43 BBControl Type N Identifier The type of the control.
44 BBControl Width N 0 32767 Width of the bounding rectangle of the control.
93 Control Height N 0 32767 Height of the bounding rectangle of the control.
95 Control Property Y Identifier The name of a defined property to be linked to this control.
97 Control Type N Identifier The type of the control.
98 Control Width N 0 32767 Width of the bounding rectangle of the control.
103 …ndition Control_ N Control 2 Identifier A foreign key to the Control table, name of the control.
107 …rolEvent Control_ N Control 2 Identifier A foreign key to the Control table, name of the control
[all …]
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt41 BBControl Height N 0 32767 Height of the bounding rectangle of the control.
42 BBControl Text Y Text A string used to set the initial text contained within a control (if app…
43 BBControl Type N Identifier The type of the control.
44 BBControl Width N 0 32767 Width of the bounding rectangle of the control.
93 Control Height N 0 32767 Height of the bounding rectangle of the control.
95 Control Property Y Identifier The name of a defined property to be linked to this control.
97 Control Type N Identifier The type of the control.
98 Control Width N 0 32767 Width of the bounding rectangle of the control.
103 …ndition Control_ N Control 2 Identifier A foreign key to the Control table, name of the control.
107 …rolEvent Control_ N Control 2 Identifier A foreign key to the Control table, name of the control
[all …]
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt41 BBControl Height N 0 32767 Height of the bounding rectangle of the control.
42 BBControl Text Y Text A string used to set the initial text contained within a control (if app…
43 BBControl Type N Identifier The type of the control.
44 BBControl Width N 0 32767 Width of the bounding rectangle of the control.
93 Control Height N 0 32767 Height of the bounding rectangle of the control.
95 Control Property Y Identifier The name of a defined property to be linked to this control.
97 Control Type N Identifier The type of the control.
98 Control Width N 0 32767 Width of the bounding rectangle of the control.
103 …ndition Control_ N Control 2 Identifier A foreign key to the Control table, name of the control.
107 …rolEvent Control_ N Control 2 Identifier A foreign key to the Control table, name of the control
[all …]
/trunk/main/offapi/com/sun/star/form/control/
H A DImageControl.idl37 module com { module sun { module star { module form { module control {
41 /** describes a control used for displaying images stored in a database.
43 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">Datab…
46 <p>If the model of the control is valid bound to a database field, the control allows
H A DListBox.idl41 module com { module sun { module star { module form { module control {
45 /** describes a list box control which can (but not necessarily has to) be bound to a database fiel…
47 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">ListB…
64 <li>the control loses the focus</li>
65 <li>the content of the control has changed, compared to the moment where it got the focus.</li>
H A DCommandButton.idl37 module com { module sun { module star { module form { module control {
41 /** describes a button control.
43 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">Comma…
46 <p>The control is clickable, the action taken upon clicking depends on the settings
47 of the model the control belongs to.</p>
/trunk/main/offapi/com/sun/star/form/
H A DXFormControllerListener.idl43 <p> A form controller is activated if a form control gains the
52 /** is invoked when a control of the controller gained the focus and
62 /** is invoked when a control of the "XFormController" lost the focus
63 and no control of the controller received the focus. In other
64 words, no control of the controller owns the focus.
/trunk/main/offapi/com/sun/star/form/component/
H A DDateField.idl45 /** specifies the model of a date field control, which is an edit field used to enter a date.
53 /** resets the control.
55 <p>If you do not set a value for the <member>DefaultDate</member>, then resetting the control
62 /** contains a default value for the control.
64 <p>This value is used when the control is initially displayed, and for resetting it.</p>
H A DTimeField.idl45 /** sepecifies the control model for a field which can be used to input time values.
53 /** resets the control.
55 <p>If you do not set a value for the <member>DefaultTime</member>, then resetting the control
62 /** contains a default value for the control.
64 <p>This value is used when the control is initially displayed, and for resetting it.</p>
H A DRichTextControl.idl59 /** specifies whether text should be automatically wrapped to fit into the control.
62 If set to <FALSE/>, text is automatically wrapped at the control border.</p>
66 /** specifies whether the control should display the text including all its formatting.
68 <p>If this is set to <FALSE/>, the control will act as ordinary
71 <p>If the property is set to <TRUE/>, the control will ignore the following properties:
H A DScrollBar.idl45 /** specifies the model of a scroll bar control.
53 /** resets the control.
59 /** contains a default value for the control.
61 <p>This value is used when the control is initially displayed, and for resetting it.</p>
H A DSpinButton.idl45 /** specifies the model of a scroll bar control.
53 /** resets the control.
59 /** contains a default value for the control.
61 <p>This value is used when the control is initially displayed, and for resetting it.</p>
/trunk/main/scripting/examples/beanshell/Highlight/
H A DButtonPressHandler.bsh40 XControl control = (XControl)UnoRuntime.queryInterface(XControl.class, button);
41 XControlModel cmodel = control.getModel();
47 // We can get the XDialog in which this control appears by calling
50 XDialog.class, control.getContext());
60 XControlContainer.class, control.getContext());
62 // Now get the text field control from the list
/trunk/main/offapi/com/sun/star/form/binding/
H A DBindableIntegerValueRange.idl45 /** specifies that the control can be bound to external values
47 … <p>Any binding used with the control model (see <member>XBindableValue::setValueBinding</member>)
50 <p>When the (integer) value reflected by the control model is changed, it's converted
55 <ul><li>If the external value is <NULL/>, the current value of the control model
57 <li>If the external value is the <em>infinite</em> value, the control value will
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXFilePickerControlAccess.idl83 The value of the specified element. If the specified control
87 doesn't support the specidfied control action an empty any will be
128 /** Enables or disables a control.
131 Identifies the control.
134 <p>If <TRUE/> the specified control will be enabled.</p>
135 <p>If <FALSE/> the specified control will be disabled.</p>
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DSimpleDataAware.java28 protected Object control; field in SimpleDataAware
35 control = control_; in SimpleDataAware()
48 controlValue.set(value, control); in setToUI()
78 return controlValue.get(control); in getFromUI()
/trunk/main/offapi/com/sun/star/report/
H A DXReportControlFormat.idl39 /** specifies a format condition for a control.
43 /** specifies the background color (RGB) of the control.
70 /** specifies the font attributes of the text in the control.
78 /** specifies the font attributes of the text in the control.
86 /** specifies the font attributes of the text in the control.
97 value of the text in the control.
237 value of the text in the control.
297 /** specifies the text color (RGB) of the control.
307 /** specifies the text line color (RGB) of the control.
395 /** specifies the vertical alignment of the text in the control.
/trunk/main/scripting/examples/javascript/Highlight/
H A DButtonPressHandler.js52 control = UnoRuntime.queryInterface(XControl, button);
53 cmodel = control.getModel();
61 XDialog, control.getContext());
71 XControlContainer, control.getContext());

Completed in 201 milliseconds

12345678910>>...24