Searched refs:buttonName (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/apple_remote/ |
H A D | RemoteMainController.m | 104 NSString* buttonName = nil; 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… 121 case kRemoteButtonPlus_Hold: buttonName = @"Volume up holding"; break; 122 case kRemoteButtonMinus_Hold: buttonName = @"Volume down holding"; break; 123 …case kRemoteButtonPlay_Hold: buttonName = @"Play (sleep mode)"; break; // MEDIA_COMMAND_P… 124 …case kRemoteButtonMenu_Hold: buttonName = @"Menu (long)"; break; // MEDIA_COMMAND_M… 125 case kRemoteControl_Switched: buttonName = @"Remote Control Switched";break; [all …]
|
/aoo41x/main/qadevOOo/runner/util/ |
H A D | UITools.java | 155 public void clickButton(String buttonName) throws java.lang.Exception in clickButton() argument 161 throw new Exception("Could not get button '" + buttonName + "'"); in clickButton() 171 buttonName + "'" + e.toString()); in clickButton() 200 + buttonName + "'" + e.toString()); in clickToggleButton() 207 System.out.println("Could not get button '" + buttonName + "'"); in clickToggleButton() 218 public boolean deactivateToggleButton(String buttonName){ in deactivateToggleButton() argument 219 return clickToggleButton(buttonName, false); in deactivateToggleButton() 228 public boolean activateToggleButton(String buttonName){ in activateToggleButton() argument 229 return clickToggleButton(buttonName, true); in activateToggleButton() 238 public Integer getRadioButtonValue(String buttonName) in getRadioButtonValue() argument [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()
|
Completed in 49 milliseconds