summaryrefslogtreecommitdiff
path: root/testautomation/writer/required/includes/w_001b_.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/writer/required/includes/w_001b_.inc')
-rw-r--r--testautomation/writer/required/includes/w_001b_.inc24
1 files changed, 12 insertions, 12 deletions
diff --git a/testautomation/writer/required/includes/w_001b_.inc b/testautomation/writer/required/includes/w_001b_.inc
index e20d497482f0..297d04b579bb 100644
--- a/testautomation/writer/required/includes/w_001b_.inc
+++ b/testautomation/writer/required/includes/w_001b_.inc
@@ -125,7 +125,7 @@ testcase tFileSendOutlineToPresentation
goto endsub
end select
PrintLog "Open file ( gTesttoolPath + writer\required\input\ + htmltest.sxw )"
- Call hFileOpen ( gTesttoolPath + "writer\required\input\" + sFile$ )
+ hFileOpenLocally( gTesttoolPath + "writer\required\input\" + sFile$ )
Kontext "Navigator"
if Navigator.Exists then Navigator.Close
Sleep 1
@@ -176,7 +176,7 @@ testcase tFileSendOutlineToClipboard
end select
PrintLog "Open file ( gTesttoolPath + writer\required\input\ + htmltest.sxw )"
- Call hFileOpen ( gTesttoolPath + "writer\required\input\" + sFile$ )
+ hFileOpenLocally( gTesttoolPath + "writer\required\input\" + sFile$ )
Sleep 1
PrintLog "File / Send / Outline to Clipboard"
try
@@ -223,7 +223,7 @@ testcase tFileSendCreateAutoabstract
end select
PrintLog "Open file ( gTesttoolPath + writer\required\input\ + htmltest.sxw )"
- Call hFileOpen ( gTesttoolPath + "writer\required\input\" + sFile$ )
+ hFileOpenLocally( gTesttoolPath + "writer\required\input\" + sFile$ )
Kontext "Navigator"
if Navigator.Exists then Navigator.Close
Sleep 1
@@ -274,7 +274,7 @@ testcase tFileSendAutoabstractToPresentation
end select
PrintLog "Open file ( gTesttoolPath + writer\required\input\ + htmltest.sxw )"
- Call hFileOpen ( gTesttoolPath + "writer\required\input\" + sFile$ )
+ hFileOpenLocally( gTesttoolPath + "writer\required\input\" + sFile$ )
Kontext "Navigator"
if Navigator.Exists then Navigator.Close
Sleep 1
@@ -399,7 +399,7 @@ testcase tMasterDocFileSaveWithPassword
FileClose
WaitSlot(2000)
PrintLog "Open previous saved document"
- Call hFileOpen(Datei$)
+ Call hFileOpen( Datei$)
Kontext "PasswordFileOpen"
PrintLog "Enter a wrong password."
@@ -427,7 +427,7 @@ testcase tMasterDocFileSaveWithPassword
Sleep 1
PrintLog "File / Open again your previous saved document"
- Call hFileOpen(Datei$)
+ Call hFileOpen( Datei$)
PrintLog "Enter your password in password dialog"
Kontext "PasswordFileOpen"
if PasswordFileOpen.Exists then
@@ -468,7 +468,7 @@ testcase tMasterDocFileSaveWithPassword
Sleep 1
FileClose
PrintLog "File / Close and open your document again"
- Call hFileOpen(Datei$)
+ hFileOpen( Datei$)
Sleep 1
Kontext "PasswordFileOpen"
PrintLog "Now the passwort dialog should come up"
@@ -517,7 +517,7 @@ testcase tMasterDocFileReload
endif
PrintLog "Open previous saved document"
- Call hFileOpen ( sDocumentPath )
+ Call hFileOpen( sDocumentPath )
PrintLog "Insert a table in document"
Call hTabelleEinfuegen
@@ -652,7 +652,7 @@ testcase tMasterDocFileSendOutlineToPresentation
gApplication = "MASTERDOCUMENT"
- Call hFileOpen ( gTesttoolPath + "writer\required\input\" + sFile )
+ hFileOpenLocally( gTesttoolPath + "writer\required\input\" + sFile )
Kontext "Navigator"
if ( Navigator.Exists ) then
@@ -698,7 +698,7 @@ testcase tMasterDocFileSendOutlineToClipboard
Dim sFile as string : sFile = "htmltest.sxg"
PrintLog "- File / Send / Outline to Clipboard"
- Call hFileOpen ( gTesttoolPath + "writer\required\input\" + sFile )
+ hFileOpenLocally( gTesttoolPath + "writer\required\input\" + sFile )
PrintLog "File / Send / Outline to Clipboard"
try
@@ -738,7 +738,7 @@ testcase tMasterDocFileSendCreateAutoabstract
Dim sFile as string : sFile = "htmltest.sxg"
PrintLog "- File / Send / Create Autoabstract"
- Call hFileOpen ( gTesttoolPath + "writer\required\input\" + sFile )
+ hFileOpenLocally( gTesttoolPath + "writer\required\input\" + sFile )
Kontext "Navigator"
hCloseDialog( Navigator, "Close,optional" )
@@ -788,7 +788,7 @@ testcase tMasterDocFileSendAutoabstractToPresentation
PrintLog "- File / Send / Autoabstract to Presentation"
PrintLog "Open file ( gTesttoolPath + writer\required\input\ + htmltest.sxw )"
- Call hFileOpen ( gTesttoolPath + "writer\required\input\" + sFile )
+ hFileOpenLocally( gTesttoolPath + "writer\required\input\" + sFile )
Kontext "Navigator"
hCloseDialog( Navigator, "Close,optional" )