diff options
author | Helge Delfs [hde] <hde@openoffice.org> | 2010-06-15 14:11:35 +0200 |
---|---|---|
committer | Helge Delfs [hde] <hde@openoffice.org> | 2010-06-15 14:11:35 +0200 |
commit | ee8695b92deed92cd6590f4f647920f7208553b5 (patch) | |
tree | ad341abdaedb3435786f389bbef1b3e3d05e7a91 /testautomation | |
parent | 65fc3de2963056a240d6c6e76f34e4fabadfe816 (diff) |
[no commit message]
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 ) |