Home
last modified time | relevance | path

Searched refs:controls (Results 1 – 25 of 268) sorted by relevance

1234567891011

/trunk/main/toolkit/
H A DLibrary_tk.mk92 toolkit/source/controls/dialogcontrol \
93 toolkit/source/controls/eventcontainer \
98 toolkit/source/controls/grid/gridcolumn \
102 toolkit/source/controls/roadmapcontrol \
103 toolkit/source/controls/roadmapentry \
108 toolkit/source/controls/tkscrollbar \
109 toolkit/source/controls/tkspinbutton \
110 toolkit/source/controls/animatedimages \
114 toolkit/source/controls/unocontrol \
115 toolkit/source/controls/unocontrolbase \
[all …]
H A DPackage_inc.mk38 $(eval $(call gb_Package_add_file,toolkit_inc,inc/toolkit/controls/unocontrol.hxx,toolkit/controls/…
39 …al $(call gb_Package_add_file,toolkit_inc,inc/toolkit/controls/unocontrolbase.hxx,toolkit/controls
40 …al $(call gb_Package_add_file,toolkit_inc,inc/toolkit/controls/unocontrolmodel.hxx,toolkit/control…
41 $(eval $(call gb_Package_add_file,toolkit_inc,inc/toolkit/controls/unocontrols.hxx,toolkit/controls
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXGraphicObjects.idl36 <ul><li>Buttons: push button (command button) controls,</li>
38 <li>CheckBoxes: check box controls,</li>
39 <li>DropDowns: drop-down listbox controls,</li>
40 <li>EditBoxes: text edit controls (dialog sheets only),</li>
41 <li>GroupBoxes: group frame controls,</li>
43 <li>Labels: fixed text controls,</li>
44 <li>ListBoxes: plain listbox controls,</li>
45 <li>OptionButtons: option button (radio button) controls,</li>
49 <li>ScrollBars: scrollbar controls,</li>
50 <li>Spinners: spinner (spin button) controls,</li>
[all …]
H A DXSheetObject.idl35 /** Base interface for graphic objects and drawing controls in a single sheet.
40 to ActiveX form controls but to the old-style drawing controls.</p>
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DTemplateDescription.idl41 /** A FileOpen dialog without any additional controls.
46 /** A FileSave dialog without any additional controls.
51 /** A FileSave dialog with additional controls.
60 /** A FileSave dialog with additional controls.
70 /** A FileSave dialog with additional controls.
79 /** A FileSave dialog with additional controls.
88 /** A FileOpen dialog with additional controls.
99 /** A FileOpen dialog with additional controls.
107 /** A FileOpen dialog with additional controls.
116 /** A FileOpen dialog with additional controls.
[all …]
H A DFilePicker.idl100 /** Provides the ability manage additional controls (checkboxes, listboxes etc.)
101 offered by an extended FilePicker, these controls extend the subset of
102 common controls that a FilePicker usually supports.
118 do extend the subset of common controls a FilePicker usually supports.
H A DExtendedFilePickerElementIds.idl31 /** <p>These constants are used to specify extended controls of a FilePicker dialog.
32 A FilePicker service may be initialized so that it has additional controls
33 extending the set of common controls a FilePicker usually supports.</p>
H A DXControlInformation.idl40 /** Interface to query for controls and control properties supported by the
48 /** Query for the supported controls of a service instance.
51 a sequence with the names of the supported controls.
/trunk/main/forms/qa/integration/forms/
H A DSingleControlValidation.java106 XPropertySet[] controls = new XPropertySet[ controlCount ]; in createControls() local
109controls[ i ] = m_formLayer.createControlAndShape( formComponentService, columnPos, controlPos, 25… in createControls()
110 controls[ i ].setPropertyValue( "Name", formComponentService ); in createControls()
111 controls[ i ].setPropertyValue( "Tag", String.valueOf( i ) ); in createControls()
113 if ( controls[ i ].getPropertySetInfo().hasPropertyByName( "Border" ) ) in createControls()
114 controls[ i ].setPropertyValue( "Border", new Short( (short)2 ) ); in createControls()
117 controls[ i ] ); in createControls()
120 m_inputField = controls[ 0 ]; in createControls()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSingleControlValidation.java102 XPropertySet[] controls = new XPropertySet[ controlCount ]; in createControls() local
105controls[ i ] = m_formLayer.createControlAndShape( formComponentService, columnPos, controlPos, 25… in createControls()
106 controls[ i ].setPropertyValue( "Name", formComponentService ); in createControls()
107 controls[ i ].setPropertyValue( "Tag", String.valueOf( i ) ); in createControls()
109 if ( controls[ i ].getPropertySetInfo().hasPropertyByName( "Border" ) ) in createControls()
110 controls[ i ].setPropertyValue( "Border", new Short( (short)2 ) ); in createControls()
113 controls[ i ] ); in createControls()
116 m_inputField = controls[ 0 ]; in createControls()
/trunk/main/UnoControls/
H A DLibrary_ctl.mk54 UnoControls/source/controls/progressbar \
55 UnoControls/source/controls/framecontrol \
56 UnoControls/source/controls/progressmonitor \
57 UnoControls/source/controls/OConnectionPointHelper \
58 UnoControls/source/controls/OConnectionPointContainerHelper \
59 UnoControls/source/controls/statusindicator \
/trunk/main/offapi/com/sun/star/awt/
H A DXStyleSettings.idl42 …<p>Note that there are constraints for those settings. For instance, if controls are drawn with the
46 <p>On the other hand, some settings are respected only when rendering the controls in the native
103 /// specifies the background color for dialog input controls
106 /// specifies the text color for dialog input controls which are hovered with the mouse
109 /// specifies the text color for dialog input controls
160 /// specifies the color to use for monochrome control elements such as flat borders of controls
181 /** controls whether the an UI component should use a high-contrast mode
206 /// specifies the font for label controls
218 /// specifies the font for dialog input controls
H A DXTopWindow2.idl40 /** controls whether the window is currently maximized
44 /** controls whether the window is currently minimized
48 /** controls on which display the window is shown.
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DDialogFactory.java88 XControlContainer controls = (XControlContainer) in showConfirmDialog() local
92 XButton.class, controls.getControl("Ok")); in showConfirmDialog()
96 XButton.class, controls.getControl("Cancel")); in showConfirmDialog()
145 XControlContainer controls = (XControlContainer) in showInputDialog() local
149 XButton.class, controls.getControl("Ok")); in showInputDialog()
153 XButton.class, controls.getControl("Cancel")); in showInputDialog()
158 XTextComponent.class, controls.getControl("NameField")); in showInputDialog()
/trunk/main/filter/source/pdf/
H A Dimpdialog.hrc58 //controls for General tab page
101 //controls for open options tab page
124 //controls for viewer preferences tab page
144 //controls for security preferences tab page
176 //---> i56629 controls for link management
/trunk/main/offapi/com/sun/star/form/runtime/
H A DXFormController.idl54 <p>As soon as a form (containing controls) is to be presented to the user,
57 like controlling the tab order and the grouping of controls.</p>
67 …<p>A controller is called <em>active</em> if one of the controls it is responsible for has the foc…
75 and all controls therein.</p>
78 … contains controls bound to a database, or to an external validator, then the form controller will
81 …<p>First, it will check whether any controls with an external validator exist. If so, those valida…
85 …<p>Second, the controls are examined for NULL values. If a control is bound to a database field wh…
184 current row from the database, and updating all controls with the new content.</td>
252 /** is used for tab controlling and grouping of the controls.
275 …/** allows to register as listener for modifications in the controls which the controller is respo…
H A DXFilterController.idl40 …<p>In a form based filter, form controls bound to a searchable database field are replaced with a …
56 …<p><em>n</em> equals the number of filter controls which the filter controller is responsible for.…
62 … actually exist). Since in a form based filter, there are only <em>n</em> filter controls, and each
66 attribute, controls which of the terms is currently displayed in the form controls.</p>
88 …/** is the number of <em>filter components</em>, or filter controls, which the filter controller i…
H A DXFormControllerContext.idl37 <p>A <type>FormController</type> knows about the controls it is responsible
38 for, and about the control container which those controls live in. However, it doesn't know
39 about a possible larger context, like a scrollable view which the controls are embedded into.
/trunk/main/svtools/inc/svtools/
H A Dcontroldims.hrc58 #define RSC_SP_CTRL_X 6 // controls that are unrelated
60 #define RSC_SP_CTRL_GROUP_X 3 // related controls, or controls in a groupbox
65 // overruled spacings between certain controls
/trunk/main/offapi/com/sun/star/document/
H A DOfficeDocument.idl162 /** controls the focus behaviour of the form controls in the document
173 /** controls the initial (on-load) behavior of the form controls in the document
175 … <p>If set to <TRUE/>, upon loading the document, the form controls will be in design mode.<br/>
/trunk/main/offapi/com/sun/star/inspection/
H A DPropertyControlType.idl51 <p>Additionally, those controls support the <type>XStringListControl</type> interface.</p>
61 <p>Additionally, those controls support the <type>XStringListControl</type> interface.</p>
95 … <p>Additionally, those controls support the <type>XStringListControl</type> interface. If you use
109 <p>Additionally, those controls support the <type>XNumericControl</type> interface.</p>
135 <p>Additionally, those controls support the <type>XHyperlinkControl</type> interface.</p>
H A DPropertyLineElement.idl41 /// specifies the input control in a group of controls related to a single property
43 … /// specifies the primary button (if present) in a group of controls related to a single property
45 …/// specifies the secondary button (if present) in a group of controls related to a single property
/trunk/main/scripting/examples/java/Highlight/
H A DHighlightText.java101 XControlContainer controls = (XControlContainer) in showForm() local
105 XButton.class, controls.getControl("HighlightButton")); in showForm()
109 XTextComponent.class, controls.getControl("HighlightTextField")); in showForm()
112 XButton.class, controls.getControl("ExitButton")); in showForm()
/trunk/main/offapi/com/sun/star/awt/tree/
H A DXTreeControl.idl101 node is visible in the controls display area.</p>
196 …an integer giving the number of pixels horizontally from the left edge of the controls display area
198 … an integer giving the number of pixels vertically from the top edge of the controls display area
210 …an integer giving the number of pixels horizontally from the left edge of the controls display area
212 … an integer giving the number of pixels vertically from the top edge of the controls display area
/trunk/main/offapi/com/sun/star/form/component/
H A DGridControl.idl83 <p>In opposite to other form controls, grid controls do not only
92 …star::form">DataAwareControlModel</type>s modeling other "single-value" controls, but they are not…
137 As grid columns are very much like data-aware stand-alone controls, you can find a description

Completed in 88 milliseconds

1234567891011