Searched refs:buttonName (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/apple_remote/ |
| H A D | RemoteMainController.m | 104 NSString* buttonName = nil; 113 …case kRemoteButtonPlus: buttonName = @"Volume up"; break; // MEDIA_COMMAND_V… 114 …case kRemoteButtonMinus: buttonName = @"Volume down"; break; // MEDIA_COMMAND_V… 115 …case kRemoteButtonMenu: buttonName = @"Menu"; break; // MEDIA_COMMAND_M… 116 …case kRemoteButtonPlay: buttonName = @"Play"; break; // MEDIA_COMMAND_P… 117 …case kRemoteButtonRight: buttonName = @"Next slide"; break; // MEDIA_COMMAND_N… 118 …case kRemoteButtonLeft: buttonName = @"Left"; break; // MEDIA_COMMAND_P… 119 …case kRemoteButtonRight_Hold: buttonName = @"Last slide"; break; // MEDIA_COMMAND_N… 120 …case kRemoteButtonLeft_Hold: buttonName = @"First slide"; break; // MEDIA_COMMAND_P… 121 case kRemoteButtonPlus_Hold: buttonName = @"Volume up holding"; break; [all …]
|
| /AOO41X/main/qadevOOo/runner/util/ |
| H A D | UITools.java | 143 public XAccessibleContext getButton(String buttonName) throws java.lang.Exception in getButton() argument 146 (mXRoot, AccessibleRole.PUSH_BUTTON, buttonName); in getButton() 155 public void clickButton(String buttonName) throws java.lang.Exception in clickButton() argument 159 (mXRoot, AccessibleRole.PUSH_BUTTON, buttonName); in clickButton() 161 throw new Exception("Could not get button '" + buttonName + "'"); in clickButton() 171 buttonName + "'" + e.toString()); in clickButton() 184 private boolean clickToggleButton(String buttonName, boolean toBePressed) in clickToggleButton() argument 187 (mXRoot, AccessibleRole.TOGGLE_BUTTON, buttonName); in clickToggleButton() 200 + buttonName + "'" + e.toString()); in clickToggleButton() 207 System.out.println("Could not get button '" + buttonName + "'"); in clickToggleButton() [all …]
|
| /AOO41X/main/scripting/workben/data/testdata/ |
| H A D | ScriptStorageManager.csv | 7 …pathlist=false;confirm=false;warning=false;dialog=false;checkbox=false;buttonName=Run;checkpath=fa… 8 …pathlist=false;confirm=false;warning=false;dialog=false;checkbox=false;buttonName=Run;checkpath=fa… 9 …s;pathlist=false;confirm=false;warning=true;dialog=true;checkbox=false;buttonName=Run;checkpath=fa… 10 …s;pathlist=false;confirm=false;warning=true;dialog=true;checkbox=false;buttonName=Do Not Run;check… 11 …;pathlist=true;confirm=false;warning=false;dialog=false;checkbox=false;buttonName=Do Not Run;check… 12 …pathlist=false;confirm=false;warning=false;dialog=false;checkbox=false;buttonName=Do Not Run;check… 13 …st;pathlist=true;confirm=false;warning=true;dialog=true;checkbox=false;buttonName=Run;checkpath=fa… 14 …st;pathlist=true;confirm=false;warning=true;dialog=true;checkbox=false;buttonName=Do Not Run;check… 15 …st;pathlist=false;confirm=true;warning=true;dialog=true;checkbox=false;buttonName=Run;checkpath=tr… 16 …list;pathlist=true;confirm=true;warning=true;dialog=true;checkbox=true;buttonName=Run;checkpath=tr… [all …]
|
| /AOO41X/main/framework/qa/complex/framework/recovery/ |
| H A D | KlickButtonThread.java | 37 private String buttonName = null; field in KlickButtonThread 39 public KlickButtonThread(XMultiServiceFactory xMSF, XWindow xWindow, String buttonName) { in KlickButtonThread() argument 42 this.buttonName = buttonName; in KlickButtonThread() 49 oUITools.clickButton(buttonName); in run()
|
| H A D | RecoveryTools.java | 293 public void handleModalDialog(XMultiServiceFactory xMSF, String buttonName) in handleModalDialog() argument 310 log.println("click ' " + buttonName + "' button.."); in handleModalDialog() 311 oUITools.clickButton(buttonName); in handleModalDialog() 313 …ssibility.IllegalAccessibleComponentStateException("Could not klick '"+buttonName +"' at modal dia… in handleModalDialog() 318 public void clickThreadButton(XMultiServiceFactory xMSF, XWindow xWindow, String buttonName) in clickThreadButton() argument 321 KlickButtonThread kbt = new KlickButtonThread(xMSF, xWindow, buttonName); in clickThreadButton()
|
| /AOO41X/main/dbaccess/qa/complex/dbaccess/ |
| H A D | CopyTableWizard.java | 191 String buttonName = "Create"; in copyTable() local 196 buttonName = name; in copyTable() 200 uiTools.clickButton(buttonName); in copyTable()
|
| /AOO41X/main/scripting/workben/ifc/scripting/ |
| H A D | _XScriptSecurity.java | 110 String buttonName = testdata.get("buttonName"); in runCheckPermissionTest() local 158 new SecurityDialogUtil( tParam.getMSF(), buttonName, checkBox ).start(); in runCheckPermissionTest() local
|
| /AOO41X/main/scripting/java/Framework/com/sun/star/script/framework/security/ |
| H A D | SecurityDialog.java | 499 public ActionListenerImpl( XControlContainer xControlCont, String buttonName ) { in ActionListenerImpl() argument 501 _buttonName = buttonName; in ActionListenerImpl()
|