Home
last modified time | relevance | path

Searched refs:button (Results 51 – 75 of 233) sorted by relevance

12345678910

/aoo41x/main/offapi/com/sun/star/awt/
H A DUnoControlDateFieldModel.idl132 /** specifies, if the control has a dropdown button.
211 mouse button and to press it again. The delay between two such triggers
220 /** specifies that the control has a spin button.
H A DXMouseMotionListener.idl47 /** is invoked when a mouse button is pressed on a window and then
51 the window where the first event originated until the mouse button is
H A DXMouseClickHandler.idl49 /** is invoked when a mouse button has been pressed on a window.
62 /** is invoked when a mouse button has been released on a window.
H A DXCurrencyField.idl105 /** sets the increment value for the spin button.
111 /** returns the currently set increment value for the spin button.
H A DXNumericField.idl105 /** sets the increment value for the spin button.
111 /** returns the currently set increment value for the spin button.
H A DXMetricField.idl119 /** sets the increment value for the spin button.
125 /** returns the currently set increment value for the spin button.
/aoo41x/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A D_Validat.idt94 Control Help Y Text The help strings used with the button. The text is optional.
119 …rol 2 Identifier Defines the default control. Hitting return is equivalent to pushing this button.
156 … of the Directory that can be configured by the UI. A non-null value will enable the browse button.
341 RadioButton Height N 0 32767 The height of the button.
342 RadioButton Help Y Text The help strings used with the button. The text is optional.
344 RadioButton Property N Identifier A named property to be tied to this radio button. All the bu…
345 RadioButton Text Y Text The visible title to be assigned to the radio button.
346 … Value N Formatted The value string associated with this button. Selecting the button will se…
347 RadioButton Width N 0 32767 The width of the button.
348 … The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button.
[all …]
/aoo41x/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A D_Validat.idt94 Control Help Y Text The help strings used with the button. The text is optional.
119 …rol 2 Identifier Defines the default control. Hitting return is equivalent to pushing this button.
156 … of the Directory that can be configured by the UI. A non-null value will enable the browse button.
341 RadioButton Height N 0 32767 The height of the button.
342 RadioButton Help Y Text The help strings used with the button. The text is optional.
344 RadioButton Property N Identifier A named property to be tied to this radio button. All the bu…
345 RadioButton Text Y Text The visible title to be assigned to the radio button.
346 … Value N Formatted The value string associated with this button. Selecting the button will se…
347 RadioButton Width N 0 32767 The width of the button.
348 … The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button.
[all …]
/aoo41x/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A D_Validat.idt94 Control Help Y Text The help strings used with the button. The text is optional.
119 …rol 2 Identifier Defines the default control. Hitting return is equivalent to pushing this button.
156 … of the Directory that can be configured by the UI. A non-null value will enable the browse button.
341 RadioButton Height N 0 32767 The height of the button.
342 RadioButton Help Y Text The help strings used with the button. The text is optional.
344 RadioButton Property N Identifier A named property to be tied to this radio button. All the bu…
345 RadioButton Text Y Text The visible title to be assigned to the radio button.
346 … Value N Formatted The value string associated with this button. Selecting the button will se…
347 RadioButton Width N 0 32767 The width of the button.
348 … The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button.
[all …]
/aoo41x/main/instsetoo_native/inc_ure/windows/msi_templates/
H A D_Validat.idt94 Control Help Y Text The help strings used with the button. The text is optional.
119 …rol 2 Identifier Defines the default control. Hitting return is equivalent to pushing this button.
156 … of the Directory that can be configured by the UI. A non-null value will enable the browse button.
341 RadioButton Height N 0 32767 The height of the button.
342 RadioButton Help Y Text The help strings used with the button. The text is optional.
344 RadioButton Property N Identifier A named property to be tied to this radio button. All the bu…
345 RadioButton Text Y Text The visible title to be assigned to the radio button.
346 … Value N Formatted The value string associated with this button. Selecting the button will se…
347 RadioButton Width N 0 32767 The width of the button.
348 … The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button.
[all …]
/aoo41x/main/sd/res/webview/
H A Deditpic.asp59 <INPUT type=button value=" "></INPUT>
71 <INPUT type=button value=" "></INPUT>
/aoo41x/main/offapi/com/sun/star/inspection/
H A DPropertyLineElement.idl43 … /// 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
/aoo41x/main/scripting/examples/javascript/Highlight/
H A DButtonPressHandler.js49 button = AnyConverter.toObject(new Type(XButton), event.Source);
52 control = UnoRuntime.queryInterface(XControl, button);
/aoo41x/main/offapi/com/sun/star/frame/
H A DXToolbarControllerListener.idl49 This notification is normally used to implement the toolbar button/sub-toolbar
50 function feature. It exchanges the function of the toolbar button, that opened
H A DXSubToolbarController.idl38 This interface is normally used to implement the toolbar button/sub-
40 button, that opened the sub-toolbar, with the one that has been selected
/aoo41x/main/offapi/com/sun/star/ui/dialogs/
H A DCommonFilePickerElementIds.idl38 /** The control id of the OK button.
43 /** The control id of the Cancel button.
/aoo41x/main/offapi/com/sun/star/form/inspection/
H A DSubmissionPropertyHandler.idl38 which provides properties for button controls which support submission of XML forms.
44 …interface), this document is used to examine the XML submissions which the button can be bound to.…
/aoo41x/main/apple_remote/
H A DHIDRemoteControlDevice.m152 // a press on the Menu button activates FrontRow while your app still gets the event.
306 …// process the last event of the backlog and assume that the button is not pressed down any longer.
308 // a button pressed down event while in reality the user has released it.
313 NSLog( @"Apple Remote: Unknown button for cookiestring %@", cookieString);
/aoo41x/main/odk/examples/DevelopersGuide/Charts/
H A DSelectionChangeListener.java199 int button = com.sun.star.awt.MessageBoxButtons.BUTTONS_OK; in run() local
201 …XMessageBox xMB = aMBF.createMessageBox(aWinPeer, MessageBoxType.INFOBOX, button, "Event-Notify", … in run()
/aoo41x/main/offapi/com/sun/star/installation/
H A DXProtocolHandlerCheck.idl74 is initially checked. If the "Yes" button was pressed,
76 protocol-handler. If the "No" button was pressed,
/aoo41x/main/offapi/com/sun/star/form/control/
H A DCommandButton.idl41 /** describes a button control.
57 /** allows external instances to register as veto listener for the button's actions.
H A DImageButton.idl41 /** describes a control which can be used for displaying images on a control acting like a button.
57 /** allows external instances to register as veto listener for the button's actions.
H A DSubmitButton.idl41 /** specifies a button control which can execute external submissions
61 …Since the parent object of a submit button can only be a <type scope="com::sun::star::form::compon…
/aoo41x/main/cui/source/tabpages/
H A Dmacroass.hrc64 #define ROW1 (ROW0+RSC_CD_PUSHBUTTON_HEIGHT) // Assign button
66 #define ROW3 (ROW2+RSC_CD_PUSHBUTTON_HEIGHT) // Remove button
/aoo41x/main/offapi/com/sun/star/form/component/
H A DRadioButton.idl45 /** specifies a component which acts as a radio button as needed in <type>HTMLForm</type>s.
73 <p> In a group of radio buttons only one button should be checked

Completed in 61 milliseconds

12345678910