Home
last modified time | relevance | path

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

1234

/aoo41x/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…
/aoo41x/main/apple_remote/
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…
/aoo41x/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 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 DUnoControlButtonModel.idl204 set to <TRUE/>, the button is repeatedly pressed while you hold
254 … while it is focused, or clicking onto it) toggles it between a <em>pressed</em> and a <em>not
255 pressed</em> state.</p>
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 DXMouseMotionListener.idl47 /** is invoked when a mouse button is pressed on a window and then
/aoo41x/main/qadevOOo/tests/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()
/aoo41x/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.
/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/cui/source/customize/
H A Dmacropg.src304 Text [ en-US ] = "Key pressed" ;
324 Text [ en-US ] = "Mouse moved while key pressed" ;
340 Text [ en-US ] = "Mouse button pressed" ;
/aoo41x/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
/aoo41x/main/extensions/source/propctrlr/
H A Dformres.src788 Text [ en-US ] = "Key pressed" ;
808 Text [ en-US ] = "Mouse moved while key pressed" ;
824 Text [ en-US ] = "Mouse button pressed" ;
/aoo41x/main/sd/res/webview/
H A Dsavepic.asp38 ' check if + or - was pressed
/aoo41x/main/offapi/com/sun/star/form/control/
H A DFormattedField.idl49 the <em>enter</em> key is pressed while it has the focus.</p>
/aoo41x/main/winaccessibility/source/UAccCOMIDL/
H A DAccessibleKeyBinding.idl52 /// key strokes have to be pressed at the same time (the

Completed in 71 milliseconds

1234