Home
last modified time | relevance | path

Searched refs:control (Results 101 – 125 of 589) sorted by relevance

12345678910>>...24

/trunk/main/offapi/com/sun/star/inspection/
H A DXPropertyHandler.idl146 /** converts a given control-compatible value to a property value
148 … <p>In <member>describePropertyLine</member>, a property handler declared which type of control
149 should be used to display the value of a certain property. To allow to use the same control
153 … <p>This method converts a control value into a property value, which subsequently can be used
159 …The to-be-converted control value. This value has been obtained from an <type>XPropertyControl</ty…
177 /** converts a given property value to a control-compatible value
179 … <p>In <member>describePropertyLine</member>, a property handler declared which type of control
180 should be used to display the value of a certain property. To allow to use the same control
185 <member>getPropertyValue</member>, into a control-compatible value, which can be used
193 …<p>The method is not invoked if the control's value type (<member>XPropertyControl::ValueType</mem…
[all …]
H A DXPropertyControlFactory.idl45 <p>A <type>XPropertyControlFactory</type> can create any of the control types denoted by
49 the type of the requested control
52 determines whether the newly created control should be readonly.
63 a control of the given type.
H A DXNumericControl.idl52 /** describes the minimum value which is allowed to be entered in the control
56 /** describes the maximum value which is allowed to be entered in the control
79 is used by the control to display it. For instance, your property value might require
81 value as, say, inches. In this case, a numeric control can automatically handle the
H A DXObjectInspectorUI.idl100 of control (see <type>PropertyControlType</type>) used to display a certain property.</p>
134 /** retrieves the control currently used to display a given property
137 the name of the property whose control should be retrieved
141 if there is no such property control.
157 /** revokes a previously registered control observer
/trunk/main/offapi/com/sun/star/form/component/
H A DFileControl.idl44 /** This service specifies the control model of an edit field for a
53 /** can be used to reset the control to it's default text.
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 DCheckBox.idl45 /** specifies the model of a check box control
56 /** can be used to reset the control to it's default state.
64 /** contains a default value for the control.
66 <p>This value is used when the control is initially displayed, and for resetting it.</p>
/trunk/main/offapi/com/sun/star/frame/
H A DFrameControl.idl42 If the control is visible and has a valid (loadable) component URL,
44 Normally this control can be used for preview functionality inside
62 /** the frame held by this control
65 The <type>Frame</type> is created if the control
H A DFrameAction.idl128 is getting UI control (tool control).
136 is losing UI control (tool control).
H A DControlCommand.idl37 /** describes a command which can be send to a generic toolbar control.
46 control.
54 the command and control.
/trunk/main/solenv/bin/
H A Dmake_installer.pl33 use installer::control;
1324 my $environmentvariableshashref = installer::control::check_system_environment();
1344 installer::control::check_updatepack();
1366 installer::control::check_system_path();
1431 installer::control::set_addchildprojects($allvariableshashref);
1432 installer::control::set_addjavainstaller($allvariableshashref);
1433 installer::control::set_addsystemintegration($allvariableshashref);
1514 installer::control::check_java_for_xpd($allvariableshashref);
1552 { installer::control::check_oxtfiles($filesinproductarrayref); }
1784 $installer::logger::Lang->set_filter(\&installer::control::filter_log_error);
[all …]
/trunk/main/offapi/com/sun/star/drawing/
H A DXControlShape.idl50 /** returns the control model of this <type>Shape</type>.
53 if there is already a control model assigned
61 /** sets the control model for this <type>Shape</type>.
64 this will be the new control model that is
/trunk/main/offapi/com/sun/star/form/control/
H A DFormattedField.idl37 module com { module sun { module star { module form { module control {
41 /** describes a control which can be used for inputting values with a arbitrary formatting, and
44 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">Forma…
47 <p>In addition, this control can be used in HTML forms. It triggers the
H A DGroupBox.idl37 module com { module sun { module star { module form { module control {
41 /** describes a control which can be used for visually grouping controls
43 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">Group…
H A DComboBox.idl37 module com { module sun { module star { module form { module control {
41 /** describes a combo box control.
43 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">Combo…
H A DCurrencyField.idl37 module com { module sun { module star { module form { module control {
41 /** describes a control which can be used for inputting currency values, and
44 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">Curre…
H A DDateField.idl37 module com { module sun { module star { module form { module control {
41 /** describes a control which can be used for inputting date values, and
44 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">DateF…
H A DNumericField.idl37 module com { module sun { module star { module form { module control {
41 /** describes a control for inputting numeric values and which can (but not necessarily has to)
44 …<p>The model of the control has to support the <type scope="com::sun::star::form::component">Numer…
/trunk/main/offapi/com/sun/star/geometry/
H A DIntegerBezierSegment2D.idl49 /// The x coordinate of the first control point.
51 /// The y coordinate of the first control point.
54 /// The x coordinate of the second control point.
56 /// The y coordinate of the second control point.
H A DRealBezierSegment2D.idl49 /// The x coordinate of the first control point.
51 /// The y coordinate of the first control point.
54 /// The x coordinate of the second control point.
56 /// The y coordinate of the second control point.
/trunk/main/offapi/com/sun/star/sdb/
H A DDataSourceBrowser.idl163 <ul><li>the grid control which is used to display the currently selected table/query
207control. This is a tree control on the left hand side of the view, which allows to browse all regi…
212 … browser control. If <code>EnableBrowser</code> is <FALSE/>, then this parameter is ignored. If
213 … <code>EnableBrowser</code> is <TRUE/>, and <code>ShowBrowser</code> is <FALSE/>, then the control
224 /** is used to control the browser from outside.
271 …<p>Context menu interception is currently supported only for the brower control where the register…
/trunk/main/apple_remote/source/
H A DRemoteControl.m34 // have access to the remote control device or if the application has finished
35 // using the remote control device
42 // bundle identifier of the application that should get access to the remote control
49 // returns nil if the remote control device is not available
/trunk/main/sysui/desktop/debian/
H A Dmakefile.mk57 %/DEBIAN/control : $$(@:f)
80 $(DEBFILES) : makefile.mk control postinst postrm prerm
83 dmake $(MISC)$/$(@:b)$/DEBIAN$/{control postinst postrm prerm}
/trunk/main/offapi/com/sun/star/form/
H A DPropertyBrowserController.idl51 …provide a visual component for inspecting control properties. This means it allows to interactivel…
58 <li>set the IntrospectedObject property to the control model which you wish to analyze</li>
106 each group, are displayed (of course if the control does not support any aspects of a given group,
/trunk/main/offapi/com/sun/star/awt/
H A DXProgressMonitor.idl45 /** adds a new text line to the control.
51 /** removes a text line from the control.
57 /** updates an existing text line at the control.
/trunk/main/offapi/com/sun/star/sheet/
H A DSpreadsheetViewPane.idl49 /** allows to control which cells are shown in the view pane.
57 /** provides access to a control model's control for the view pane.

Completed in 198 milliseconds

12345678910>>...24