diff options
Diffstat (limited to 'testautomation')
-rwxr-xr-x | testautomation/global/win/dial_p_s.win | 10 | ||||
-rwxr-xr-x | testautomation/global/win/etab_p_s.win | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | testautomation/writer/required/includes/w_010_.inc | 9 |
3 files changed, 17 insertions, 3 deletions
diff --git a/testautomation/global/win/dial_p_s.win b/testautomation/global/win/dial_p_s.win index 6f76fe17b2bd..ea867c8044ac 100755 --- a/testautomation/global/win/dial_p_s.win +++ b/testautomation/global/win/dial_p_s.win @@ -6,9 +6,13 @@ PasswortBestaetigen sfx2:Edit:DLG_PASSWD:ED_PASSWD_CONFIRM *PasswordFileOpen HID_DLG_PASSWORD_UUI PasswortName uui:Edit:DLG_UUI_PASSWORD:ED_PASSWORD -*PasswordFileSave HID_DLG_PASSWORD_CRT -Password uui:Edit:DLG_UUI_PASSWORD_CRT:ED_PASSWORD_CRT -PasswordConfirm uui:Edit:DLG_UUI_PASSWORD_CRT:ED_PASSWORD_REPEAT +*PasswordFileSave HID_DLG_PASSWORD_TO_OPEN_MODIFY +Password HID_DLG_PASSWORD_TO_OPEN_MODIFY_PASSWORD_TO_OPEN +PasswordConfirm HID_DLG_PASSWORD_TO_OPEN_MODIFY_CONFIRM_PASSWORD_TO_OPEN +PasswordMoreOptions HID_DLG_PASSWORD_TO_OPEN_MODIFY_MORE +PasswordFileReadonly HID_DLG_PASSWORD_TO_OPEN_MODIFY_FILE_READONLY +PasswordToModify HID_DLG_PASSWORD_TO_OPEN_MODIFY_PASSWORD_TO_MODIFY +PasswordToModifyConfirm HID_DLG_PASSWORD_TO_OPEN_MODIFY_CONFIRM_PASSWORD_TO_MODIFY *PasswortEingeben SID_CHG_PROTECT SchutzAufheben HID_CHG_PROTECT diff --git a/testautomation/global/win/etab_p_s.win b/testautomation/global/win/etab_p_s.win index 46f4a46b2f63..f7262224d45b 100755 --- a/testautomation/global/win/etab_p_s.win +++ b/testautomation/global/win/etab_p_s.win @@ -86,6 +86,7 @@ MacroSecurity cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_MACROSEC RecommendToOpenDocumentReadOnly cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_RECOMMREADONLY RecordChanges cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_RECORDCHANGES Protect cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_PROTRECORDS +ProtectByMasterPassword cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_MASTERPASSWORD PersistentlySavePasswords cui:CheckBox:RID_SVXPAGE_INET_SECURITY:CB_SEC_SAVEPASSWORDS Options cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_SECURITYOPTIONS MasterPassword cui:PushButton:RID_SVXPAGE_INET_SECURITY:PB_SEC_MASTERPASSWORD diff --git a/testautomation/writer/required/includes/w_010_.inc b/testautomation/writer/required/includes/w_010_.inc index 29c802022bed..cfc7dd29a6b2 100644..100755 --- a/testautomation/writer/required/includes/w_010_.inc +++ b/testautomation/writer/required/includes/w_010_.inc @@ -1078,6 +1078,10 @@ testcase tHtmlDocFormatting printlog " Open new document" Call hNewDocument + + Kontext "NavigatorWriter" + if NavigatorWriter.Exists then ViewNavigator + Call wTypeKeys ("Formatting <Shift Home>") Kontext "TextObjectbar" if Not TextObjectbar.Exists then Call hToolbarSelect ( "FORMATTING", true ) @@ -1153,6 +1157,11 @@ testcase tMasterDocFormatting printlog " Open new document" Call hNewDocument + + Kontext "NavigatorGlobalDoc" + if NavigatorGlobalDoc.Exists then ViewNavigator + + Call wTypeKeys ("Formatting <Shift Home>") Kontext "TextObjectbar" if Not TextObjectbar.Exists then Call hToolbarSelect ( "FORMATTING", true ) |