Home
last modified time | relevance | path

Searched refs:pressed (Results 1 – 25 of 125) sorted by relevance

12345

/trunk/main/scripting/workben/data/testdata/
H A DScriptStorageManager.csv9 …ermssion when run macro is set to always, warning dialog, and run button pressed;location=check_pe…
10 …n when run macro is set to always, warning dialog, and do not run button pressed;location=check_pe…
13 …s set to according to path list, doc in path, warning dialog, run button pressed;location=check_pe…
14 …o according to path list, doc in path, warning dialog, do not run button pressed;location=check_pe…
15 …n path, warning dialog, confirm dialog, checkbox not checked, run button pressed;location=check_pe…
16 …ot in path, warning dialog, confirm dialog, checkbox checked, run button pressed;location=check_pe…
17 … warning dialog, confirm dialog, checkbox not checked, do not run button pressed;location=check_pe…
18 …ath, warning dialog, confirm dialog, checkbox checked, do not run button pressed;location=check_pe…
/trunk/main/apple_remote/source/
H A DRemoteMainController.m102 NSString* pressed = @"";
108 pressed = @"(AppleRemoteMainController: button pressed)";
132 else // not pressed
134 pressed = @"(AppleRemoteMainController: button released)";
138 //NSLog(@"Button %@ pressed %@", buttonName, pressed);
141 … stringWithFormat:@"(Value:%4d) %@ %@ %@",buttonIdentifier, buttonName, pressed, clickCountString…
H A DHIDRemoteControlDevice.m306 …// 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.
/trunk/main/offapi/com/sun/star/awt/
H A DMessageBoxResults.idl35 /** The user pressed the "Ok" button.
39 /** The user pressed the "Yes" button.
43 /** The user pressed the "No" button.
47 /** The user pressed the "Retry" button.
51 /** The user pressed the "Ignore" button.
H A DUnoControlButtonModel.idl204 set to <TRUE/>, the button is repeatedly pressed while you hold
229 If <member>Toggle</member> property is set to <TRUE/>, the pressed state
230 is enabled and its pressed state can be obtained with this property.
233 0: not pressed
234 1: pressed
264 … while it is focused, or clicking onto it) toggles it between a <em>pressed</em> and a <em>not
265 pressed</em> state.</p>
H A DMouseButton.idl33 /** These values are used to specify which keys on the mouse are pressed.
39 /** specifies the left mouse button as being pressed.
45 /** specifies the right mouse button as being pressed.
51 /** specifies the middle mouse button as being pressed.
H A DFocusChangeReason.idl40 /** Focus changed because TAB was pressed.
46 /** Focus changed because KeyLeft/Right/Up/Down was pressed.
52 /** Focus changed because mnemonic key was pressed.
77 /** Focus changed because mnemonic key was pressed and this mnemonic is
H A DXKeyHandler.idl51 instance, after a key has been pressed but before it is released.
63 The key event informs about the pressed key.
75 instance, after a key has been pressed and released. The return
84 The key event informs about the pressed key.
H A DActionEvent.idl40 when the component-specific action occurs (such as being pressed).
49 "button pressed".</p>
H A DXToggleButton.idl41 /** is supported by buttons which can be toggled between a "pressed" and an "unpressed" state
H A DKeyModifier.idl33 /** These values are used to specify which modifier keys are pressed.
H A DInputEvent.idl48 /** contains the modifier keys which were pressed while the event occurred.
H A DXEnhancedMouseClickHandler.idl50 /** is invoked when a mouse button has been pressed on a window.
H A DXKeyListener.idl47 /** is invoked when a key has been pressed.
H A DKeyStroke.idl41 /** contains the modifier keys which were pressed while the event occurred.
H A DXButton.idl68 value can be used to detect which button is pressed.
H A DXMouseMotionListener.idl47 /** is invoked when a mouse button is pressed on a window and then
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XWindow.java414 public boolean pressed = false; field in _XWindow.TestKeyListener
416 public void keyPressed(KeyEvent e) { pressed = true; } in keyPressed()
419 public void init() { pressed = false; released = false; } in init()
453 public boolean pressed = false; field in _XWindow.TestMouseListener
459 pressed = true; in mousePressed()
477 pressed = false; in init()
/trunk/main/offapi/com/sun/star/form/
H A DTabulatorCycle.idl35 <p>If the last control of a form is focused, and the user pressed the TAB key, there are
40 is pressed on the <em>first</em> control of a form, as well as when TAB is pressed on the
H A DFormButtonType.idl33 /** specifies the action to execute when a button is pressed.
/trunk/main/cui/source/customize/
H A Dmacropg.src298 Text [ en-US ] = "Key pressed" ;
318 Text [ en-US ] = "Mouse moved while key pressed" ;
334 Text [ en-US ] = "Mouse button pressed" ;
/trunk/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,
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleMultiLineText.idl108 line when the <b>End</b> key gets pressed. Since the index of this position
129 line when the <b>End</b> key gets pressed. Since the index of this position
/trunk/main/extensions/source/propctrlr/
H A Dformres.src786 Text [ en-US ] = "Key pressed" ;
806 Text [ en-US ] = "Mouse moved while key pressed" ;
822 Text [ en-US ] = "Mouse button pressed" ;
/trunk/main/sd/res/webview/
H A Dsavepic.asp38 ' check if + or - was pressed

Completed in 51 milliseconds

12345