diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-08-25 16:07:39 +0200 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2010-08-25 16:07:39 +0200 |
commit | 85bf681117b4acca0b37f7cbbef224edfa5deee5 (patch) | |
tree | 2b292a6384e7cfaea000beda96de9dae457c45ec /testautomation/framework | |
parent | e6692fc0f9b822267bd93e326ca8429a8a7cb398 (diff) | |
parent | 18d51bbac7f12c58c82588223f4a38085e1627c8 (diff) |
fs33a: merge after pulling OOO330.m5's changes
Diffstat (limited to 'testautomation/framework')
48 files changed, 8482 insertions, 562 deletions
diff --git a/testautomation/framework/optional/includes/extras_modify_objects.inc b/testautomation/framework/optional/includes/extras_modify_objects.inc index f2e4717d2e96..964d28a95b77 100755 --- a/testautomation/framework/optional/includes/extras_modify_objects.inc +++ b/testautomation/framework/optional/includes/extras_modify_objects.inc @@ -41,8 +41,8 @@ testcase tModifyObjects( iMode as integer, cCategory as string, sVer as string ) const CFN = "tModifyObjects::" const RESTART = 15 - const TEMPLATE_COUNT = 236 ' For en-US/StarOffice, numbers may differ for Languages/Brands - const SAMPLE_COUNT = 60 ' For en-US/StarOffice, numbers may differ for Languages/Brands + const TEMPLATE_COUNT = 236 ' For en-US/Oracle Open Office, numbers may differ for Languages/Brands + const SAMPLE_COUNT = 56 ' For en-US/Oracle Open Office, numbers may differ for Languages/Brands dim iObjectFolder as integer diff --git a/testautomation/framework/optional/includes/security_macrosecurity.inc b/testautomation/framework/optional/includes/security_macrosecurity.inc index 2b6a05d9fcca..3df134d83d33 100755 --- a/testautomation/framework/optional/includes/security_macrosecurity.inc +++ b/testautomation/framework/optional/includes/security_macrosecurity.inc @@ -51,18 +51,14 @@ end sub testcase tMacroSecurityLevels( cFileFormat ) printlog( "Check macro execution behavior for all macro security levels" ) - warnlog( "#i110184# - Documentbound macros not executed when loaded via API" ) - goto endsub dim cWorkFile as string cWorkFile = gTesttoolPath & "framework\optional\input\BasicDocs\" cWorkFile = cWorkFile & "basic" & hGetSuffix( cFileFormat ) - cWorkFile = convertpath( cWorkFile ) - cWorkFile = convertToURL( cWorkFile ) dim iSecLevel as integer - const EXPECTED_MESSAGECOUNT = 1 + const EXPECTED_MESSAGECOUNT = 0 const ALLOW_ONE_EXTRA_MESSAGEBOX = 1 const ALLOW_NO_EXTRA_MESSAGEBOXES = 0 @@ -94,7 +90,11 @@ testcase tMacroSecurityLevels( cFileFormat ) case GC_MACRO_SECURITY_LEVEL_LOW : if ( not hIdentifyExecutedMacro() ) then - warnlog( "#i110184# - Macro was not executed" ) + if ( gApplication = "MATH" ) then + qaerrorlog( "#i110184# - Macro was not executed" ) + else + warnlog( "Macro was not excuted" ) + endif endif case GC_MACRO_SECURITY_LEVEL_MEDIUM : @@ -104,12 +104,19 @@ testcase tMacroSecurityLevels( cFileFormat ) endif if ( not hIdentifyExecutedMacro() ) then - warnlog( "#i110184# - Macro was not executed" ) + if ( gApplication = "MATH" ) then + qaerrorlog( "#i110184# - Macro was not executed" ) + else + warnlog( "Macro was not excuted" ) + endif endif case GC_MACRO_SECURITY_LEVEL_HIGH : - if ( not hHandleActivesOnLoad( EXPECTED_MESSAGECOUNT , ALLOW_ONE_EXTRA_MESSAGEBOX ) ) then + kontext "Active" + hCloseDialog( Active, "ok" ) + + if ( not hHandleActivesOnLoad( EXPECTED_MESSAGECOUNT , ALLOW_NO_EXTRA_MESSAGEBOXES ) ) then warnlog( "#i53710# unexpected second messagebox" ) endif @@ -119,6 +126,9 @@ testcase tMacroSecurityLevels( cFileFormat ) case GC_MACRO_SECURITY_LEVEL_VERYHIGH : + kontext "Active" + hCloseDialog( Active, "ok" ) + if ( not hHandleActivesOnLoad( EXPECTED_MESSAGECOUNT , ALLOW_NO_EXTRA_MESSAGEBOXES ) ) then warnlog( "#i53710# unexpected second messagebox" ) endif diff --git a/testautomation/framework/required/f_programmability_dialogs.bas b/testautomation/framework/required/f_programmability_dialogs.bas index 925334027592..7965a842d5f4 100644 --- a/testautomation/framework/required/f_programmability_dialogs.bas +++ b/testautomation/framework/required/f_programmability_dialogs.bas @@ -38,7 +38,6 @@ sub main use "framework\required\includes\basic_organizer.inc" use "framework\required\includes\basic_dialog_export.inc" use "framework\required\includes\basic_dialog_i18n_import.inc" - use "framework\required\includes\scripting_basics.inc" use "framework\required\includes\script_organizers.inc" call hStatusIn( "framework" , "f_programmability_dialogs.bas" ) @@ -47,8 +46,7 @@ sub main call tUpdtBasicOrganizer() call tUpdtDialogExport() call tBasicDialogI18nImport() - call tScripting() ' script organizer nodes if no documents are open - call tUpdtScriptCount() ' script organizer nodes with one open document + call tUpdtScripts() ' script organizer nodes with one open document call hStatusOut() end sub @@ -64,7 +62,8 @@ sub LoadIncludeFiles use "global\tools\includes\optional\t_basic_organizer_tools.inc" use "global\tools\includes\optional\t_treelist_tools.inc" use "global\tools\includes\optional\t_docfuncs.inc" - use "global\tools\includes\optional\t_filetools.inc" + use "global\tools\includes\optional\t_filetools.inc" + use "global\tools\includes\optional\t_listfuncs.inc" use "framework\tools\includes\formcontrols.inc" use "framework\tools\includes\pbrowser_tools.inc" diff --git a/testautomation/framework/required/includes/basic_dialog_i18n.inc b/testautomation/framework/required/includes/basic_dialog_i18n.inc index 3c95be08a9d6..162f0cc040cd 100755 --- a/testautomation/framework/required/includes/basic_dialog_i18n.inc +++ b/testautomation/framework/required/includes/basic_dialog_i18n.inc @@ -49,6 +49,7 @@ testcase tUpdtBasicDialogI18n printlog( "Click Manage Languages on ToolsCollectionBar") kontext "ToolsCollectionBar" if ( ToolsCollectionBar.exists( DIALOG_DEFAULT_TIMEOUT ) ) then + wait( 500 ) hClickButton( ManageLanguage ) else warnlog( "<ToolsCollectionBar> is not open, is the test environment dirty?" ) diff --git a/testautomation/framework/required/includes/script_organizers.inc b/testautomation/framework/required/includes/script_organizers.inc index 6082a3313ce0..b9ed8420134e 100755 --- a/testautomation/framework/required/includes/script_organizers.inc +++ b/testautomation/framework/required/includes/script_organizers.inc @@ -31,80 +31,118 @@ '* '\****************************************************************************** -testcase tUpdtScriptCount - dim sDialog as string +testcase tUpdtScripts printlog( "Resource test for macros and scripts / related dialogs" ) - const SCRIPTING_DIALOGS = 5 + if ( gIsoLang <> "en-US" ) then + printlog( "No testing for languages other than en_US" ) + goto endsub + endif - dim aScriptCount( SCRIPTING_DIALOGS ) + const SCRIPTING_DIALOGS = 5 - aScriptCount( 1 ) = 10 ' JavaScript - aScriptCount( 2 ) = 14 ' BeanShell - - if ( lcase( gPlatform ) = "osx" ) then - aScriptCount( 3 ) = 8 ' Python - aScriptCount( 5 ) = 600 ' Run Macro - else - aScriptCount( 3 ) = 10 ' Python - aScriptCount( 5 ) = 602 ' Run Macro - endif + const DLG_JAVASCRIPT = "JavaScript" + const DLG_BEANSHELL = "BeanShell" + const DLG_PYTHON = "Python" + const DLG_BASIC_ORG = "BasicOrganizer" + const DLG_RUN_MACRO = "RunMacro" - if ( gOOo ) then - aScriptCount( 4 ) = 585 ' Makro Organizer - aScriptCount( 5 ) = aScriptCount( 5 ) - 1 ' Run Macro - else - ' Makro Organizer - aScriptCount( 4 ) = 586 - endif + ' This is the build specific part of the filename including substrings for + ' the productname and language. + dim sProductString as string : sProductString = gProductName & "_" & gISOLang & "_" + + ' define platforms that have different scriptcount + if ( lcase( gPlatGroup ) = "w95" ) then sProductString = sProductString & "win_" + if ( lcase( gPlatform ) = "osx" ) then sProductString = sProductString & "osx_" + + ' replace all blanks + sProductString = hStringReplaceChar( sProductString, " ", "-" ) + + ' This is where reference file is located, the filename is yet incomplete + dim sInputPath as string + sInputPath = gTesttoolPath & "framework/required/input/scripts/" & sProductString + + ' This is where we store the reference file if differences are found. + dim sOutputPath as string + sOutputPath = gOfficePath & "user/work/" & sProductString + + ' These contain the input and output paths (fully qualified) + dim sFileIn as string + dim sFileOut as string + + ' Array that contains the scriptnames for all organizers + dim cScriptNamesList( 1000 ) as string + dim sDialog as string dim iCurrentDialog as integer - dim iCurrentScriptCount as integer - + + dim iDiffCount as integer + hInitSingleDoc() for iCurrentDialog = 1 to SCRIPTING_DIALOGS - printlog( "" ) - select case iCurrentDialog - case 1: sDialog = "JavaScript" - ToolsMacrosOrganizeMacrosJavaScript - kontext "ScriptOrganizer" - iCurrentScriptCount = hExpandAllNodes( ScriptTreeList ) - ScriptOrganizer.cancel() - case 2: sDialog = "BeanShell" - ToolsMacrosOrganizeMacrosBeanShell - kontext "ScriptOrganizer" - iCurrentScriptCount = hExpandAllNodes( ScriptTreeList ) - ScriptOrganizer.cancel() - case 3: sDialog = "Python" - ToolsMacrosOrganizeMacrosPython - kontext "ScriptOrganizer" - iCurrentScriptCount = hExpandAllNodes( ScriptTreeList ) - ScriptOrganizer.cancel() - case 4: sDialog = "Makro Organizer" - ToolsMacro_uno - Kontext "Makro" - hExpandAllNodes( MakroAus ) - iCurrentScriptCount = hGetScriptCount( MakroAus, MakroListe ) - Makro.close() - case 5: sDialog = "Run Macro" - ToolsMacrosRunMacro - kontext "ScriptSelector" - hExpandAllNodes( LibraryTreeList ) - iCurrentScriptCount = hGetScriptCount( LibraryTreeList, ScriptList ) - ScriptSelector.cancel() + ListAllDelete( cScriptNamesList() ) + + ' Build complete filename and identify dialog for logging and case selection + select case ( iCurrentDialog ) + case 1 : sDialog = DLG_JAVASCRIPT + case 2 : sDialog = DLG_BEANSHELL + case 3 : sDialog = DLG_PYTHON + case 4 : sDialog = DLG_BASIC_ORG + case 5 : sDialog = DLG_RUN_MACRO end select - printlog( sDialog ) - - if ( aScriptCount( iCurrentDialog ) <> iCurrentScriptCount ) then - warnlog( "Incorrect number of scripts for this dialog: '" + sDialog + "' expected:" + aScriptCount( iCurrentDialog ) + ", but is:" & iCurrentScriptCount ) - else - printlog( "Number of scripts is ok" ) - endif + printlog( "" ) + sFileIn = convertpath( sInputPath & sDialog & ".txt" ) + sFileOut = convertpath( sOutputPath & sDialog & ".txt" ) + + printlog( "Open <" & sDialog & "> and access the treelist object" ) + + ' Note: hGetAllNodeNames() is a *global* function defined in t_treelist_tools.inc + ' DLG_BASIC_ORG and DLG_RUN_MACRO have - in addition to the treelist - + ' a separate script list. To get those scripts a little more effort is + ' required which is done in the *local* function hGetScriptNames() + + select case ( sDialog ) + case DLG_JAVASCRIPT: ToolsMacrosOrganizeMacrosJavaScript + kontext "ScriptOrganizer" + hGetAllNodeNames( ScriptTreeList, cScriptNamesList() ) + case DLG_BEANSHELL: ToolsMacrosOrganizeMacrosBeanShell + kontext "ScriptOrganizer" + hGetAllNodeNames( ScriptTreeList, cScriptNamesList() ) + case DLG_PYTHON: ToolsMacrosOrganizeMacrosPython + kontext "ScriptOrganizer" + hGetAllNodeNames( ScriptTreeList, cScriptNamesList() ) + case DLG_BASIC_ORG: ToolsMacro_uno + Kontext "Makro" + hGetScriptNames( MakroAus, MakroListe, cScriptNamesList() ) + case DLG_RUN_MACRO: ToolsMacrosRunMacro + kontext "ScriptSelector" + hGetScriptNames( LibraryTreeList, ScriptList, cScriptNamesList() ) + end select + printlog( "Compare to reference list, create new one if differences were found" ) + iDiffCount = hManageComparisionList( sFileIn, sFileOut, cScriptNamesList() ) + + if ( iDiffCount <> 0 ) then warnlog( "The number of scripts has changed, please review." ) + + + printlog( "Close <" & sDialog & ">" ) + select case ( sDialog ) + case DLG_JAVASCRIPT : + ScriptOrganizer.cancel() + case DLG_BEANSHELL : + ScriptOrganizer.cancel() + case DLG_PYTHON : + ScriptOrganizer.cancel() + case DLG_BASIC_ORG : + Makro.close() + case DLG_RUN_MACRO : + ScriptSelector.cancel() + end select + next iCurrentDialog hCloseDocument() @@ -113,15 +151,44 @@ endcase '******************************************************************************* -function hGetScriptCount( oTree as object, oList as object ) as integer +sub hGetScriptNames( oTreeList as object, oScriptList as object, cItemList() as string ) - dim iCurrentTreeItem as integer - dim iScriptCount as integer : iScriptCount = 0 - - for iCurrentTreeItem = 1 to oTree.getItemCount() - oTree.select( iCurrentTreeItem ) - iScriptCount = iScriptCount + oList.getItemCount() - next iCurrentTreeItem - hGetScriptCount() = iScriptCount - -end function + ' oTreeList is the treelist object (left pane) + ' oScriptList is the script list (right pane) + ' cScriptList() is filled with the scriptnames of the form + ' <module>:<script name> like "CommonLang:LoadLanguages" + + dim iCurrentTreeListItem as integer + dim iObjectsInTreelist as integer + + dim cModuleName as string + dim cReferenceString as string + + dim iScriptCount as integer + dim iCurrentScript as integer + dim cScriptList( 1000 ) as string + + ' Get the number of nodes from the modules treelist + iObjectsInTreeList = hExpandAllNodes( oTreeList ) + + ' For each item in the modules treelist get the number of scripts (right pane) + for iCurrentTreeListItem = 1 to iObjectsInTreeList + + ' Get the name of the current treelist node, append it to the list + ' (otherwise it does not appear if it has no scripts) + cModuleName = hGetNodeName( oTreeList, iCurrentTreeListItem ) + hListAppend( cModuleName, cItemList() ) + + ' Get the number of scripts from the right pane, reset the array in advance + ListAllDelete( cScriptList() ) + iScriptCount = hGetListItems( oScriptList, cScriptList() ) + + ' Build the string for the reference list and append it to cScriptList() + for iCurrentScript = 1 to iScriptCount + cReferenceString = cModuleName & ":" & cScriptList( iCurrentScript ) + hListAppend( cReferenceString, cItemList() ) + next iCurrentScript + + next iCurrentTreeListItem + +end sub
\ No newline at end of file diff --git a/testautomation/framework/required/includes/smoketest.inc b/testautomation/framework/required/includes/smoketest.inc index 24ef362a1bf1..d4e327a21ad7 100755 --- a/testautomation/framework/required/includes/smoketest.inc +++ b/testautomation/framework/required/includes/smoketest.inc @@ -33,6 +33,10 @@ testcase tSmokeTest + if ( not hCheckForBinfilters() ) then + goto endsub + endif + printlog( "Smoketest (10er-Test) from Release Engineering" ) dim sLocation as string dim i,x,a as integer diff --git a/testautomation/framework/required/includes/topten.inc b/testautomation/framework/required/includes/topten.inc index a08d59c8064e..fdfdb49fec97 100755 --- a/testautomation/framework/required/includes/topten.inc +++ b/testautomation/framework/required/includes/topten.inc @@ -33,33 +33,37 @@ sub topten - gApplication = "WRITER" - call Top_ten_test - - gApplication = "CALC" - call Top_ten_test - - gApplication = "IMPRESS" - call Top_ten_test - - gApplication = "DRAW" - call Top_ten_test - - gApplication = "MATH" - call Top_ten_test - - gApplication = "HTML" - call Top_ten_test - - gApplication = "MASTERDOCUMENT" - call Top_ten_test + ' we need the binary filters (.sxw etc.) for this test but beginning with + ' OOo 3.3 these are optional + if ( hCheckForBinfilters() ) then + gApplication = "WRITER" + call Top_ten_test + + gApplication = "CALC" + call Top_ten_test + gApplication = "IMPRESS" + call Top_ten_test + + gApplication = "DRAW" + call Top_ten_test + + gApplication = "MATH" + call Top_ten_test + + gApplication = "HTML" + call Top_ten_test + + gApplication = "MASTERDOCUMENT" + call Top_ten_test + endif end sub '******************************************************************************* testcase Top_ten_test -
dim sUserWorkDirectory as string + + dim sUserWorkDirectory as string dim sFilename_native as String dim sFilename_export as String dim sFilter_native as string diff --git a/testautomation/framework/required/includes/window_functions.inc b/testautomation/framework/required/includes/window_functions.inc index acc5e7a5219d..6917639d30f8 100755 --- a/testautomation/framework/required/includes/window_functions.inc +++ b/testautomation/framework/required/includes/window_functions.inc @@ -196,8 +196,18 @@ end sub testcase tCheckWindowTitle( sApplication as string, sReference as string ) + if ( sApplication = "soffice" ) then + + printlog( "Update test for the office window titles" ) + ' This is a Testtool-only problem that the product name is not displayed + ' after calling hCloseDocument() on the last document. + if ( sApplication = "soffice" ) then + qaerrorlog( "#i113760# - Product name missing for backing window" ) + goto endsub + endif + const BASIC_MODULE = "tCheckWindowTitle" const STRING_NOT_FOUND = 0 const STRING_LEFTMOST = 1 @@ -217,21 +227,12 @@ testcase tCheckWindowTitle( sApplication as string, sReference as string ) printlog( "Application: " & sApplication & "; Title should be: " & sReference ) printlog( "Open the work windows (documents)" ) hInitSingleDoc() - hCreateDocument() printlog( "Verify that the correct window is open" ) select case sApplication - case "swriter" : - case "sglobal" : - case "sweb" : - case "scalc" : - case "simpress": - case "sdraw" : - case "smath" : case "basic" : hInitBasicIDE( BASIC_MODULE ) - case "chart" : - case "database": case "soffice" : hFileCloseAll() + case else : hCreateDocument() end select ' Note: The Testtool connection string does not belong to the window caption @@ -290,16 +291,7 @@ testcase tCheckWindowTitle( sApplication as string, sReference as string ) printlog( "Cleanup after test" ) select case sApplication - case "swriter" : - case "sglobal" : - case "sweb" : - case "scalc" : - case "simpress": - case "sdraw" : - case "smath" : case "basic" : hDestroyDocument() - case "chart" : - case "database": case "soffice" : hCreateDocument() end select diff --git a/testautomation/framework/required/includes/wizard_agenda.inc b/testautomation/framework/required/includes/wizard_agenda.inc index a192be35015e..d423d2fd7c62 100755 --- a/testautomation/framework/required/includes/wizard_agenda.inc +++ b/testautomation/framework/required/includes/wizard_agenda.inc @@ -81,17 +81,16 @@ testcase tUpdtWizardAgenda hWaitForObject( TemplateName, 3000 ) TemplateName.setText( cTemplateName ) hSetTemplateSavePath( cTemplatePath ) - - hFinishWizard( 1 ) + + kontext "AutopilotAgenda" + hClickButton( CreateButton ) - iErr = hHandleSaveError() - if ( iErr = 1 ) then + if ( hHandleSaveError() = 1 ) then kontext "AutopilotAgenda" - hFinishWizard( 1 ) + hClickButton( CreateButton ) endif - brc = hDestroyDocument() - if ( not brc ) then qaerrorlog( "#i59233# The wizard does not display the new template" ) + if ( not hDestroyDocument() ) then qaerrorlog( "#i59233# The wizard does not display the new template" ) hFileCloseAll() hDeleteFile( cTemplatePath ) diff --git a/testautomation/framework/required/includes/wizard_documentconverter.inc b/testautomation/framework/required/includes/wizard_documentconverter.inc index cca037b16680..b99cef0a9c6c 100755 --- a/testautomation/framework/required/includes/wizard_documentconverter.inc +++ b/testautomation/framework/required/includes/wizard_documentconverter.inc @@ -49,18 +49,11 @@ testcase tUpdtWizardDocumentConverter dim iCurrentFile as integer hInitSingleDoc() - - irc = hOpenWizardWithMenu( "DOCCONV" ) - if ( irc <> 0 ) then - warnlog( "Unable to open requested wizard, aborting test" ) - goto endsub - endif - sTargetFile = hGetWorkPath() sLogFile = sTargetFile & "Logfile.odt" - - stargetFile = sTargetFile & "docconv1" & hGetSuffix( "current" ) - + sTargetFile = sTargetFile & "docconv1" & hGetSuffix( "current" ) + + FileWizardDocumentConverter Kontext "DocumentConverter" hWaitForObject( CreateLogfile, 3000 ) @@ -85,7 +78,7 @@ testcase tUpdtWizardDocumentConverter printlog( "Page " & 1 + iDocumentType & " is visible" ) else warnlog( "Cannot access page 2, aborting test" ) - hFinishWizard() + hCloseDialog( DocumentConverter, "Cancel" ) goto endsub endif diff --git a/testautomation/framework/required/includes/wizard_euroconverter.inc b/testautomation/framework/required/includes/wizard_euroconverter.inc index 87b32b5abf08..aeee35c59282 100755 --- a/testautomation/framework/required/includes/wizard_euroconverter.inc +++ b/testautomation/framework/required/includes/wizard_euroconverter.inc @@ -53,12 +53,7 @@ testcase tUpdtWizardEuroconverter hInitSingleDoc() - irc = hOpenWizardWithMenu( "EUROCONV" ) - if ( irc <> 0 ) then - warnlog( "Failed to open the Euroconverter, aborting test" ) - hDestroyDocument() - goto endsub - endif + FileWizardEuroConverter kontext "AutopilotEuroKonverter" call DialogTest( AutopilotEuroKonverter , 1 ) @@ -124,7 +119,7 @@ testcase tUpdtWizardEuroconverter kontext "AutopilotEuroKonverter" call DialogTest( AutopilotEuroKonverter , 2 ) - hFinishWizard( 1 ) + hClickButton( Konvertieren ) hDestroyDocument() hDeleteFile( cTargetDir & TARGET_FILE ) diff --git a/testautomation/framework/required/includes/wizard_fax.inc b/testautomation/framework/required/includes/wizard_fax.inc index bbd75f66a327..07fcc562dddc 100755 --- a/testautomation/framework/required/includes/wizard_fax.inc +++ b/testautomation/framework/required/includes/wizard_fax.inc @@ -35,9 +35,6 @@ testcase tUpdtWizardFax printlog( "Resource test for the fax wizard" ) - dim iErr as integer - dim brc as boolean - dim cTemplateName as string dim cTemplatePath as string @@ -74,14 +71,14 @@ testcase tUpdtWizardFax TemplateName.setText( cTemplateName ) hSetTemplateSavePath( cTemplatePath ) - - hFinishWizard( 1 ) + + kontext "AutopilotFax" + hClickButton( FinishButton ) kontext "StandardBar" hWaitForObject( Speichern, 5000 ) - brc = hDestroyDocument() - if ( not brc ) then qaerrorlog( "#i59233# The wizard does not display the new template" ) + if ( not hDestroyDocument() ) then qaerrorlog( "#i59233# The wizard does not display the new template" ) printlog( "Delete the user-template: " & cTemplatePath ) hDeleteFile( cTemplatePath ) diff --git a/testautomation/framework/required/includes/wizard_firsttime.inc b/testautomation/framework/required/includes/wizard_firsttime.inc index 63c79966b41e..657a68ada3d0 100755 --- a/testautomation/framework/required/includes/wizard_firsttime.inc +++ b/testautomation/framework/required/includes/wizard_firsttime.inc @@ -64,10 +64,6 @@ testcase tUpdtWizardFirsttime NextBtn.click() endif - - - - printlog( "Check the license page" ) kontext "TabFirstStartLicense" if ( TabFirstStartLicense.exists( 2 ) ) then @@ -198,7 +194,7 @@ testcase tUpdtWizardFirsttime LoadQuickstarter.unCheck() printlog( "Closing Tools/Options" ) Kontext "OptionenDlg" - OptionenDlg.cancel() + hCloseDialog( OptionenDlg, "cancel" ) printlog( "Restarting program" ) call ExitRestartTheOffice() else @@ -218,16 +214,12 @@ testcase tUpdtWizardFirsttime endif Kontext "OptionenDlg" - if ( OptionenDlg.exists() ) then - OptionenDlg.cancel() - endif + hCloseDialog( OptionenDlg, "cancel, optional" ) ' due to issue i105248 the Quickstart disabler needs to get called again, because the First Start Wizard resets the veto call hDisableQuickstarterAPI() - do while( getDocumentCount() > 0 ) - call hCloseDocument() - loop + hFileCloseAll() endcase diff --git a/testautomation/framework/required/includes/wizard_letter.inc b/testautomation/framework/required/includes/wizard_letter.inc index 1c0cb05031f0..4f68a04cbd8b 100755 --- a/testautomation/framework/required/includes/wizard_letter.inc +++ b/testautomation/framework/required/includes/wizard_letter.inc @@ -35,10 +35,6 @@ testcase tUpdtWizardLetter printlog( "Resource test for the letter-wizard" ) - dim iErr as integer - dim brc as boolean - dim irc as integer - ' Build the filename we want to save the template as. dim cTemplateName as string cTemplateName = "FWK-Testtool-Template-letterWizard.ott" @@ -158,8 +154,9 @@ testcase tUpdtWizardLetter printlog( " * name the template for further usage" ) TemplateName.setText( cTemplateName ) hSetTemplateSavePath( cTemplatePath ) - - hFinishWizard( 1 ) + + kontext "AutopilotLetter" + hClickButton( FinishButton ) if ( gOOo ) then kontext "UseOfThisTemplate" @@ -171,22 +168,19 @@ testcase tUpdtWizardLetter endif endif - iErr = hHandleSaveError() - if ( iErr = 1 ) then + if ( hHandleSaveError() = 1 ) then kontext "AutopilotLetter" - hFinishWizard( 1 ) + hClickButton( FinishButton ) endif - brc = hDestroyDocument() - if ( not brc ) then qaerrorlog( "#i59233# The wizard does not display the new template" ) + if ( not hDestroyDocument() ) then qaerrorlog( "#i59233# The wizard does not display the new template" ) else warnlog( "Autopilot Letter not open/exceeded timeout" ) endif hDeleteFile( cTemplatePath ) - irc = hDeleteUserTemplates() - if ( irc <> 0 ) then + if ( hDeleteUserTemplates() <> 0 ) then printlog( "Unexpectedly deleted user template(s), please check") endif diff --git a/testautomation/framework/required/includes/wizard_presentation.inc b/testautomation/framework/required/includes/wizard_presentation.inc index 68143b3cdc3c..53e2e0d3a50b 100755 --- a/testautomation/framework/required/includes/wizard_presentation.inc +++ b/testautomation/framework/required/includes/wizard_presentation.inc @@ -57,8 +57,9 @@ testcase tUpdtWizardPresentation printlog( "Page 3" ) kontext "AutopilotPraesentation3" call DialogTest( AutopilotPraesentation3 ) - - hFinishWizard( 1 ) + + kontext "AutopilotPraesentation3" + hCloseDialog( AutopilotPraesentation3, "ok" ) else warnlog( "Presentation wizard not open/exceeded timeout" ) endif diff --git a/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_BasicOrganizer.txt b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_BasicOrganizer.txt new file mode 100755 index 000000000000..49400346a1a0 --- /dev/null +++ b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_BasicOrganizer.txt @@ -0,0 +1,657 @@ +My Macros +Standard +Module1 +Module1:Main +OpenOffice.org Macros +Depot +CommonLang +CommonLang:LoadLanguage +CommonLang:CompleteMarketList +CommonLang:LocalizedCurrencies +CommonLang:LoadDepotDialogs +CommonLang:InitializeStartUpModel +Currency +Currency:Startup +Currency:EnableGoOnButton +Currency:CloseStartUpDialog +Currency:DisposeDocument +Currency:ChooseMarket +Currency:ConvertStylesCurrencies +Currency:SwitchNumberFormat +Currency:Numberformat +Currency:CheckFormatType +Depot +Depot:Initialize +Depot:Buy +Depot:Sell +Depot:Reset +Depot:TransactionOk +Depot:SelectStockname +Depot:HandleStocks +Depot:CancelStockRate +Depot:CancelTransaction +Depot:CommitStockRate +Depot:EnableTransactionControls +Depot:SetupTransactionControls +Depot:AddShortCuttoControl +Depot:OpenStockRatePage +Depot:SelectStockNameForRates +Depot:ToggleStockRateControls +Depot:InitializeStockRatesControls +Internet +Internet:CheckHistoryControls +Internet:InsertCompanyHistory +Internet:InternetUpdate +Internet:GetCurrentRate +Internet:UpdateValue +Internet:StringToDate +Internet:UpdateChart +Internet:CalculateChartafterSplit +Lang_de +Lang_de:LoadGermanLanguage +Lang_en +Lang_en:LoadEnglishLanguage +Lang_es +Lang_es:LoadSpanishLanguage +Lang_fr +Lang_fr:LoadFrenchLanguage +Lang_it +Lang_it:LoadItalianLanguage +Lang_ja +Lang_ja:LoadJapaneseLanguage +Lang_ko +Lang_ko:LoadKoreanLanguage +Lang_sv +Lang_sv:LoadSwedishLanguage +Lang_tw +Lang_tw:LoadChineseTradLanguage +Lang_zh +Lang_zh:LoadChineseSimpleLanguage +tools +tools:RemoveSheet +tools:InitializeStatusLine +tools:MakeRangeVisible +tools:GetRowIndex +tools:GetTransactionCount +tools:GetStocksCount +tools:FillListbox +tools:CellValuetoControl +tools:RemoveStockRows +tools:AddValueToCellContent +tools:CheckInputDate +tools:InsertCurrentValue +tools:SplitCellValue +tools:GetStockRowIndex +tools:GetStockID +tools:CheckDocLocale +Euro +AutoPilotRun +AutoPilotRun:StartAutoPilot +AutoPilotRun:ConvertDocuments +AutoPilotRun:InitializeDocument +AutoPilotRun:ChangeToNextProgressStep +AutoPilotRun:StoreDocument +AutoPilotRun:SwapExtent +AutoPilotRun:InitializeThirdStep +AutoPilotRun:ToggleProgressStep +AutoPilotRun:EnableStep2DialogControls +AutoPilotRun:InitializeProgressPage +AutoPilotRun:AssignFileName +AutoPilotRun:ToggleGoOnButton +AutoPilotRun:CallFolderPicker +AutoPilotRun:CallFilePicker +AutoPilotRun:PreviousStep +Common +Common:RetrieveDocumentObjects +Common:CancelTask +Common:ConvertDocument +Common:SwitchNumberFormat +Common:Numberformat +Common:CheckFormatType +Common:StartConversion +Common:IncreaseStatusValue +Common:SelectCurrency +Common:FillUpCurrencyListbox +Common:InitializeProgressbar +Common:EndStatusLine +ConvertRun +ConvertRun:Main +ConvertRun:SelectListItem +ConvertRun:RetrieveEnableValue +ConvertRun:EnableStep1DialogControls +ConvertRun:ConvertRangesOrStylesOfDocument +ConvertRun:ConvertWholeDocument +ConvertRun:EmptySelection +ConvertRun:AddSelectedRangeToSelRangesEnum +ConvertRun:GetPreSelectedRange +ConvertRun:AddRangeToListbox +ConvertRun:CheckRangeSelection +ConvertRun:FieldinList +ConvertRun:CheckLocale +ConvertRun:SetOptionValuestoNull +ConvertRun:SetStatusLineText +Hard +Hard:CreateRangeList +Hard:CreateRangeEnumeration +Hard:AddSheetRanges +Hard:SelectRange +Hard:ConvertThehardWay +Hard:ConvertCellCurrencies +Hard:ModifyObjectValuewithCurrFactor +Hard:CheckIfRangeisCurrency +Hard:CountColumnsForRow +Hard:CountRangeCells +Init +Init:InitializeResources +Init:InitializeLanguages +Init:InitializeCurrencies +Init:InitializeControls +Init:InitializeConverter +Init:InitializeCurrencyValues +Init:InitializeLocales +Protect +Protect:UnprotectSheetsWithPassWord +Protect:UnprotectSheet +Protect:UnprotectSheetWithDialog +Protect:ExecutePasswordDialog +Protect:ReadPassword +Protect:RejectPassword +Protect:ReprotectSheets +Protect:AddSheettoUnprotectionlist +Protect:CheckSheetProtection +Soft +Soft:CreateStyleEnumeration +Soft:MakeStyleEnumeration +Soft:AssignRangestoStyle +Soft:AssignCellFormatRanges +Soft:DeselectStyle +Soft:RetrieveRangeNamefromAddress +Soft:RetrieveSheetoutofRangeName +Soft:RetrieveRangeoutofRangeName +Soft:ConvertTheSoftWay +Soft:GetAssignedRanges +Writer +Writer:ConvertWriterTables +Writer:ModifyObjectValuewithCurrFactor +Writer:ConvertTextFields +FormWizard +DBMeta +DBMeta:GetDatabaseNames +DBMeta:GetSelectedDBMetaData +DBMeta:GetConnection +DBMeta:GetDBMetaData +DBMeta:GetTableMetaData +DBMeta:GetSpecificFieldNames +DBMeta:CreateDBForm +DBMeta:AddOrRemoveBinaryFieldsToWidthList +DBMeta:CreateCommandTypeList +DBMeta:GetCurrentMetaValues +DBMeta:AssignFieldLength +develop +develop:PositionControls +develop:ResetPosSizes +develop:RepositionColumnarLeftControls +develop:ResetDBShape +develop:InitializePosSizes +develop:InsertTextControl +develop:InsertDBControl +develop:InsertTimeStampShape +develop:GetLabelDiffHeight +develop:CheckJustifiedPosition +develop:GetCorrWidth +develop:AdjustLineWidth +develop:CheckOuterPoints +develop:PositionGridControl +develop:SetupGridColumn +develop:ControlCaptionstoStandardLayout +develop:GroupShapesTogether +FormWizard +FormWizard:Main +FormWizard:MainWithDefault +FormWizard:FormGetFields +FormWizard:FillUpFieldsListbox +FormWizard:PreviousStep +FormWizard:NextStep +FormWizard:InitializeLayoutSettings +FormWizard:ToggleDatabasePage +FormWizard:CommitLastDocumentChanges +FormWizard:StoreFormInDatabase +FormWizard:StoreForm +FormWizard:EmptyFieldsListboxes +FormWizard:DeleteFirstTableListBoxEntry +FormWizard:DeleteFirstListboxEntry +Language +Language:LoadLanguage +Language:SetDialogLanguage +Language:InitializeWidthList +Layouter +Layouter:InsertControl +Layouter:ArrangeControls +Layouter:OpenFormDocument +Layouter:InitializeLabelValues +Layouter:ConfigurePageStyle +Layouter:ChangeBorderLayouts +Layouter:ChangeLabelAlignments +Layouter:ChangeArrangemode +Layouter:ToggleBorderGroup +Layouter:ToggleAlignGroup +Layouter:ToggleLayoutPage +Layouter:DestroyControlShapes +Layouter:SwitchArrangementButtons +Layouter:SwitchBorderMode +Layouter:SwitchAlignMode +tools +tools:SetProgressValue +tools:GetPreferredWidth +tools:GetPreferredHeight +tools:GetPeerSize +tools:TwipToCM +tools:TwipTo100telMM +tools:TwipToPixel +tools:PixelTo100thMMX +tools:PixelTo100thMMY +tools:GetPoint +tools:GetSize +tools:ImportStyles +tools:SetNumerics +tools:RemoveShapes +tools:RemoveNirwanaShapes +tools:ShapesToNirwana +tools:CalcUniqueContentName +tools:CountItemsInArray +tools:GetDBHeight +tools:GetFormWizardPaths +tools:GetFilterName +Gimmicks +AutoText +AutoText:Main +AutoText:InsertStringToCell +ChangeAllChars +ChangeAllChars:ChangeAllChars +ChangeAllChars:ReplaceAllStrings +ChangeAllChars:ReplaceStrings +GetTexts +GetTexts:Main +GetTexts:GetCalcStrings +GetTexts:GetCellTexts +GetTexts:GetAnnotations +GetTexts:GetNamedRanges +GetTexts:GetCalcGraphicNames +GetTexts:GetParagraphTexts +GetTexts:GetChartStrings +GetTexts:GetFrameTexts +GetTexts:GetTextFieldStrings +GetTexts:GetLinkedFileNames +GetTexts:GetSectionNames +GetTexts:GetWriterStrings +GetTexts:GetDrawPageTitles +GetTexts:GetPageStrings +GetTexts:GetDrawStrings +GetTexts:GetDocumentProps +GetTexts:GetHyperlinks +GetTexts:GetGraphicNames +GetTexts:GetStyles +GetTexts:GetControlStrings +GetTexts:GetControlContent +GetTexts:WriteStringtoLogFile +GetTexts:MakeLogHeadLine +ReadDir +ReadDir:Main +ReadDir:TreeInfo +ReadDir:CreateTextShape +ReadDir:CalculateXPoint +ReadDir:DrawLine +ReadDir:GetSourceDirectory +ReadDir:ReadSourceDirectory +ReadDir:CloseDialog +ReadDir:AdjustPageHeight +ReadDir:SetNewLevels +ReadDir:CheckPageWidth +ReadDir:ToggleDialogControls +Userfields +Userfields:StartChangesUserfields +Userfields:FillDialog +Userfields:ScrollControls +Userfields:ScrollTextFieldInfo +Userfields:StopMacro +Userfields:SaveSettings +Userfields:ToggleButtons +Userfields:InitializeUserFamily +Userfields:AddRecord +Userfields:FillupTextFields +Userfields:StepToRecord +Userfields:SelectCurrentFields +Userfields:DeleteCurrentSettings +ImportWizard +API +API:OpenRegKey +API:GetDefaultPath +API:GetTemplateDefaultPath +API:QueryValueEx +API:QueryValue +DialogModul +DialogModul:FillStep_Welcome +DialogModul:FillStep_InputPaths +DialogModul:FillUpApplicationList +DialogModul:InitializePathsforCurrentApplication +DialogModul:AssignPathToCurrentApplication +DialogModul:SaveStep_InputPath +DialogModul:ToggleInputPaths +DialogModul:MakeSummaryString +DialogModul:FillStep_Summary +DialogModul:FillStep_Progress +DialogModul:GetFilterTracingLogPath +DialogModul:CheckMSImportAvailability +DialogModul:SetupMSConfiguration +DialogModul:SetupXMLConfiguration +DialogModul:CheckControlPath +DialogModul:CheckInputPaths +DialogModul:CheckTextBoxPath +DialogModul:InitializeProgressPage +DialogModul:SetProgressDisplay +DialogModul:TakoverFolderName +DialogModul:FinalizeDialogButtons +FilesModul +FilesModul:ReadCollectionPaths +FilesModul:GetApplicationIndex +FilesModul:InterruptProcess +FilesModul:AddCollectionPath +FilesModul:SetExtension +FilesModul:AddFilterNameToPathItem +FilesModul:CheckIfToAddPathToCollection +FilesModul:CollectPaths +FilesModul:ConvertAllDocuments +FilesModul:AddListtoFilesList +FilesModul:GetTargetTemplatePath +FilesModul:GetFilterName +FilesModul:SearchArrayforPartString +FilesModul:CreateLogTable +FilesModul:GetSize +FilesModul:InsertCommandButtonatViewCursor +FilesModul:CreateLogDocument +FilesModul:GetFilterTracingLogPath +FilesModul:InsertTargetUrlToLogDocument +FilesModul:InsertSourceUrlToLogDocument +FilesModul:InsertHyperLinkToLogCell +FilesModul:InsertCommentToLogCell +FilesModul:AddLogStatistics +FilesModul:CheckIfMacroExists +FilesModul:CheckPassWordProtection +FilesModul:OpenLogDocument +FilesModul:MergeRange +FilesModul:ConcatComment +Language +Language:LoadLanguage +Language:GetApplResourceArray +Main +Main:Main +Main:NextStep +Main:PrevStep +Main:CancelTask +Main:TemplateDirSearchDialog +Main:RepaintHeaderPreview +Main:CheckModuleInstallation +Main:CheckInstalledModule +Main:ToggleCheckboxes +Main:ToggleCheckboxesWithBoolean +Main:ToggleNextButton +Main:TakeOverPathSettings +Main:GetImportWizardPaths +Schedule +BankHoliday +BankHoliday:Main +BankHoliday:CalEasterTable +BankHoliday:CalOrthodoxEasterTable +BankHoliday:CalInitGlobalVariablesDate +BankHoliday:CalInsertBankholiday +BankHoliday:CalMaxDayInMonth +BankHoliday:CalGetIntOfShortMonthName +BankHoliday:CalInsertOwnDataInTables +BankHoliday:GetMonthDate +BankHoliday:GetNextWeekDay +BankHoliday:AddFollowUpHolidays +CalendarMain +CalendarMain:CalAutopilotTable +CalendarMain:SetupNumberFormatter +CalendarMain:AddNumberFormat +CalendarMain:CalChooseCalendar +CalendarMain:CalcmdCancel +CalendarMain:CalcmdOk +CreateTable +CreateTable:CalCreateYearTable +CreateTable:CalCreateMonthTable +CreateTable:FormatCalCells +DlgControl +DlgControl:Main +DlgControl:CalcmdDeleteSelect +DlgControl:CalSaveOwnEventControls +DlgControl:CalMouseMoved +DlgControl:SelectState +DlgControl:MouseLeavesImage +DlgControl:CalClearInputMask +DlgControl:CalmdSwitchOwnDataOrGeneral +DlgControl:ToggleInsertButton +DlgControl:CalUpdateNewEventFrame +GermanHolidays +GermanHolidays:Main +GermanHolidays:CalGetGermanLandAtMousePos +GermanHolidays:CalFindWholeYearHolidays_GERMANY +Language +Language:LoadLanguage +LocalHolidays +LocalHolidays:Main +LocalHolidays:FindWholeYearHolidays_FRANCE +LocalHolidays:FindWholeYearHolidays_SWED +LocalHolidays:FindWholeYearHolidays_FI +LocalHolidays:FindWholeYearHolidays_DK +LocalHolidays:FindWholeYearHolidays_ITA +LocalHolidays:FindWholeYearHolidays_TRK +LocalHolidays:CalculateturkishReligousHolidays +LocalHolidays:FindWholeYearHolidays_GREEK +LocalHolidays:FindWholeYearHolidays_SPAIN +LocalHolidays:FindWholeYearHolidays_PORT +LocalHolidays:FindWholeYearHolidays_NL +LocalHolidays:FindWholeYearHolidays_PL +LocalHolidays:FindWholeYearHolidays_RU +LocalHolidays:FindWholeYearHolidays_US +LocalHolidays:FindWholeYearHolidays_JP +LocalHolidays:FindWholeYearHolidays_TW +LocalHolidays:FindWholeYearHolidays_CN +LocalHolidays:CalculateChineseNewYear +LocalHolidays:CalculateJapaneseSpringDay +LocalHolidays:CalculateJapaneseAutumnDay +OwnEvents +OwnEvents:Main +OwnEvents:CalSaveOwnData +OwnEvents:CalLoadOwnData +OwnEvents:CalCreateDateStrOfInput +OwnEvents:CalcmdInsertData +OwnEvents:GetSelectedDateUnits +OwnEvents:GetDateUnits +OwnEvents:CalGetNameOfEvent +OwnEvents:CheckInsertedDates +OwnEvents:GetOwnMonth +ScriptBindingLibrary +Template +Autotext +Autotext:Main +Autotext:CreateUserDatafield +Autotext:CreateBullet +Autotext:CreatePlaceholder +Correspondence +Correspondence:Main +Correspondence:Placeholder +Correspondence:Database +Correspondence:LoadLanguageCorrespondence +Correspondence:GetFieldName +Correspondence:OK +Correspondence:InsertDBField +Correspondence:InsertPlaceholder +ModuleAgenda +ModuleAgenda:Initialize +ModuleAgenda:LoadLanguageAgenda +ModuleAgenda:ModifyTemplate +ModuleAgenda:NewTopic +ModuleAgenda:FinishAgenda +ModuleAgenda:CreateBookMarkCursor +ModuleAgenda:DeleteButtons +ModuleAgenda:GetOptionValues +Samples +Samples:PrepareForEditing +Samples:ShowStyles +Samples:SelectStyle +Samples:SaveCurrentStyles +Samples:RestoreCurrentStyles +Samples:CloseStyleDialog +Samples:KillTempFile +Tools +Debug +Debug:ActivateReadOnlyFlag +Debug:DeactivateReadOnlyFlag +Debug:SetBasicReadOnlyFlag +Debug:WritedbgInfo +Debug:WriteDbgString +Debug:printdbgInfo +Debug:ShowArray +Debug:ShowPropertyValues +Debug:ShowNameValuePair +Debug:ShowElementNames +Debug:ShowSupportedServiceNames +Debug:ShowAvailableServiceNames +Debug:ShowCommands +Debug:ProtectCurrentSheets +Debug:FillDocument +Listbox +Listbox:MergeList +Listbox:RemoveListItems +Listbox:InitializeListboxProcedures +Listbox:CopyListboxItems +Listbox:FormMoveSelected +Listbox:FormMoveAll +Listbox:FormRemoveSelected +Listbox:FormRemoveAll +Listbox:MoveSelectedListBox +Listbox:MoveOrderedSelectedListbox +Listbox:RemoveSelected +Listbox:SetNewSelection +Listbox:ToggleListboxControls +Listbox:FormSetMoveRights +Listbox:AddSingleItemToListbox +Listbox:EmptyListbox +Listbox:SelectListboxItem +Listbox:GetSelectedListboxItems +Listbox:RemoveListboxItemByName +Listbox:GetItemPos +Misc +Misc:Main +Misc:RegisterNewDataSource +Misc:ConnecttoDatabase +Misc:GetStarOfficeLocale +Misc:GetRegistryKeyContent +Misc:GetProductname +Misc:OpenDocument +Misc:TaskonDesktop +Misc:RetrieveFileName +Misc:GetPathSettings +Misc:GetOfficeSubPath +Misc:ShowNoOfficePathError +Misc:InitResources +Misc:GetResText +Misc:CutPathView +Misc:DeleteInputCells +Misc:ChangeValueofRange +Misc:ReplaceRangeValues +Misc:GetValueofCellbyName +Misc:DuplicateRow +Misc:GetStringofCellbyName +Misc:GetCellByName +Misc:ChangeCellValue +Misc:GetDocumentType +Misc:GetNumberFormatType +Misc:ProtectSheets +Misc:UnprotectSheets +Misc:GetRowIndex +Misc:GetColumnIndex +Misc:CopySheetbyName +Misc:ToggleWindow +Misc:CheckNewSheetname +Misc:AddNewSheetName +Misc:GetSheetIndex +Misc:GetLastUsedRow +Misc:ModifyBorderLineWidth +Misc:AttachBasicMacroToEvent +Misc:ModifyPropertyValue +Misc:GetPropertyValueIndex +Misc:DispatchSlot +Misc:IsFatOffice +Misc:GetLocale +Misc:ToggleDesignMode +Misc:isHighContrast +Misc:CreateNewDocument +Misc:DisposeDocument +Misc:CalIsLeapYear +ModuleControls +ModuleControls:getControlModel +ModuleControls:GetControlShape +ModuleControls:getControlView +ModuleControls:DisposeControl +ModuleControls:GetControlGroupModel +ModuleControls:GetRefValue +ModuleControls:GetRefValueOfControlGroup +ModuleControls:GetOptionGroupValue +ModuleControls:WriteOptValueToCell +ModuleControls:LoadDialog +ModuleControls:GetFolderName +ModuleControls:GetFileName +ModuleControls:StoreDocument +ModuleControls:AddFiltersToDialog +ModuleControls:SwitchMousePointer +ModuleControls:ShowOverwriteAllDialog +ModuleControls:SetOVERWRITEToQuery +ModuleControls:SetOVERWRITEToAlways +ModuleControls:SetOVERWRITEToNever +Strings +Strings:ElimChar +Strings:DeleteStr +Strings:FindPartString +Strings:PartStringInArray +Strings:RTrimStr +Strings:LTRimChar +Strings:ArrayOutOfString +Strings:ClearArray +Strings:ClearMultiDimArray +Strings:FieldinArray +Strings:FieldinList +Strings:IndexinArray +Strings:MultiArrayInListbox +Strings:StringInMultiArray +Strings:GetIndexInMultiArray +Strings:GetIndexForPartStringinMultiArray +Strings:ArrayfromMultiArray +Strings:ReplaceString +Strings:FindSecondValue +Strings:Power +Strings:Round +Strings:FileNameoutofPath +Strings:GetFileNameExtension +Strings:GetFileNameWithoutExtension +Strings:DirectoryNameoutofPath +Strings:CountCharsinString +Strings:BubbleSortList +Strings:GetValueoutofList +Strings:AddListtoList +Strings:CheckDouble +UCB +UCB:Main +UCB:ReadDirectories +UCB:AddFoldertoList +UCB:AddFileNameToList +UCB:RetrieveDocTitle +UCB:GetRealFileContent +UCB:CopyRecursively +UCB:ShowHelperDialog +UCB:SaveDataToFile +UCB:LoadDataFromFile +UCB:CreateFolder +Untitled 1 +Standard diff --git a/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_BeanShell.txt b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_BeanShell.txt new file mode 100755 index 000000000000..5fd31835476e --- /dev/null +++ b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_BeanShell.txt @@ -0,0 +1,14 @@ +My Macros +OpenOffice.org Macros +Capitalise +capitalise.bsh +HelloWorld +helloworld.bsh +Highlight +ButtonPressHandler.bsh +ShowDialog.bsh +MemoryUsage +memusage.bsh +WordCount +wordcount.bsh +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_JavaScript.txt b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_JavaScript.txt new file mode 100755 index 000000000000..06f63f48530c --- /dev/null +++ b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_JavaScript.txt @@ -0,0 +1,10 @@ +My Macros +OpenOffice.org Macros +ExportSheetsToHTML +exportsheetstohtml.js +HelloWorld +helloworld.js +Highlight +ButtonPressHandler.js +ShowDialog.js +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_Python.txt b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_Python.txt new file mode 100755 index 000000000000..93f69e69e7b0 --- /dev/null +++ b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_Python.txt @@ -0,0 +1,10 @@ +My Macros +OpenOffice.org Macros +Capitalise +capitalisePython +HelloWorld +HelloWorldPython +pythonSamples +TableSample +createTable +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_RunMacro.txt b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_RunMacro.txt new file mode 100755 index 000000000000..74378128ac9b --- /dev/null +++ b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_RunMacro.txt @@ -0,0 +1,681 @@ +My Macros +Standard +Module1 +Module1:Main +OpenOffice.org Macros +Capitalise +Capitalise:capitalise.bsh +Capitalise:capitalisePython +Depot +Depot +Depot:AddShortCuttoControl +Depot:Buy +Depot:CancelStockRate +Depot:CancelTransaction +Depot:CommitStockRate +Depot:EnableTransactionControls +Depot:HandleStocks +Depot:Initialize +Depot:InitializeStockRatesControls +Depot:OpenStockRatePage +Depot:Reset +Depot:SelectStockname +Depot:SelectStockNameForRates +Depot:Sell +Depot:SetupTransactionControls +Depot:ToggleStockRateControls +Depot:TransactionOk +CommonLang +CommonLang:CompleteMarketList +CommonLang:InitializeStartUpModel +CommonLang:LoadDepotDialogs +CommonLang:LoadLanguage +CommonLang:LocalizedCurrencies +Currency +Currency:CheckFormatType +Currency:ChooseMarket +Currency:CloseStartUpDialog +Currency:ConvertStylesCurrencies +Currency:DisposeDocument +Currency:EnableGoOnButton +Currency:Numberformat +Currency:Startup +Currency:SwitchNumberFormat +Internet +Internet:CalculateChartafterSplit +Internet:CheckHistoryControls +Internet:GetCurrentRate +Internet:InsertCompanyHistory +Internet:InternetUpdate +Internet:StringToDate +Internet:UpdateChart +Internet:UpdateValue +Lang_de +Lang_de:LoadGermanLanguage +tools +tools:AddValueToCellContent +tools:CellValuetoControl +tools:CheckDocLocale +tools:CheckInputDate +tools:FillListbox +tools:GetRowIndex +tools:GetStockID +tools:GetStockRowIndex +tools:GetStocksCount +tools:GetTransactionCount +tools:InitializeStatusLine +tools:InsertCurrentValue +tools:MakeRangeVisible +tools:RemoveSheet +tools:RemoveStockRows +tools:SplitCellValue +Lang_en +Lang_en:LoadEnglishLanguage +Lang_fr +Lang_fr:LoadFrenchLanguage +Lang_it +Lang_it:LoadItalianLanguage +Lang_es +Lang_es:LoadSpanishLanguage +Lang_sv +Lang_sv:LoadSwedishLanguage +Lang_zh +Lang_zh:LoadChineseSimpleLanguage +Lang_tw +Lang_tw:LoadChineseTradLanguage +Lang_ko +Lang_ko:LoadKoreanLanguage +Lang_ja +Lang_ja:LoadJapaneseLanguage +Euro +ConvertRun +ConvertRun:AddRangeToListbox +ConvertRun:AddSelectedRangeToSelRangesEnum +ConvertRun:CheckLocale +ConvertRun:CheckRangeSelection +ConvertRun:ConvertRangesOrStylesOfDocument +ConvertRun:ConvertWholeDocument +ConvertRun:EmptySelection +ConvertRun:EnableStep1DialogControls +ConvertRun:FieldinList +ConvertRun:GetPreSelectedRange +ConvertRun:Main +ConvertRun:RetrieveEnableValue +ConvertRun:SelectListItem +ConvertRun:SetOptionValuestoNull +ConvertRun:SetStatusLineText +AutoPilotRun +AutoPilotRun:AssignFileName +AutoPilotRun:CallFilePicker +AutoPilotRun:CallFolderPicker +AutoPilotRun:ChangeToNextProgressStep +AutoPilotRun:ConvertDocuments +AutoPilotRun:EnableStep2DialogControls +AutoPilotRun:InitializeDocument +AutoPilotRun:InitializeProgressPage +AutoPilotRun:InitializeThirdStep +AutoPilotRun:PreviousStep +AutoPilotRun:StartAutoPilot +AutoPilotRun:StoreDocument +AutoPilotRun:SwapExtent +AutoPilotRun:ToggleGoOnButton +AutoPilotRun:ToggleProgressStep +Hard +Hard:AddSheetRanges +Hard:CheckIfRangeisCurrency +Hard:ConvertCellCurrencies +Hard:ConvertThehardWay +Hard:CountColumnsForRow +Hard:CountRangeCells +Hard:CreateRangeEnumeration +Hard:CreateRangeList +Hard:ModifyObjectValuewithCurrFactor +Hard:SelectRange +Soft +Soft:AssignCellFormatRanges +Soft:AssignRangestoStyle +Soft:ConvertTheSoftWay +Soft:CreateStyleEnumeration +Soft:DeselectStyle +Soft:GetAssignedRanges +Soft:MakeStyleEnumeration +Soft:RetrieveRangeNamefromAddress +Soft:RetrieveRangeoutofRangeName +Soft:RetrieveSheetoutofRangeName +Init +Init:InitializeControls +Init:InitializeConverter +Init:InitializeCurrencies +Init:InitializeCurrencyValues +Init:InitializeLanguages +Init:InitializeLocales +Init:InitializeResources +Common +Common:CancelTask +Common:CheckFormatType +Common:ConvertDocument +Common:EndStatusLine +Common:FillUpCurrencyListbox +Common:IncreaseStatusValue +Common:InitializeProgressbar +Common:Numberformat +Common:RetrieveDocumentObjects +Common:SelectCurrency +Common:StartConversion +Common:SwitchNumberFormat +Writer +Writer:ConvertTextFields +Writer:ConvertWriterTables +Writer:ModifyObjectValuewithCurrFactor +Protect +Protect:AddSheettoUnprotectionlist +Protect:CheckSheetProtection +Protect:ExecutePasswordDialog +Protect:ReadPassword +Protect:RejectPassword +Protect:ReprotectSheets +Protect:UnprotectSheet +Protect:UnprotectSheetsWithPassWord +Protect:UnprotectSheetWithDialog +ExportSheetsToHTML +ExportSheetsToHTML:exportsheetstohtml.js +FormWizard +FormWizard +FormWizard:CommitLastDocumentChanges +FormWizard:DeleteFirstListboxEntry +FormWizard:DeleteFirstTableListBoxEntry +FormWizard:EmptyFieldsListboxes +FormWizard:FillUpFieldsListbox +FormWizard:FormGetFields +FormWizard:InitializeLayoutSettings +FormWizard:Main +FormWizard:MainWithDefault +FormWizard:NextStep +FormWizard:PreviousStep +FormWizard:StoreForm +FormWizard:StoreFormInDatabase +FormWizard:ToggleDatabasePage +Layouter +Layouter:ArrangeControls +Layouter:ChangeArrangemode +Layouter:ChangeBorderLayouts +Layouter:ChangeLabelAlignments +Layouter:ConfigurePageStyle +Layouter:DestroyControlShapes +Layouter:InitializeLabelValues +Layouter:InsertControl +Layouter:OpenFormDocument +Layouter:SwitchAlignMode +Layouter:SwitchArrangementButtons +Layouter:SwitchBorderMode +Layouter:ToggleAlignGroup +Layouter:ToggleBorderGroup +Layouter:ToggleLayoutPage +Language +Language:InitializeWidthList +Language:LoadLanguage +Language:SetDialogLanguage +DBMeta +DBMeta:AddOrRemoveBinaryFieldsToWidthList +DBMeta:AssignFieldLength +DBMeta:CreateCommandTypeList +DBMeta:CreateDBForm +DBMeta:GetConnection +DBMeta:GetCurrentMetaValues +DBMeta:GetDatabaseNames +DBMeta:GetDBMetaData +DBMeta:GetSelectedDBMetaData +DBMeta:GetSpecificFieldNames +DBMeta:GetTableMetaData +tools +tools:CalcUniqueContentName +tools:CountItemsInArray +tools:GetDBHeight +tools:GetFilterName +tools:GetFormWizardPaths +tools:GetPeerSize +tools:GetPoint +tools:GetPreferredHeight +tools:GetPreferredWidth +tools:GetSize +tools:ImportStyles +tools:PixelTo100thMMX +tools:PixelTo100thMMY +tools:RemoveNirwanaShapes +tools:RemoveShapes +tools:SetNumerics +tools:SetProgressValue +tools:ShapesToNirwana +tools:TwipTo100telMM +tools:TwipToCM +tools:TwipToPixel +develop +develop:AdjustLineWidth +develop:CheckJustifiedPosition +develop:CheckOuterPoints +develop:ControlCaptionstoStandardLayout +develop:GetCorrWidth +develop:GetLabelDiffHeight +develop:GroupShapesTogether +develop:InitializePosSizes +develop:InsertDBControl +develop:InsertTextControl +develop:InsertTimeStampShape +develop:PositionControls +develop:PositionGridControl +develop:RepositionColumnarLeftControls +develop:ResetDBShape +develop:ResetPosSizes +develop:SetupGridColumn +Gimmicks +GetTexts +GetTexts:GetAnnotations +GetTexts:GetCalcGraphicNames +GetTexts:GetCalcStrings +GetTexts:GetCellTexts +GetTexts:GetChartStrings +GetTexts:GetControlContent +GetTexts:GetControlStrings +GetTexts:GetDocumentProps +GetTexts:GetDrawPageTitles +GetTexts:GetDrawStrings +GetTexts:GetFrameTexts +GetTexts:GetGraphicNames +GetTexts:GetHyperlinks +GetTexts:GetLinkedFileNames +GetTexts:GetNamedRanges +GetTexts:GetPageStrings +GetTexts:GetParagraphTexts +GetTexts:GetSectionNames +GetTexts:GetStyles +GetTexts:GetTextFieldStrings +GetTexts:GetWriterStrings +GetTexts:Main +GetTexts:MakeLogHeadLine +GetTexts:WriteStringtoLogFile +Userfields +Userfields:AddRecord +Userfields:DeleteCurrentSettings +Userfields:FillDialog +Userfields:FillupTextFields +Userfields:InitializeUserFamily +Userfields:SaveSettings +Userfields:ScrollControls +Userfields:ScrollTextFieldInfo +Userfields:SelectCurrentFields +Userfields:StartChangesUserfields +Userfields:StepToRecord +Userfields:StopMacro +Userfields:ToggleButtons +ChangeAllChars +ChangeAllChars:ChangeAllChars +ChangeAllChars:ReplaceAllStrings +ChangeAllChars:ReplaceStrings +AutoText +AutoText:InsertStringToCell +AutoText:Main +ReadDir +ReadDir:AdjustPageHeight +ReadDir:CalculateXPoint +ReadDir:CheckPageWidth +ReadDir:CloseDialog +ReadDir:CreateTextShape +ReadDir:DrawLine +ReadDir:GetSourceDirectory +ReadDir:Main +ReadDir:ReadSourceDirectory +ReadDir:SetNewLevels +ReadDir:ToggleDialogControls +ReadDir:TreeInfo +HelloWorld +HelloWorld:helloworld.bsh +HelloWorld:helloworld.js +HelloWorld:HelloWorld.printHW +HelloWorld:HelloWorldPython +Highlight +Highlight:ButtonPressHandler.bsh +Highlight:ButtonPressHandler.js +Highlight:HighlightText.showForm +Highlight:ShowDialog.bsh +Highlight:ShowDialog.js +ImportWizard +Main +Main:CancelTask +Main:CheckInstalledModule +Main:CheckModuleInstallation +Main:GetImportWizardPaths +Main:Main +Main:NextStep +Main:PrevStep +Main:RepaintHeaderPreview +Main:TakeOverPathSettings +Main:TemplateDirSearchDialog +Main:ToggleCheckboxes +Main:ToggleCheckboxesWithBoolean +Main:ToggleNextButton +DialogModul +DialogModul:AssignPathToCurrentApplication +DialogModul:CheckControlPath +DialogModul:CheckInputPaths +DialogModul:CheckMSImportAvailability +DialogModul:CheckTextBoxPath +DialogModul:FillStep_InputPaths +DialogModul:FillStep_Progress +DialogModul:FillStep_Summary +DialogModul:FillStep_Welcome +DialogModul:FillUpApplicationList +DialogModul:FinalizeDialogButtons +DialogModul:GetFilterTracingLogPath +DialogModul:InitializePathsforCurrentApplication +DialogModul:InitializeProgressPage +DialogModul:MakeSummaryString +DialogModul:SaveStep_InputPath +DialogModul:SetProgressDisplay +DialogModul:SetupMSConfiguration +DialogModul:SetupXMLConfiguration +DialogModul:TakoverFolderName +DialogModul:ToggleInputPaths +Language +Language:GetApplResourceArray +Language:LoadLanguage +FilesModul +FilesModul:AddCollectionPath +FilesModul:AddFilterNameToPathItem +FilesModul:AddListtoFilesList +FilesModul:AddLogStatistics +FilesModul:CheckIfMacroExists +FilesModul:CheckIfToAddPathToCollection +FilesModul:CheckPassWordProtection +FilesModul:CollectPaths +FilesModul:ConcatComment +FilesModul:ConvertAllDocuments +FilesModul:CreateLogDocument +FilesModul:CreateLogTable +FilesModul:GetApplicationIndex +FilesModul:GetFilterName +FilesModul:GetFilterTracingLogPath +FilesModul:GetSize +FilesModul:GetTargetTemplatePath +FilesModul:InsertCommandButtonatViewCursor +FilesModul:InsertCommentToLogCell +FilesModul:InsertHyperLinkToLogCell +FilesModul:InsertSourceUrlToLogDocument +FilesModul:InsertTargetUrlToLogDocument +FilesModul:InterruptProcess +FilesModul:MergeRange +FilesModul:OpenLogDocument +FilesModul:ReadCollectionPaths +FilesModul:SearchArrayforPartString +FilesModul:SetExtension +API +API:GetDefaultPath +API:GetTemplateDefaultPath +API:OpenRegKey +API:QueryValue +API:QueryValueEx +MemoryUsage +MemoryUsage:MemoryUsage.updateMemoryUsage +MemoryUsage:memusage.bsh +Schedule +OwnEvents +OwnEvents:CalcmdInsertData +OwnEvents:CalCreateDateStrOfInput +OwnEvents:CalGetNameOfEvent +OwnEvents:CalLoadOwnData +OwnEvents:CalSaveOwnData +OwnEvents:CheckInsertedDates +OwnEvents:GetDateUnits +OwnEvents:GetOwnMonth +OwnEvents:GetSelectedDateUnits +OwnEvents:Main +CalendarMain +CalendarMain:AddNumberFormat +CalendarMain:CalAutopilotTable +CalendarMain:CalChooseCalendar +CalendarMain:CalcmdCancel +CalendarMain:CalcmdOk +CalendarMain:SetupNumberFormatter +BankHoliday +BankHoliday:AddFollowUpHolidays +BankHoliday:CalEasterTable +BankHoliday:CalGetIntOfShortMonthName +BankHoliday:CalInitGlobalVariablesDate +BankHoliday:CalInsertBankholiday +BankHoliday:CalInsertOwnDataInTables +BankHoliday:CalMaxDayInMonth +BankHoliday:CalOrthodoxEasterTable +BankHoliday:GetMonthDate +BankHoliday:GetNextWeekDay +BankHoliday:Main +DlgControl +DlgControl:CalClearInputMask +DlgControl:CalcmdDeleteSelect +DlgControl:CalmdSwitchOwnDataOrGeneral +DlgControl:CalMouseMoved +DlgControl:CalSaveOwnEventControls +DlgControl:CalUpdateNewEventFrame +DlgControl:Main +DlgControl:MouseLeavesImage +DlgControl:SelectState +DlgControl:ToggleInsertButton +Language +Language:LoadLanguage +CreateTable +CreateTable:CalCreateMonthTable +CreateTable:CalCreateYearTable +CreateTable:FormatCalCells +GermanHolidays +GermanHolidays:CalFindWholeYearHolidays_GERMANY +GermanHolidays:CalGetGermanLandAtMousePos +GermanHolidays:Main +LocalHolidays +LocalHolidays:CalculateChineseNewYear +LocalHolidays:CalculateJapaneseAutumnDay +LocalHolidays:CalculateJapaneseSpringDay +LocalHolidays:CalculateturkishReligousHolidays +LocalHolidays:FindWholeYearHolidays_CN +LocalHolidays:FindWholeYearHolidays_DK +LocalHolidays:FindWholeYearHolidays_FI +LocalHolidays:FindWholeYearHolidays_FRANCE +LocalHolidays:FindWholeYearHolidays_GREEK +LocalHolidays:FindWholeYearHolidays_ITA +LocalHolidays:FindWholeYearHolidays_JP +LocalHolidays:FindWholeYearHolidays_NL +LocalHolidays:FindWholeYearHolidays_PL +LocalHolidays:FindWholeYearHolidays_PORT +LocalHolidays:FindWholeYearHolidays_RU +LocalHolidays:FindWholeYearHolidays_SPAIN +LocalHolidays:FindWholeYearHolidays_SWED +LocalHolidays:FindWholeYearHolidays_TRK +LocalHolidays:FindWholeYearHolidays_TW +LocalHolidays:FindWholeYearHolidays_US +LocalHolidays:Main +ScriptBindingLibrary +Template +ModuleAgenda +ModuleAgenda:CreateBookMarkCursor +ModuleAgenda:DeleteButtons +ModuleAgenda:FinishAgenda +ModuleAgenda:GetOptionValues +ModuleAgenda:Initialize +ModuleAgenda:LoadLanguageAgenda +ModuleAgenda:ModifyTemplate +ModuleAgenda:NewTopic +Correspondence +Correspondence:Database +Correspondence:GetFieldName +Correspondence:InsertDBField +Correspondence:InsertPlaceholder +Correspondence:LoadLanguageCorrespondence +Correspondence:Main +Correspondence:OK +Correspondence:Placeholder +Samples +Samples:CloseStyleDialog +Samples:KillTempFile +Samples:PrepareForEditing +Samples:RestoreCurrentStyles +Samples:SaveCurrentStyles +Samples:SelectStyle +Samples:ShowStyles +Autotext +Autotext:CreateBullet +Autotext:CreatePlaceholder +Autotext:CreateUserDatafield +Autotext:Main +Tools +ModuleControls +ModuleControls:AddFiltersToDialog +ModuleControls:DisposeControl +ModuleControls:GetControlGroupModel +ModuleControls:getControlModel +ModuleControls:GetControlShape +ModuleControls:getControlView +ModuleControls:GetFileName +ModuleControls:GetFolderName +ModuleControls:GetOptionGroupValue +ModuleControls:GetRefValue +ModuleControls:GetRefValueOfControlGroup +ModuleControls:LoadDialog +ModuleControls:SetOVERWRITEToAlways +ModuleControls:SetOVERWRITEToNever +ModuleControls:SetOVERWRITEToQuery +ModuleControls:ShowOverwriteAllDialog +ModuleControls:StoreDocument +ModuleControls:SwitchMousePointer +ModuleControls:WriteOptValueToCell +Strings +Strings:AddListtoList +Strings:ArrayfromMultiArray +Strings:ArrayOutOfString +Strings:BubbleSortList +Strings:CheckDouble +Strings:ClearArray +Strings:ClearMultiDimArray +Strings:CountCharsinString +Strings:DeleteStr +Strings:DirectoryNameoutofPath +Strings:ElimChar +Strings:FieldinArray +Strings:FieldinList +Strings:FileNameoutofPath +Strings:FindPartString +Strings:FindSecondValue +Strings:GetFileNameExtension +Strings:GetFileNameWithoutExtension +Strings:GetIndexForPartStringinMultiArray +Strings:GetIndexInMultiArray +Strings:GetValueoutofList +Strings:IndexinArray +Strings:LTRimChar +Strings:MultiArrayInListbox +Strings:PartStringInArray +Strings:Power +Strings:ReplaceString +Strings:Round +Strings:RTrimStr +Strings:StringInMultiArray +Misc +Misc:AddNewSheetName +Misc:AttachBasicMacroToEvent +Misc:CalIsLeapYear +Misc:ChangeCellValue +Misc:ChangeValueofRange +Misc:CheckNewSheetname +Misc:ConnecttoDatabase +Misc:CopySheetbyName +Misc:CreateNewDocument +Misc:CutPathView +Misc:DeleteInputCells +Misc:DispatchSlot +Misc:DisposeDocument +Misc:DuplicateRow +Misc:GetCellByName +Misc:GetColumnIndex +Misc:GetDocumentType +Misc:GetLastUsedRow +Misc:GetLocale +Misc:GetNumberFormatType +Misc:GetOfficeSubPath +Misc:GetPathSettings +Misc:GetProductname +Misc:GetPropertyValueIndex +Misc:GetRegistryKeyContent +Misc:GetResText +Misc:GetRowIndex +Misc:GetSheetIndex +Misc:GetStarOfficeLocale +Misc:GetStringofCellbyName +Misc:GetValueofCellbyName +Misc:InitResources +Misc:IsFatOffice +Misc:isHighContrast +Misc:Main +Misc:ModifyBorderLineWidth +Misc:ModifyPropertyValue +Misc:OpenDocument +Misc:ProtectSheets +Misc:RegisterNewDataSource +Misc:ReplaceRangeValues +Misc:RetrieveFileName +Misc:ShowNoOfficePathError +Misc:TaskonDesktop +Misc:ToggleDesignMode +Misc:ToggleWindow +Misc:UnprotectSheets +UCB +UCB:AddFileNameToList +UCB:AddFoldertoList +UCB:CopyRecursively +UCB:CreateFolder +UCB:GetRealFileContent +UCB:LoadDataFromFile +UCB:Main +UCB:ReadDirectories +UCB:RetrieveDocTitle +UCB:SaveDataToFile +UCB:ShowHelperDialog +Listbox +Listbox:AddSingleItemToListbox +Listbox:CopyListboxItems +Listbox:EmptyListbox +Listbox:FormMoveAll +Listbox:FormMoveSelected +Listbox:FormRemoveAll +Listbox:FormRemoveSelected +Listbox:FormSetMoveRights +Listbox:GetItemPos +Listbox:GetSelectedListboxItems +Listbox:InitializeListboxProcedures +Listbox:MergeList +Listbox:MoveOrderedSelectedListbox +Listbox:MoveSelectedListBox +Listbox:RemoveListboxItemByName +Listbox:RemoveListItems +Listbox:RemoveSelected +Listbox:SelectListboxItem +Listbox:SetNewSelection +Listbox:ToggleListboxControls +Debug +Debug:ActivateReadOnlyFlag +Debug:DeactivateReadOnlyFlag +Debug:FillDocument +Debug:printdbgInfo +Debug:ProtectCurrentSheets +Debug:SetBasicReadOnlyFlag +Debug:ShowArray +Debug:ShowAvailableServiceNames +Debug:ShowCommands +Debug:ShowElementNames +Debug:ShowNameValuePair +Debug:ShowPropertyValues +Debug:ShowSupportedServiceNames +Debug:WritedbgInfo +Debug:WriteDbgString +WordCount +WordCount:wordcount.bsh +pythonSamples +TableSample +TableSample:createTable +Untitled 1 +Standard diff --git a/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_osx_BasicOrganizer.txt b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_osx_BasicOrganizer.txt new file mode 100755 index 000000000000..49400346a1a0 --- /dev/null +++ b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_osx_BasicOrganizer.txt @@ -0,0 +1,657 @@ +My Macros +Standard +Module1 +Module1:Main +OpenOffice.org Macros +Depot +CommonLang +CommonLang:LoadLanguage +CommonLang:CompleteMarketList +CommonLang:LocalizedCurrencies +CommonLang:LoadDepotDialogs +CommonLang:InitializeStartUpModel +Currency +Currency:Startup +Currency:EnableGoOnButton +Currency:CloseStartUpDialog +Currency:DisposeDocument +Currency:ChooseMarket +Currency:ConvertStylesCurrencies +Currency:SwitchNumberFormat +Currency:Numberformat +Currency:CheckFormatType +Depot +Depot:Initialize +Depot:Buy +Depot:Sell +Depot:Reset +Depot:TransactionOk +Depot:SelectStockname +Depot:HandleStocks +Depot:CancelStockRate +Depot:CancelTransaction +Depot:CommitStockRate +Depot:EnableTransactionControls +Depot:SetupTransactionControls +Depot:AddShortCuttoControl +Depot:OpenStockRatePage +Depot:SelectStockNameForRates +Depot:ToggleStockRateControls +Depot:InitializeStockRatesControls +Internet +Internet:CheckHistoryControls +Internet:InsertCompanyHistory +Internet:InternetUpdate +Internet:GetCurrentRate +Internet:UpdateValue +Internet:StringToDate +Internet:UpdateChart +Internet:CalculateChartafterSplit +Lang_de +Lang_de:LoadGermanLanguage +Lang_en +Lang_en:LoadEnglishLanguage +Lang_es +Lang_es:LoadSpanishLanguage +Lang_fr +Lang_fr:LoadFrenchLanguage +Lang_it +Lang_it:LoadItalianLanguage +Lang_ja +Lang_ja:LoadJapaneseLanguage +Lang_ko +Lang_ko:LoadKoreanLanguage +Lang_sv +Lang_sv:LoadSwedishLanguage +Lang_tw +Lang_tw:LoadChineseTradLanguage +Lang_zh +Lang_zh:LoadChineseSimpleLanguage +tools +tools:RemoveSheet +tools:InitializeStatusLine +tools:MakeRangeVisible +tools:GetRowIndex +tools:GetTransactionCount +tools:GetStocksCount +tools:FillListbox +tools:CellValuetoControl +tools:RemoveStockRows +tools:AddValueToCellContent +tools:CheckInputDate +tools:InsertCurrentValue +tools:SplitCellValue +tools:GetStockRowIndex +tools:GetStockID +tools:CheckDocLocale +Euro +AutoPilotRun +AutoPilotRun:StartAutoPilot +AutoPilotRun:ConvertDocuments +AutoPilotRun:InitializeDocument +AutoPilotRun:ChangeToNextProgressStep +AutoPilotRun:StoreDocument +AutoPilotRun:SwapExtent +AutoPilotRun:InitializeThirdStep +AutoPilotRun:ToggleProgressStep +AutoPilotRun:EnableStep2DialogControls +AutoPilotRun:InitializeProgressPage +AutoPilotRun:AssignFileName +AutoPilotRun:ToggleGoOnButton +AutoPilotRun:CallFolderPicker +AutoPilotRun:CallFilePicker +AutoPilotRun:PreviousStep +Common +Common:RetrieveDocumentObjects +Common:CancelTask +Common:ConvertDocument +Common:SwitchNumberFormat +Common:Numberformat +Common:CheckFormatType +Common:StartConversion +Common:IncreaseStatusValue +Common:SelectCurrency +Common:FillUpCurrencyListbox +Common:InitializeProgressbar +Common:EndStatusLine +ConvertRun +ConvertRun:Main +ConvertRun:SelectListItem +ConvertRun:RetrieveEnableValue +ConvertRun:EnableStep1DialogControls +ConvertRun:ConvertRangesOrStylesOfDocument +ConvertRun:ConvertWholeDocument +ConvertRun:EmptySelection +ConvertRun:AddSelectedRangeToSelRangesEnum +ConvertRun:GetPreSelectedRange +ConvertRun:AddRangeToListbox +ConvertRun:CheckRangeSelection +ConvertRun:FieldinList +ConvertRun:CheckLocale +ConvertRun:SetOptionValuestoNull +ConvertRun:SetStatusLineText +Hard +Hard:CreateRangeList +Hard:CreateRangeEnumeration +Hard:AddSheetRanges +Hard:SelectRange +Hard:ConvertThehardWay +Hard:ConvertCellCurrencies +Hard:ModifyObjectValuewithCurrFactor +Hard:CheckIfRangeisCurrency +Hard:CountColumnsForRow +Hard:CountRangeCells +Init +Init:InitializeResources +Init:InitializeLanguages +Init:InitializeCurrencies +Init:InitializeControls +Init:InitializeConverter +Init:InitializeCurrencyValues +Init:InitializeLocales +Protect +Protect:UnprotectSheetsWithPassWord +Protect:UnprotectSheet +Protect:UnprotectSheetWithDialog +Protect:ExecutePasswordDialog +Protect:ReadPassword +Protect:RejectPassword +Protect:ReprotectSheets +Protect:AddSheettoUnprotectionlist +Protect:CheckSheetProtection +Soft +Soft:CreateStyleEnumeration +Soft:MakeStyleEnumeration +Soft:AssignRangestoStyle +Soft:AssignCellFormatRanges +Soft:DeselectStyle +Soft:RetrieveRangeNamefromAddress +Soft:RetrieveSheetoutofRangeName +Soft:RetrieveRangeoutofRangeName +Soft:ConvertTheSoftWay +Soft:GetAssignedRanges +Writer +Writer:ConvertWriterTables +Writer:ModifyObjectValuewithCurrFactor +Writer:ConvertTextFields +FormWizard +DBMeta +DBMeta:GetDatabaseNames +DBMeta:GetSelectedDBMetaData +DBMeta:GetConnection +DBMeta:GetDBMetaData +DBMeta:GetTableMetaData +DBMeta:GetSpecificFieldNames +DBMeta:CreateDBForm +DBMeta:AddOrRemoveBinaryFieldsToWidthList +DBMeta:CreateCommandTypeList +DBMeta:GetCurrentMetaValues +DBMeta:AssignFieldLength +develop +develop:PositionControls +develop:ResetPosSizes +develop:RepositionColumnarLeftControls +develop:ResetDBShape +develop:InitializePosSizes +develop:InsertTextControl +develop:InsertDBControl +develop:InsertTimeStampShape +develop:GetLabelDiffHeight +develop:CheckJustifiedPosition +develop:GetCorrWidth +develop:AdjustLineWidth +develop:CheckOuterPoints +develop:PositionGridControl +develop:SetupGridColumn +develop:ControlCaptionstoStandardLayout +develop:GroupShapesTogether +FormWizard +FormWizard:Main +FormWizard:MainWithDefault +FormWizard:FormGetFields +FormWizard:FillUpFieldsListbox +FormWizard:PreviousStep +FormWizard:NextStep +FormWizard:InitializeLayoutSettings +FormWizard:ToggleDatabasePage +FormWizard:CommitLastDocumentChanges +FormWizard:StoreFormInDatabase +FormWizard:StoreForm +FormWizard:EmptyFieldsListboxes +FormWizard:DeleteFirstTableListBoxEntry +FormWizard:DeleteFirstListboxEntry +Language +Language:LoadLanguage +Language:SetDialogLanguage +Language:InitializeWidthList +Layouter +Layouter:InsertControl +Layouter:ArrangeControls +Layouter:OpenFormDocument +Layouter:InitializeLabelValues +Layouter:ConfigurePageStyle +Layouter:ChangeBorderLayouts +Layouter:ChangeLabelAlignments +Layouter:ChangeArrangemode +Layouter:ToggleBorderGroup +Layouter:ToggleAlignGroup +Layouter:ToggleLayoutPage +Layouter:DestroyControlShapes +Layouter:SwitchArrangementButtons +Layouter:SwitchBorderMode +Layouter:SwitchAlignMode +tools +tools:SetProgressValue +tools:GetPreferredWidth +tools:GetPreferredHeight +tools:GetPeerSize +tools:TwipToCM +tools:TwipTo100telMM +tools:TwipToPixel +tools:PixelTo100thMMX +tools:PixelTo100thMMY +tools:GetPoint +tools:GetSize +tools:ImportStyles +tools:SetNumerics +tools:RemoveShapes +tools:RemoveNirwanaShapes +tools:ShapesToNirwana +tools:CalcUniqueContentName +tools:CountItemsInArray +tools:GetDBHeight +tools:GetFormWizardPaths +tools:GetFilterName +Gimmicks +AutoText +AutoText:Main +AutoText:InsertStringToCell +ChangeAllChars +ChangeAllChars:ChangeAllChars +ChangeAllChars:ReplaceAllStrings +ChangeAllChars:ReplaceStrings +GetTexts +GetTexts:Main +GetTexts:GetCalcStrings +GetTexts:GetCellTexts +GetTexts:GetAnnotations +GetTexts:GetNamedRanges +GetTexts:GetCalcGraphicNames +GetTexts:GetParagraphTexts +GetTexts:GetChartStrings +GetTexts:GetFrameTexts +GetTexts:GetTextFieldStrings +GetTexts:GetLinkedFileNames +GetTexts:GetSectionNames +GetTexts:GetWriterStrings +GetTexts:GetDrawPageTitles +GetTexts:GetPageStrings +GetTexts:GetDrawStrings +GetTexts:GetDocumentProps +GetTexts:GetHyperlinks +GetTexts:GetGraphicNames +GetTexts:GetStyles +GetTexts:GetControlStrings +GetTexts:GetControlContent +GetTexts:WriteStringtoLogFile +GetTexts:MakeLogHeadLine +ReadDir +ReadDir:Main +ReadDir:TreeInfo +ReadDir:CreateTextShape +ReadDir:CalculateXPoint +ReadDir:DrawLine +ReadDir:GetSourceDirectory +ReadDir:ReadSourceDirectory +ReadDir:CloseDialog +ReadDir:AdjustPageHeight +ReadDir:SetNewLevels +ReadDir:CheckPageWidth +ReadDir:ToggleDialogControls +Userfields +Userfields:StartChangesUserfields +Userfields:FillDialog +Userfields:ScrollControls +Userfields:ScrollTextFieldInfo +Userfields:StopMacro +Userfields:SaveSettings +Userfields:ToggleButtons +Userfields:InitializeUserFamily +Userfields:AddRecord +Userfields:FillupTextFields +Userfields:StepToRecord +Userfields:SelectCurrentFields +Userfields:DeleteCurrentSettings +ImportWizard +API +API:OpenRegKey +API:GetDefaultPath +API:GetTemplateDefaultPath +API:QueryValueEx +API:QueryValue +DialogModul +DialogModul:FillStep_Welcome +DialogModul:FillStep_InputPaths +DialogModul:FillUpApplicationList +DialogModul:InitializePathsforCurrentApplication +DialogModul:AssignPathToCurrentApplication +DialogModul:SaveStep_InputPath +DialogModul:ToggleInputPaths +DialogModul:MakeSummaryString +DialogModul:FillStep_Summary +DialogModul:FillStep_Progress +DialogModul:GetFilterTracingLogPath +DialogModul:CheckMSImportAvailability +DialogModul:SetupMSConfiguration +DialogModul:SetupXMLConfiguration +DialogModul:CheckControlPath +DialogModul:CheckInputPaths +DialogModul:CheckTextBoxPath +DialogModul:InitializeProgressPage +DialogModul:SetProgressDisplay +DialogModul:TakoverFolderName +DialogModul:FinalizeDialogButtons +FilesModul +FilesModul:ReadCollectionPaths +FilesModul:GetApplicationIndex +FilesModul:InterruptProcess +FilesModul:AddCollectionPath +FilesModul:SetExtension +FilesModul:AddFilterNameToPathItem +FilesModul:CheckIfToAddPathToCollection +FilesModul:CollectPaths +FilesModul:ConvertAllDocuments +FilesModul:AddListtoFilesList +FilesModul:GetTargetTemplatePath +FilesModul:GetFilterName +FilesModul:SearchArrayforPartString +FilesModul:CreateLogTable +FilesModul:GetSize +FilesModul:InsertCommandButtonatViewCursor +FilesModul:CreateLogDocument +FilesModul:GetFilterTracingLogPath +FilesModul:InsertTargetUrlToLogDocument +FilesModul:InsertSourceUrlToLogDocument +FilesModul:InsertHyperLinkToLogCell +FilesModul:InsertCommentToLogCell +FilesModul:AddLogStatistics +FilesModul:CheckIfMacroExists +FilesModul:CheckPassWordProtection +FilesModul:OpenLogDocument +FilesModul:MergeRange +FilesModul:ConcatComment +Language +Language:LoadLanguage +Language:GetApplResourceArray +Main +Main:Main +Main:NextStep +Main:PrevStep +Main:CancelTask +Main:TemplateDirSearchDialog +Main:RepaintHeaderPreview +Main:CheckModuleInstallation +Main:CheckInstalledModule +Main:ToggleCheckboxes +Main:ToggleCheckboxesWithBoolean +Main:ToggleNextButton +Main:TakeOverPathSettings +Main:GetImportWizardPaths +Schedule +BankHoliday +BankHoliday:Main +BankHoliday:CalEasterTable +BankHoliday:CalOrthodoxEasterTable +BankHoliday:CalInitGlobalVariablesDate +BankHoliday:CalInsertBankholiday +BankHoliday:CalMaxDayInMonth +BankHoliday:CalGetIntOfShortMonthName +BankHoliday:CalInsertOwnDataInTables +BankHoliday:GetMonthDate +BankHoliday:GetNextWeekDay +BankHoliday:AddFollowUpHolidays +CalendarMain +CalendarMain:CalAutopilotTable +CalendarMain:SetupNumberFormatter +CalendarMain:AddNumberFormat +CalendarMain:CalChooseCalendar +CalendarMain:CalcmdCancel +CalendarMain:CalcmdOk +CreateTable +CreateTable:CalCreateYearTable +CreateTable:CalCreateMonthTable +CreateTable:FormatCalCells +DlgControl +DlgControl:Main +DlgControl:CalcmdDeleteSelect +DlgControl:CalSaveOwnEventControls +DlgControl:CalMouseMoved +DlgControl:SelectState +DlgControl:MouseLeavesImage +DlgControl:CalClearInputMask +DlgControl:CalmdSwitchOwnDataOrGeneral +DlgControl:ToggleInsertButton +DlgControl:CalUpdateNewEventFrame +GermanHolidays +GermanHolidays:Main +GermanHolidays:CalGetGermanLandAtMousePos +GermanHolidays:CalFindWholeYearHolidays_GERMANY +Language +Language:LoadLanguage +LocalHolidays +LocalHolidays:Main +LocalHolidays:FindWholeYearHolidays_FRANCE +LocalHolidays:FindWholeYearHolidays_SWED +LocalHolidays:FindWholeYearHolidays_FI +LocalHolidays:FindWholeYearHolidays_DK +LocalHolidays:FindWholeYearHolidays_ITA +LocalHolidays:FindWholeYearHolidays_TRK +LocalHolidays:CalculateturkishReligousHolidays +LocalHolidays:FindWholeYearHolidays_GREEK +LocalHolidays:FindWholeYearHolidays_SPAIN +LocalHolidays:FindWholeYearHolidays_PORT +LocalHolidays:FindWholeYearHolidays_NL +LocalHolidays:FindWholeYearHolidays_PL +LocalHolidays:FindWholeYearHolidays_RU +LocalHolidays:FindWholeYearHolidays_US +LocalHolidays:FindWholeYearHolidays_JP +LocalHolidays:FindWholeYearHolidays_TW +LocalHolidays:FindWholeYearHolidays_CN +LocalHolidays:CalculateChineseNewYear +LocalHolidays:CalculateJapaneseSpringDay +LocalHolidays:CalculateJapaneseAutumnDay +OwnEvents +OwnEvents:Main +OwnEvents:CalSaveOwnData +OwnEvents:CalLoadOwnData +OwnEvents:CalCreateDateStrOfInput +OwnEvents:CalcmdInsertData +OwnEvents:GetSelectedDateUnits +OwnEvents:GetDateUnits +OwnEvents:CalGetNameOfEvent +OwnEvents:CheckInsertedDates +OwnEvents:GetOwnMonth +ScriptBindingLibrary +Template +Autotext +Autotext:Main +Autotext:CreateUserDatafield +Autotext:CreateBullet +Autotext:CreatePlaceholder +Correspondence +Correspondence:Main +Correspondence:Placeholder +Correspondence:Database +Correspondence:LoadLanguageCorrespondence +Correspondence:GetFieldName +Correspondence:OK +Correspondence:InsertDBField +Correspondence:InsertPlaceholder +ModuleAgenda +ModuleAgenda:Initialize +ModuleAgenda:LoadLanguageAgenda +ModuleAgenda:ModifyTemplate +ModuleAgenda:NewTopic +ModuleAgenda:FinishAgenda +ModuleAgenda:CreateBookMarkCursor +ModuleAgenda:DeleteButtons +ModuleAgenda:GetOptionValues +Samples +Samples:PrepareForEditing +Samples:ShowStyles +Samples:SelectStyle +Samples:SaveCurrentStyles +Samples:RestoreCurrentStyles +Samples:CloseStyleDialog +Samples:KillTempFile +Tools +Debug +Debug:ActivateReadOnlyFlag +Debug:DeactivateReadOnlyFlag +Debug:SetBasicReadOnlyFlag +Debug:WritedbgInfo +Debug:WriteDbgString +Debug:printdbgInfo +Debug:ShowArray +Debug:ShowPropertyValues +Debug:ShowNameValuePair +Debug:ShowElementNames +Debug:ShowSupportedServiceNames +Debug:ShowAvailableServiceNames +Debug:ShowCommands +Debug:ProtectCurrentSheets +Debug:FillDocument +Listbox +Listbox:MergeList +Listbox:RemoveListItems +Listbox:InitializeListboxProcedures +Listbox:CopyListboxItems +Listbox:FormMoveSelected +Listbox:FormMoveAll +Listbox:FormRemoveSelected +Listbox:FormRemoveAll +Listbox:MoveSelectedListBox +Listbox:MoveOrderedSelectedListbox +Listbox:RemoveSelected +Listbox:SetNewSelection +Listbox:ToggleListboxControls +Listbox:FormSetMoveRights +Listbox:AddSingleItemToListbox +Listbox:EmptyListbox +Listbox:SelectListboxItem +Listbox:GetSelectedListboxItems +Listbox:RemoveListboxItemByName +Listbox:GetItemPos +Misc +Misc:Main +Misc:RegisterNewDataSource +Misc:ConnecttoDatabase +Misc:GetStarOfficeLocale +Misc:GetRegistryKeyContent +Misc:GetProductname +Misc:OpenDocument +Misc:TaskonDesktop +Misc:RetrieveFileName +Misc:GetPathSettings +Misc:GetOfficeSubPath +Misc:ShowNoOfficePathError +Misc:InitResources +Misc:GetResText +Misc:CutPathView +Misc:DeleteInputCells +Misc:ChangeValueofRange +Misc:ReplaceRangeValues +Misc:GetValueofCellbyName +Misc:DuplicateRow +Misc:GetStringofCellbyName +Misc:GetCellByName +Misc:ChangeCellValue +Misc:GetDocumentType +Misc:GetNumberFormatType +Misc:ProtectSheets +Misc:UnprotectSheets +Misc:GetRowIndex +Misc:GetColumnIndex +Misc:CopySheetbyName +Misc:ToggleWindow +Misc:CheckNewSheetname +Misc:AddNewSheetName +Misc:GetSheetIndex +Misc:GetLastUsedRow +Misc:ModifyBorderLineWidth +Misc:AttachBasicMacroToEvent +Misc:ModifyPropertyValue +Misc:GetPropertyValueIndex +Misc:DispatchSlot +Misc:IsFatOffice +Misc:GetLocale +Misc:ToggleDesignMode +Misc:isHighContrast +Misc:CreateNewDocument +Misc:DisposeDocument +Misc:CalIsLeapYear +ModuleControls +ModuleControls:getControlModel +ModuleControls:GetControlShape +ModuleControls:getControlView +ModuleControls:DisposeControl +ModuleControls:GetControlGroupModel +ModuleControls:GetRefValue +ModuleControls:GetRefValueOfControlGroup +ModuleControls:GetOptionGroupValue +ModuleControls:WriteOptValueToCell +ModuleControls:LoadDialog +ModuleControls:GetFolderName +ModuleControls:GetFileName +ModuleControls:StoreDocument +ModuleControls:AddFiltersToDialog +ModuleControls:SwitchMousePointer +ModuleControls:ShowOverwriteAllDialog +ModuleControls:SetOVERWRITEToQuery +ModuleControls:SetOVERWRITEToAlways +ModuleControls:SetOVERWRITEToNever +Strings +Strings:ElimChar +Strings:DeleteStr +Strings:FindPartString +Strings:PartStringInArray +Strings:RTrimStr +Strings:LTRimChar +Strings:ArrayOutOfString +Strings:ClearArray +Strings:ClearMultiDimArray +Strings:FieldinArray +Strings:FieldinList +Strings:IndexinArray +Strings:MultiArrayInListbox +Strings:StringInMultiArray +Strings:GetIndexInMultiArray +Strings:GetIndexForPartStringinMultiArray +Strings:ArrayfromMultiArray +Strings:ReplaceString +Strings:FindSecondValue +Strings:Power +Strings:Round +Strings:FileNameoutofPath +Strings:GetFileNameExtension +Strings:GetFileNameWithoutExtension +Strings:DirectoryNameoutofPath +Strings:CountCharsinString +Strings:BubbleSortList +Strings:GetValueoutofList +Strings:AddListtoList +Strings:CheckDouble +UCB +UCB:Main +UCB:ReadDirectories +UCB:AddFoldertoList +UCB:AddFileNameToList +UCB:RetrieveDocTitle +UCB:GetRealFileContent +UCB:CopyRecursively +UCB:ShowHelperDialog +UCB:SaveDataToFile +UCB:LoadDataFromFile +UCB:CreateFolder +Untitled 1 +Standard diff --git a/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_osx_BeanShell.txt b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_osx_BeanShell.txt new file mode 100755 index 000000000000..5fd31835476e --- /dev/null +++ b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_osx_BeanShell.txt @@ -0,0 +1,14 @@ +My Macros +OpenOffice.org Macros +Capitalise +capitalise.bsh +HelloWorld +helloworld.bsh +Highlight +ButtonPressHandler.bsh +ShowDialog.bsh +MemoryUsage +memusage.bsh +WordCount +wordcount.bsh +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_osx_JavaScript.txt b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_osx_JavaScript.txt new file mode 100755 index 000000000000..06f63f48530c --- /dev/null +++ b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_osx_JavaScript.txt @@ -0,0 +1,10 @@ +My Macros +OpenOffice.org Macros +ExportSheetsToHTML +exportsheetstohtml.js +HelloWorld +helloworld.js +Highlight +ButtonPressHandler.js +ShowDialog.js +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_osx_Python.txt b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_osx_Python.txt new file mode 100755 index 000000000000..01e660758894 --- /dev/null +++ b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_osx_Python.txt @@ -0,0 +1,8 @@ +My Macros +OpenOffice.org Macros +Capitalise +HelloWorld +HelloWorldPython +pythonSamples +TableSample +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_osx_RunMacro.txt b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_osx_RunMacro.txt new file mode 100755 index 000000000000..5468a699f850 --- /dev/null +++ b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_osx_RunMacro.txt @@ -0,0 +1,679 @@ +My Macros +Standard +Module1 +Module1:Main +OpenOffice.org Macros +Capitalise +Capitalise:capitalise.bsh +Depot +Depot +Depot:AddShortCuttoControl +Depot:Buy +Depot:CancelStockRate +Depot:CancelTransaction +Depot:CommitStockRate +Depot:EnableTransactionControls +Depot:HandleStocks +Depot:Initialize +Depot:InitializeStockRatesControls +Depot:OpenStockRatePage +Depot:Reset +Depot:SelectStockname +Depot:SelectStockNameForRates +Depot:Sell +Depot:SetupTransactionControls +Depot:ToggleStockRateControls +Depot:TransactionOk +CommonLang +CommonLang:CompleteMarketList +CommonLang:InitializeStartUpModel +CommonLang:LoadDepotDialogs +CommonLang:LoadLanguage +CommonLang:LocalizedCurrencies +Currency +Currency:CheckFormatType +Currency:ChooseMarket +Currency:CloseStartUpDialog +Currency:ConvertStylesCurrencies +Currency:DisposeDocument +Currency:EnableGoOnButton +Currency:Numberformat +Currency:Startup +Currency:SwitchNumberFormat +Internet +Internet:CalculateChartafterSplit +Internet:CheckHistoryControls +Internet:GetCurrentRate +Internet:InsertCompanyHistory +Internet:InternetUpdate +Internet:StringToDate +Internet:UpdateChart +Internet:UpdateValue +Lang_de +Lang_de:LoadGermanLanguage +tools +tools:AddValueToCellContent +tools:CellValuetoControl +tools:CheckDocLocale +tools:CheckInputDate +tools:FillListbox +tools:GetRowIndex +tools:GetStockID +tools:GetStockRowIndex +tools:GetStocksCount +tools:GetTransactionCount +tools:InitializeStatusLine +tools:InsertCurrentValue +tools:MakeRangeVisible +tools:RemoveSheet +tools:RemoveStockRows +tools:SplitCellValue +Lang_en +Lang_en:LoadEnglishLanguage +Lang_fr +Lang_fr:LoadFrenchLanguage +Lang_it +Lang_it:LoadItalianLanguage +Lang_es +Lang_es:LoadSpanishLanguage +Lang_sv +Lang_sv:LoadSwedishLanguage +Lang_zh +Lang_zh:LoadChineseSimpleLanguage +Lang_tw +Lang_tw:LoadChineseTradLanguage +Lang_ko +Lang_ko:LoadKoreanLanguage +Lang_ja +Lang_ja:LoadJapaneseLanguage +Euro +ConvertRun +ConvertRun:AddRangeToListbox +ConvertRun:AddSelectedRangeToSelRangesEnum +ConvertRun:CheckLocale +ConvertRun:CheckRangeSelection +ConvertRun:ConvertRangesOrStylesOfDocument +ConvertRun:ConvertWholeDocument +ConvertRun:EmptySelection +ConvertRun:EnableStep1DialogControls +ConvertRun:FieldinList +ConvertRun:GetPreSelectedRange +ConvertRun:Main +ConvertRun:RetrieveEnableValue +ConvertRun:SelectListItem +ConvertRun:SetOptionValuestoNull +ConvertRun:SetStatusLineText +AutoPilotRun +AutoPilotRun:AssignFileName +AutoPilotRun:CallFilePicker +AutoPilotRun:CallFolderPicker +AutoPilotRun:ChangeToNextProgressStep +AutoPilotRun:ConvertDocuments +AutoPilotRun:EnableStep2DialogControls +AutoPilotRun:InitializeDocument +AutoPilotRun:InitializeProgressPage +AutoPilotRun:InitializeThirdStep +AutoPilotRun:PreviousStep +AutoPilotRun:StartAutoPilot +AutoPilotRun:StoreDocument +AutoPilotRun:SwapExtent +AutoPilotRun:ToggleGoOnButton +AutoPilotRun:ToggleProgressStep +Hard +Hard:AddSheetRanges +Hard:CheckIfRangeisCurrency +Hard:ConvertCellCurrencies +Hard:ConvertThehardWay +Hard:CountColumnsForRow +Hard:CountRangeCells +Hard:CreateRangeEnumeration +Hard:CreateRangeList +Hard:ModifyObjectValuewithCurrFactor +Hard:SelectRange +Soft +Soft:AssignCellFormatRanges +Soft:AssignRangestoStyle +Soft:ConvertTheSoftWay +Soft:CreateStyleEnumeration +Soft:DeselectStyle +Soft:GetAssignedRanges +Soft:MakeStyleEnumeration +Soft:RetrieveRangeNamefromAddress +Soft:RetrieveRangeoutofRangeName +Soft:RetrieveSheetoutofRangeName +Init +Init:InitializeControls +Init:InitializeConverter +Init:InitializeCurrencies +Init:InitializeCurrencyValues +Init:InitializeLanguages +Init:InitializeLocales +Init:InitializeResources +Common +Common:CancelTask +Common:CheckFormatType +Common:ConvertDocument +Common:EndStatusLine +Common:FillUpCurrencyListbox +Common:IncreaseStatusValue +Common:InitializeProgressbar +Common:Numberformat +Common:RetrieveDocumentObjects +Common:SelectCurrency +Common:StartConversion +Common:SwitchNumberFormat +Writer +Writer:ConvertTextFields +Writer:ConvertWriterTables +Writer:ModifyObjectValuewithCurrFactor +Protect +Protect:AddSheettoUnprotectionlist +Protect:CheckSheetProtection +Protect:ExecutePasswordDialog +Protect:ReadPassword +Protect:RejectPassword +Protect:ReprotectSheets +Protect:UnprotectSheet +Protect:UnprotectSheetsWithPassWord +Protect:UnprotectSheetWithDialog +ExportSheetsToHTML +ExportSheetsToHTML:exportsheetstohtml.js +FormWizard +FormWizard +FormWizard:CommitLastDocumentChanges +FormWizard:DeleteFirstListboxEntry +FormWizard:DeleteFirstTableListBoxEntry +FormWizard:EmptyFieldsListboxes +FormWizard:FillUpFieldsListbox +FormWizard:FormGetFields +FormWizard:InitializeLayoutSettings +FormWizard:Main +FormWizard:MainWithDefault +FormWizard:NextStep +FormWizard:PreviousStep +FormWizard:StoreForm +FormWizard:StoreFormInDatabase +FormWizard:ToggleDatabasePage +Layouter +Layouter:ArrangeControls +Layouter:ChangeArrangemode +Layouter:ChangeBorderLayouts +Layouter:ChangeLabelAlignments +Layouter:ConfigurePageStyle +Layouter:DestroyControlShapes +Layouter:InitializeLabelValues +Layouter:InsertControl +Layouter:OpenFormDocument +Layouter:SwitchAlignMode +Layouter:SwitchArrangementButtons +Layouter:SwitchBorderMode +Layouter:ToggleAlignGroup +Layouter:ToggleBorderGroup +Layouter:ToggleLayoutPage +Language +Language:InitializeWidthList +Language:LoadLanguage +Language:SetDialogLanguage +DBMeta +DBMeta:AddOrRemoveBinaryFieldsToWidthList +DBMeta:AssignFieldLength +DBMeta:CreateCommandTypeList +DBMeta:CreateDBForm +DBMeta:GetConnection +DBMeta:GetCurrentMetaValues +DBMeta:GetDatabaseNames +DBMeta:GetDBMetaData +DBMeta:GetSelectedDBMetaData +DBMeta:GetSpecificFieldNames +DBMeta:GetTableMetaData +tools +tools:CalcUniqueContentName +tools:CountItemsInArray +tools:GetDBHeight +tools:GetFilterName +tools:GetFormWizardPaths +tools:GetPeerSize +tools:GetPoint +tools:GetPreferredHeight +tools:GetPreferredWidth +tools:GetSize +tools:ImportStyles +tools:PixelTo100thMMX +tools:PixelTo100thMMY +tools:RemoveNirwanaShapes +tools:RemoveShapes +tools:SetNumerics +tools:SetProgressValue +tools:ShapesToNirwana +tools:TwipTo100telMM +tools:TwipToCM +tools:TwipToPixel +develop +develop:AdjustLineWidth +develop:CheckJustifiedPosition +develop:CheckOuterPoints +develop:ControlCaptionstoStandardLayout +develop:GetCorrWidth +develop:GetLabelDiffHeight +develop:GroupShapesTogether +develop:InitializePosSizes +develop:InsertDBControl +develop:InsertTextControl +develop:InsertTimeStampShape +develop:PositionControls +develop:PositionGridControl +develop:RepositionColumnarLeftControls +develop:ResetDBShape +develop:ResetPosSizes +develop:SetupGridColumn +Gimmicks +GetTexts +GetTexts:GetAnnotations +GetTexts:GetCalcGraphicNames +GetTexts:GetCalcStrings +GetTexts:GetCellTexts +GetTexts:GetChartStrings +GetTexts:GetControlContent +GetTexts:GetControlStrings +GetTexts:GetDocumentProps +GetTexts:GetDrawPageTitles +GetTexts:GetDrawStrings +GetTexts:GetFrameTexts +GetTexts:GetGraphicNames +GetTexts:GetHyperlinks +GetTexts:GetLinkedFileNames +GetTexts:GetNamedRanges +GetTexts:GetPageStrings +GetTexts:GetParagraphTexts +GetTexts:GetSectionNames +GetTexts:GetStyles +GetTexts:GetTextFieldStrings +GetTexts:GetWriterStrings +GetTexts:Main +GetTexts:MakeLogHeadLine +GetTexts:WriteStringtoLogFile +Userfields +Userfields:AddRecord +Userfields:DeleteCurrentSettings +Userfields:FillDialog +Userfields:FillupTextFields +Userfields:InitializeUserFamily +Userfields:SaveSettings +Userfields:ScrollControls +Userfields:ScrollTextFieldInfo +Userfields:SelectCurrentFields +Userfields:StartChangesUserfields +Userfields:StepToRecord +Userfields:StopMacro +Userfields:ToggleButtons +ChangeAllChars +ChangeAllChars:ChangeAllChars +ChangeAllChars:ReplaceAllStrings +ChangeAllChars:ReplaceStrings +AutoText +AutoText:InsertStringToCell +AutoText:Main +ReadDir +ReadDir:AdjustPageHeight +ReadDir:CalculateXPoint +ReadDir:CheckPageWidth +ReadDir:CloseDialog +ReadDir:CreateTextShape +ReadDir:DrawLine +ReadDir:GetSourceDirectory +ReadDir:Main +ReadDir:ReadSourceDirectory +ReadDir:SetNewLevels +ReadDir:ToggleDialogControls +ReadDir:TreeInfo +HelloWorld +HelloWorld:helloworld.bsh +HelloWorld:helloworld.js +HelloWorld:HelloWorld.printHW +HelloWorld:HelloWorldPython +Highlight +Highlight:ButtonPressHandler.bsh +Highlight:ButtonPressHandler.js +Highlight:HighlightText.showForm +Highlight:ShowDialog.bsh +Highlight:ShowDialog.js +ImportWizard +Main +Main:CancelTask +Main:CheckInstalledModule +Main:CheckModuleInstallation +Main:GetImportWizardPaths +Main:Main +Main:NextStep +Main:PrevStep +Main:RepaintHeaderPreview +Main:TakeOverPathSettings +Main:TemplateDirSearchDialog +Main:ToggleCheckboxes +Main:ToggleCheckboxesWithBoolean +Main:ToggleNextButton +DialogModul +DialogModul:AssignPathToCurrentApplication +DialogModul:CheckControlPath +DialogModul:CheckInputPaths +DialogModul:CheckMSImportAvailability +DialogModul:CheckTextBoxPath +DialogModul:FillStep_InputPaths +DialogModul:FillStep_Progress +DialogModul:FillStep_Summary +DialogModul:FillStep_Welcome +DialogModul:FillUpApplicationList +DialogModul:FinalizeDialogButtons +DialogModul:GetFilterTracingLogPath +DialogModul:InitializePathsforCurrentApplication +DialogModul:InitializeProgressPage +DialogModul:MakeSummaryString +DialogModul:SaveStep_InputPath +DialogModul:SetProgressDisplay +DialogModul:SetupMSConfiguration +DialogModul:SetupXMLConfiguration +DialogModul:TakoverFolderName +DialogModul:ToggleInputPaths +Language +Language:GetApplResourceArray +Language:LoadLanguage +FilesModul +FilesModul:AddCollectionPath +FilesModul:AddFilterNameToPathItem +FilesModul:AddListtoFilesList +FilesModul:AddLogStatistics +FilesModul:CheckIfMacroExists +FilesModul:CheckIfToAddPathToCollection +FilesModul:CheckPassWordProtection +FilesModul:CollectPaths +FilesModul:ConcatComment +FilesModul:ConvertAllDocuments +FilesModul:CreateLogDocument +FilesModul:CreateLogTable +FilesModul:GetApplicationIndex +FilesModul:GetFilterName +FilesModul:GetFilterTracingLogPath +FilesModul:GetSize +FilesModul:GetTargetTemplatePath +FilesModul:InsertCommandButtonatViewCursor +FilesModul:InsertCommentToLogCell +FilesModul:InsertHyperLinkToLogCell +FilesModul:InsertSourceUrlToLogDocument +FilesModul:InsertTargetUrlToLogDocument +FilesModul:InterruptProcess +FilesModul:MergeRange +FilesModul:OpenLogDocument +FilesModul:ReadCollectionPaths +FilesModul:SearchArrayforPartString +FilesModul:SetExtension +API +API:GetDefaultPath +API:GetTemplateDefaultPath +API:OpenRegKey +API:QueryValue +API:QueryValueEx +MemoryUsage +MemoryUsage:MemoryUsage.updateMemoryUsage +MemoryUsage:memusage.bsh +Schedule +OwnEvents +OwnEvents:CalcmdInsertData +OwnEvents:CalCreateDateStrOfInput +OwnEvents:CalGetNameOfEvent +OwnEvents:CalLoadOwnData +OwnEvents:CalSaveOwnData +OwnEvents:CheckInsertedDates +OwnEvents:GetDateUnits +OwnEvents:GetOwnMonth +OwnEvents:GetSelectedDateUnits +OwnEvents:Main +CalendarMain +CalendarMain:AddNumberFormat +CalendarMain:CalAutopilotTable +CalendarMain:CalChooseCalendar +CalendarMain:CalcmdCancel +CalendarMain:CalcmdOk +CalendarMain:SetupNumberFormatter +BankHoliday +BankHoliday:AddFollowUpHolidays +BankHoliday:CalEasterTable +BankHoliday:CalGetIntOfShortMonthName +BankHoliday:CalInitGlobalVariablesDate +BankHoliday:CalInsertBankholiday +BankHoliday:CalInsertOwnDataInTables +BankHoliday:CalMaxDayInMonth +BankHoliday:CalOrthodoxEasterTable +BankHoliday:GetMonthDate +BankHoliday:GetNextWeekDay +BankHoliday:Main +DlgControl +DlgControl:CalClearInputMask +DlgControl:CalcmdDeleteSelect +DlgControl:CalmdSwitchOwnDataOrGeneral +DlgControl:CalMouseMoved +DlgControl:CalSaveOwnEventControls +DlgControl:CalUpdateNewEventFrame +DlgControl:Main +DlgControl:MouseLeavesImage +DlgControl:SelectState +DlgControl:ToggleInsertButton +Language +Language:LoadLanguage +CreateTable +CreateTable:CalCreateMonthTable +CreateTable:CalCreateYearTable +CreateTable:FormatCalCells +GermanHolidays +GermanHolidays:CalFindWholeYearHolidays_GERMANY +GermanHolidays:CalGetGermanLandAtMousePos +GermanHolidays:Main +LocalHolidays +LocalHolidays:CalculateChineseNewYear +LocalHolidays:CalculateJapaneseAutumnDay +LocalHolidays:CalculateJapaneseSpringDay +LocalHolidays:CalculateturkishReligousHolidays +LocalHolidays:FindWholeYearHolidays_CN +LocalHolidays:FindWholeYearHolidays_DK +LocalHolidays:FindWholeYearHolidays_FI +LocalHolidays:FindWholeYearHolidays_FRANCE +LocalHolidays:FindWholeYearHolidays_GREEK +LocalHolidays:FindWholeYearHolidays_ITA +LocalHolidays:FindWholeYearHolidays_JP +LocalHolidays:FindWholeYearHolidays_NL +LocalHolidays:FindWholeYearHolidays_PL +LocalHolidays:FindWholeYearHolidays_PORT +LocalHolidays:FindWholeYearHolidays_RU +LocalHolidays:FindWholeYearHolidays_SPAIN +LocalHolidays:FindWholeYearHolidays_SWED +LocalHolidays:FindWholeYearHolidays_TRK +LocalHolidays:FindWholeYearHolidays_TW +LocalHolidays:FindWholeYearHolidays_US +LocalHolidays:Main +ScriptBindingLibrary +Template +ModuleAgenda +ModuleAgenda:CreateBookMarkCursor +ModuleAgenda:DeleteButtons +ModuleAgenda:FinishAgenda +ModuleAgenda:GetOptionValues +ModuleAgenda:Initialize +ModuleAgenda:LoadLanguageAgenda +ModuleAgenda:ModifyTemplate +ModuleAgenda:NewTopic +Correspondence +Correspondence:Database +Correspondence:GetFieldName +Correspondence:InsertDBField +Correspondence:InsertPlaceholder +Correspondence:LoadLanguageCorrespondence +Correspondence:Main +Correspondence:OK +Correspondence:Placeholder +Samples +Samples:CloseStyleDialog +Samples:KillTempFile +Samples:PrepareForEditing +Samples:RestoreCurrentStyles +Samples:SaveCurrentStyles +Samples:SelectStyle +Samples:ShowStyles +Autotext +Autotext:CreateBullet +Autotext:CreatePlaceholder +Autotext:CreateUserDatafield +Autotext:Main +Tools +ModuleControls +ModuleControls:AddFiltersToDialog +ModuleControls:DisposeControl +ModuleControls:GetControlGroupModel +ModuleControls:getControlModel +ModuleControls:GetControlShape +ModuleControls:getControlView +ModuleControls:GetFileName +ModuleControls:GetFolderName +ModuleControls:GetOptionGroupValue +ModuleControls:GetRefValue +ModuleControls:GetRefValueOfControlGroup +ModuleControls:LoadDialog +ModuleControls:SetOVERWRITEToAlways +ModuleControls:SetOVERWRITEToNever +ModuleControls:SetOVERWRITEToQuery +ModuleControls:ShowOverwriteAllDialog +ModuleControls:StoreDocument +ModuleControls:SwitchMousePointer +ModuleControls:WriteOptValueToCell +Strings +Strings:AddListtoList +Strings:ArrayfromMultiArray +Strings:ArrayOutOfString +Strings:BubbleSortList +Strings:CheckDouble +Strings:ClearArray +Strings:ClearMultiDimArray +Strings:CountCharsinString +Strings:DeleteStr +Strings:DirectoryNameoutofPath +Strings:ElimChar +Strings:FieldinArray +Strings:FieldinList +Strings:FileNameoutofPath +Strings:FindPartString +Strings:FindSecondValue +Strings:GetFileNameExtension +Strings:GetFileNameWithoutExtension +Strings:GetIndexForPartStringinMultiArray +Strings:GetIndexInMultiArray +Strings:GetValueoutofList +Strings:IndexinArray +Strings:LTRimChar +Strings:MultiArrayInListbox +Strings:PartStringInArray +Strings:Power +Strings:ReplaceString +Strings:Round +Strings:RTrimStr +Strings:StringInMultiArray +Misc +Misc:AddNewSheetName +Misc:AttachBasicMacroToEvent +Misc:CalIsLeapYear +Misc:ChangeCellValue +Misc:ChangeValueofRange +Misc:CheckNewSheetname +Misc:ConnecttoDatabase +Misc:CopySheetbyName +Misc:CreateNewDocument +Misc:CutPathView +Misc:DeleteInputCells +Misc:DispatchSlot +Misc:DisposeDocument +Misc:DuplicateRow +Misc:GetCellByName +Misc:GetColumnIndex +Misc:GetDocumentType +Misc:GetLastUsedRow +Misc:GetLocale +Misc:GetNumberFormatType +Misc:GetOfficeSubPath +Misc:GetPathSettings +Misc:GetProductname +Misc:GetPropertyValueIndex +Misc:GetRegistryKeyContent +Misc:GetResText +Misc:GetRowIndex +Misc:GetSheetIndex +Misc:GetStarOfficeLocale +Misc:GetStringofCellbyName +Misc:GetValueofCellbyName +Misc:InitResources +Misc:IsFatOffice +Misc:isHighContrast +Misc:Main +Misc:ModifyBorderLineWidth +Misc:ModifyPropertyValue +Misc:OpenDocument +Misc:ProtectSheets +Misc:RegisterNewDataSource +Misc:ReplaceRangeValues +Misc:RetrieveFileName +Misc:ShowNoOfficePathError +Misc:TaskonDesktop +Misc:ToggleDesignMode +Misc:ToggleWindow +Misc:UnprotectSheets +UCB +UCB:AddFileNameToList +UCB:AddFoldertoList +UCB:CopyRecursively +UCB:CreateFolder +UCB:GetRealFileContent +UCB:LoadDataFromFile +UCB:Main +UCB:ReadDirectories +UCB:RetrieveDocTitle +UCB:SaveDataToFile +UCB:ShowHelperDialog +Listbox +Listbox:AddSingleItemToListbox +Listbox:CopyListboxItems +Listbox:EmptyListbox +Listbox:FormMoveAll +Listbox:FormMoveSelected +Listbox:FormRemoveAll +Listbox:FormRemoveSelected +Listbox:FormSetMoveRights +Listbox:GetItemPos +Listbox:GetSelectedListboxItems +Listbox:InitializeListboxProcedures +Listbox:MergeList +Listbox:MoveOrderedSelectedListbox +Listbox:MoveSelectedListBox +Listbox:RemoveListboxItemByName +Listbox:RemoveListItems +Listbox:RemoveSelected +Listbox:SelectListboxItem +Listbox:SetNewSelection +Listbox:ToggleListboxControls +Debug +Debug:ActivateReadOnlyFlag +Debug:DeactivateReadOnlyFlag +Debug:FillDocument +Debug:printdbgInfo +Debug:ProtectCurrentSheets +Debug:SetBasicReadOnlyFlag +Debug:ShowArray +Debug:ShowAvailableServiceNames +Debug:ShowCommands +Debug:ShowElementNames +Debug:ShowNameValuePair +Debug:ShowPropertyValues +Debug:ShowSupportedServiceNames +Debug:WritedbgInfo +Debug:WriteDbgString +WordCount +WordCount:wordcount.bsh +pythonSamples +TableSample +Untitled 1 +Standard diff --git a/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_win_BasicOrganizer.txt b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_win_BasicOrganizer.txt new file mode 100755 index 000000000000..49400346a1a0 --- /dev/null +++ b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_win_BasicOrganizer.txt @@ -0,0 +1,657 @@ +My Macros +Standard +Module1 +Module1:Main +OpenOffice.org Macros +Depot +CommonLang +CommonLang:LoadLanguage +CommonLang:CompleteMarketList +CommonLang:LocalizedCurrencies +CommonLang:LoadDepotDialogs +CommonLang:InitializeStartUpModel +Currency +Currency:Startup +Currency:EnableGoOnButton +Currency:CloseStartUpDialog +Currency:DisposeDocument +Currency:ChooseMarket +Currency:ConvertStylesCurrencies +Currency:SwitchNumberFormat +Currency:Numberformat +Currency:CheckFormatType +Depot +Depot:Initialize +Depot:Buy +Depot:Sell +Depot:Reset +Depot:TransactionOk +Depot:SelectStockname +Depot:HandleStocks +Depot:CancelStockRate +Depot:CancelTransaction +Depot:CommitStockRate +Depot:EnableTransactionControls +Depot:SetupTransactionControls +Depot:AddShortCuttoControl +Depot:OpenStockRatePage +Depot:SelectStockNameForRates +Depot:ToggleStockRateControls +Depot:InitializeStockRatesControls +Internet +Internet:CheckHistoryControls +Internet:InsertCompanyHistory +Internet:InternetUpdate +Internet:GetCurrentRate +Internet:UpdateValue +Internet:StringToDate +Internet:UpdateChart +Internet:CalculateChartafterSplit +Lang_de +Lang_de:LoadGermanLanguage +Lang_en +Lang_en:LoadEnglishLanguage +Lang_es +Lang_es:LoadSpanishLanguage +Lang_fr +Lang_fr:LoadFrenchLanguage +Lang_it +Lang_it:LoadItalianLanguage +Lang_ja +Lang_ja:LoadJapaneseLanguage +Lang_ko +Lang_ko:LoadKoreanLanguage +Lang_sv +Lang_sv:LoadSwedishLanguage +Lang_tw +Lang_tw:LoadChineseTradLanguage +Lang_zh +Lang_zh:LoadChineseSimpleLanguage +tools +tools:RemoveSheet +tools:InitializeStatusLine +tools:MakeRangeVisible +tools:GetRowIndex +tools:GetTransactionCount +tools:GetStocksCount +tools:FillListbox +tools:CellValuetoControl +tools:RemoveStockRows +tools:AddValueToCellContent +tools:CheckInputDate +tools:InsertCurrentValue +tools:SplitCellValue +tools:GetStockRowIndex +tools:GetStockID +tools:CheckDocLocale +Euro +AutoPilotRun +AutoPilotRun:StartAutoPilot +AutoPilotRun:ConvertDocuments +AutoPilotRun:InitializeDocument +AutoPilotRun:ChangeToNextProgressStep +AutoPilotRun:StoreDocument +AutoPilotRun:SwapExtent +AutoPilotRun:InitializeThirdStep +AutoPilotRun:ToggleProgressStep +AutoPilotRun:EnableStep2DialogControls +AutoPilotRun:InitializeProgressPage +AutoPilotRun:AssignFileName +AutoPilotRun:ToggleGoOnButton +AutoPilotRun:CallFolderPicker +AutoPilotRun:CallFilePicker +AutoPilotRun:PreviousStep +Common +Common:RetrieveDocumentObjects +Common:CancelTask +Common:ConvertDocument +Common:SwitchNumberFormat +Common:Numberformat +Common:CheckFormatType +Common:StartConversion +Common:IncreaseStatusValue +Common:SelectCurrency +Common:FillUpCurrencyListbox +Common:InitializeProgressbar +Common:EndStatusLine +ConvertRun +ConvertRun:Main +ConvertRun:SelectListItem +ConvertRun:RetrieveEnableValue +ConvertRun:EnableStep1DialogControls +ConvertRun:ConvertRangesOrStylesOfDocument +ConvertRun:ConvertWholeDocument +ConvertRun:EmptySelection +ConvertRun:AddSelectedRangeToSelRangesEnum +ConvertRun:GetPreSelectedRange +ConvertRun:AddRangeToListbox +ConvertRun:CheckRangeSelection +ConvertRun:FieldinList +ConvertRun:CheckLocale +ConvertRun:SetOptionValuestoNull +ConvertRun:SetStatusLineText +Hard +Hard:CreateRangeList +Hard:CreateRangeEnumeration +Hard:AddSheetRanges +Hard:SelectRange +Hard:ConvertThehardWay +Hard:ConvertCellCurrencies +Hard:ModifyObjectValuewithCurrFactor +Hard:CheckIfRangeisCurrency +Hard:CountColumnsForRow +Hard:CountRangeCells +Init +Init:InitializeResources +Init:InitializeLanguages +Init:InitializeCurrencies +Init:InitializeControls +Init:InitializeConverter +Init:InitializeCurrencyValues +Init:InitializeLocales +Protect +Protect:UnprotectSheetsWithPassWord +Protect:UnprotectSheet +Protect:UnprotectSheetWithDialog +Protect:ExecutePasswordDialog +Protect:ReadPassword +Protect:RejectPassword +Protect:ReprotectSheets +Protect:AddSheettoUnprotectionlist +Protect:CheckSheetProtection +Soft +Soft:CreateStyleEnumeration +Soft:MakeStyleEnumeration +Soft:AssignRangestoStyle +Soft:AssignCellFormatRanges +Soft:DeselectStyle +Soft:RetrieveRangeNamefromAddress +Soft:RetrieveSheetoutofRangeName +Soft:RetrieveRangeoutofRangeName +Soft:ConvertTheSoftWay +Soft:GetAssignedRanges +Writer +Writer:ConvertWriterTables +Writer:ModifyObjectValuewithCurrFactor +Writer:ConvertTextFields +FormWizard +DBMeta +DBMeta:GetDatabaseNames +DBMeta:GetSelectedDBMetaData +DBMeta:GetConnection +DBMeta:GetDBMetaData +DBMeta:GetTableMetaData +DBMeta:GetSpecificFieldNames +DBMeta:CreateDBForm +DBMeta:AddOrRemoveBinaryFieldsToWidthList +DBMeta:CreateCommandTypeList +DBMeta:GetCurrentMetaValues +DBMeta:AssignFieldLength +develop +develop:PositionControls +develop:ResetPosSizes +develop:RepositionColumnarLeftControls +develop:ResetDBShape +develop:InitializePosSizes +develop:InsertTextControl +develop:InsertDBControl +develop:InsertTimeStampShape +develop:GetLabelDiffHeight +develop:CheckJustifiedPosition +develop:GetCorrWidth +develop:AdjustLineWidth +develop:CheckOuterPoints +develop:PositionGridControl +develop:SetupGridColumn +develop:ControlCaptionstoStandardLayout +develop:GroupShapesTogether +FormWizard +FormWizard:Main +FormWizard:MainWithDefault +FormWizard:FormGetFields +FormWizard:FillUpFieldsListbox +FormWizard:PreviousStep +FormWizard:NextStep +FormWizard:InitializeLayoutSettings +FormWizard:ToggleDatabasePage +FormWizard:CommitLastDocumentChanges +FormWizard:StoreFormInDatabase +FormWizard:StoreForm +FormWizard:EmptyFieldsListboxes +FormWizard:DeleteFirstTableListBoxEntry +FormWizard:DeleteFirstListboxEntry +Language +Language:LoadLanguage +Language:SetDialogLanguage +Language:InitializeWidthList +Layouter +Layouter:InsertControl +Layouter:ArrangeControls +Layouter:OpenFormDocument +Layouter:InitializeLabelValues +Layouter:ConfigurePageStyle +Layouter:ChangeBorderLayouts +Layouter:ChangeLabelAlignments +Layouter:ChangeArrangemode +Layouter:ToggleBorderGroup +Layouter:ToggleAlignGroup +Layouter:ToggleLayoutPage +Layouter:DestroyControlShapes +Layouter:SwitchArrangementButtons +Layouter:SwitchBorderMode +Layouter:SwitchAlignMode +tools +tools:SetProgressValue +tools:GetPreferredWidth +tools:GetPreferredHeight +tools:GetPeerSize +tools:TwipToCM +tools:TwipTo100telMM +tools:TwipToPixel +tools:PixelTo100thMMX +tools:PixelTo100thMMY +tools:GetPoint +tools:GetSize +tools:ImportStyles +tools:SetNumerics +tools:RemoveShapes +tools:RemoveNirwanaShapes +tools:ShapesToNirwana +tools:CalcUniqueContentName +tools:CountItemsInArray +tools:GetDBHeight +tools:GetFormWizardPaths +tools:GetFilterName +Gimmicks +AutoText +AutoText:Main +AutoText:InsertStringToCell +ChangeAllChars +ChangeAllChars:ChangeAllChars +ChangeAllChars:ReplaceAllStrings +ChangeAllChars:ReplaceStrings +GetTexts +GetTexts:Main +GetTexts:GetCalcStrings +GetTexts:GetCellTexts +GetTexts:GetAnnotations +GetTexts:GetNamedRanges +GetTexts:GetCalcGraphicNames +GetTexts:GetParagraphTexts +GetTexts:GetChartStrings +GetTexts:GetFrameTexts +GetTexts:GetTextFieldStrings +GetTexts:GetLinkedFileNames +GetTexts:GetSectionNames +GetTexts:GetWriterStrings +GetTexts:GetDrawPageTitles +GetTexts:GetPageStrings +GetTexts:GetDrawStrings +GetTexts:GetDocumentProps +GetTexts:GetHyperlinks +GetTexts:GetGraphicNames +GetTexts:GetStyles +GetTexts:GetControlStrings +GetTexts:GetControlContent +GetTexts:WriteStringtoLogFile +GetTexts:MakeLogHeadLine +ReadDir +ReadDir:Main +ReadDir:TreeInfo +ReadDir:CreateTextShape +ReadDir:CalculateXPoint +ReadDir:DrawLine +ReadDir:GetSourceDirectory +ReadDir:ReadSourceDirectory +ReadDir:CloseDialog +ReadDir:AdjustPageHeight +ReadDir:SetNewLevels +ReadDir:CheckPageWidth +ReadDir:ToggleDialogControls +Userfields +Userfields:StartChangesUserfields +Userfields:FillDialog +Userfields:ScrollControls +Userfields:ScrollTextFieldInfo +Userfields:StopMacro +Userfields:SaveSettings +Userfields:ToggleButtons +Userfields:InitializeUserFamily +Userfields:AddRecord +Userfields:FillupTextFields +Userfields:StepToRecord +Userfields:SelectCurrentFields +Userfields:DeleteCurrentSettings +ImportWizard +API +API:OpenRegKey +API:GetDefaultPath +API:GetTemplateDefaultPath +API:QueryValueEx +API:QueryValue +DialogModul +DialogModul:FillStep_Welcome +DialogModul:FillStep_InputPaths +DialogModul:FillUpApplicationList +DialogModul:InitializePathsforCurrentApplication +DialogModul:AssignPathToCurrentApplication +DialogModul:SaveStep_InputPath +DialogModul:ToggleInputPaths +DialogModul:MakeSummaryString +DialogModul:FillStep_Summary +DialogModul:FillStep_Progress +DialogModul:GetFilterTracingLogPath +DialogModul:CheckMSImportAvailability +DialogModul:SetupMSConfiguration +DialogModul:SetupXMLConfiguration +DialogModul:CheckControlPath +DialogModul:CheckInputPaths +DialogModul:CheckTextBoxPath +DialogModul:InitializeProgressPage +DialogModul:SetProgressDisplay +DialogModul:TakoverFolderName +DialogModul:FinalizeDialogButtons +FilesModul +FilesModul:ReadCollectionPaths +FilesModul:GetApplicationIndex +FilesModul:InterruptProcess +FilesModul:AddCollectionPath +FilesModul:SetExtension +FilesModul:AddFilterNameToPathItem +FilesModul:CheckIfToAddPathToCollection +FilesModul:CollectPaths +FilesModul:ConvertAllDocuments +FilesModul:AddListtoFilesList +FilesModul:GetTargetTemplatePath +FilesModul:GetFilterName +FilesModul:SearchArrayforPartString +FilesModul:CreateLogTable +FilesModul:GetSize +FilesModul:InsertCommandButtonatViewCursor +FilesModul:CreateLogDocument +FilesModul:GetFilterTracingLogPath +FilesModul:InsertTargetUrlToLogDocument +FilesModul:InsertSourceUrlToLogDocument +FilesModul:InsertHyperLinkToLogCell +FilesModul:InsertCommentToLogCell +FilesModul:AddLogStatistics +FilesModul:CheckIfMacroExists +FilesModul:CheckPassWordProtection +FilesModul:OpenLogDocument +FilesModul:MergeRange +FilesModul:ConcatComment +Language +Language:LoadLanguage +Language:GetApplResourceArray +Main +Main:Main +Main:NextStep +Main:PrevStep +Main:CancelTask +Main:TemplateDirSearchDialog +Main:RepaintHeaderPreview +Main:CheckModuleInstallation +Main:CheckInstalledModule +Main:ToggleCheckboxes +Main:ToggleCheckboxesWithBoolean +Main:ToggleNextButton +Main:TakeOverPathSettings +Main:GetImportWizardPaths +Schedule +BankHoliday +BankHoliday:Main +BankHoliday:CalEasterTable +BankHoliday:CalOrthodoxEasterTable +BankHoliday:CalInitGlobalVariablesDate +BankHoliday:CalInsertBankholiday +BankHoliday:CalMaxDayInMonth +BankHoliday:CalGetIntOfShortMonthName +BankHoliday:CalInsertOwnDataInTables +BankHoliday:GetMonthDate +BankHoliday:GetNextWeekDay +BankHoliday:AddFollowUpHolidays +CalendarMain +CalendarMain:CalAutopilotTable +CalendarMain:SetupNumberFormatter +CalendarMain:AddNumberFormat +CalendarMain:CalChooseCalendar +CalendarMain:CalcmdCancel +CalendarMain:CalcmdOk +CreateTable +CreateTable:CalCreateYearTable +CreateTable:CalCreateMonthTable +CreateTable:FormatCalCells +DlgControl +DlgControl:Main +DlgControl:CalcmdDeleteSelect +DlgControl:CalSaveOwnEventControls +DlgControl:CalMouseMoved +DlgControl:SelectState +DlgControl:MouseLeavesImage +DlgControl:CalClearInputMask +DlgControl:CalmdSwitchOwnDataOrGeneral +DlgControl:ToggleInsertButton +DlgControl:CalUpdateNewEventFrame +GermanHolidays +GermanHolidays:Main +GermanHolidays:CalGetGermanLandAtMousePos +GermanHolidays:CalFindWholeYearHolidays_GERMANY +Language +Language:LoadLanguage +LocalHolidays +LocalHolidays:Main +LocalHolidays:FindWholeYearHolidays_FRANCE +LocalHolidays:FindWholeYearHolidays_SWED +LocalHolidays:FindWholeYearHolidays_FI +LocalHolidays:FindWholeYearHolidays_DK +LocalHolidays:FindWholeYearHolidays_ITA +LocalHolidays:FindWholeYearHolidays_TRK +LocalHolidays:CalculateturkishReligousHolidays +LocalHolidays:FindWholeYearHolidays_GREEK +LocalHolidays:FindWholeYearHolidays_SPAIN +LocalHolidays:FindWholeYearHolidays_PORT +LocalHolidays:FindWholeYearHolidays_NL +LocalHolidays:FindWholeYearHolidays_PL +LocalHolidays:FindWholeYearHolidays_RU +LocalHolidays:FindWholeYearHolidays_US +LocalHolidays:FindWholeYearHolidays_JP +LocalHolidays:FindWholeYearHolidays_TW +LocalHolidays:FindWholeYearHolidays_CN +LocalHolidays:CalculateChineseNewYear +LocalHolidays:CalculateJapaneseSpringDay +LocalHolidays:CalculateJapaneseAutumnDay +OwnEvents +OwnEvents:Main +OwnEvents:CalSaveOwnData +OwnEvents:CalLoadOwnData +OwnEvents:CalCreateDateStrOfInput +OwnEvents:CalcmdInsertData +OwnEvents:GetSelectedDateUnits +OwnEvents:GetDateUnits +OwnEvents:CalGetNameOfEvent +OwnEvents:CheckInsertedDates +OwnEvents:GetOwnMonth +ScriptBindingLibrary +Template +Autotext +Autotext:Main +Autotext:CreateUserDatafield +Autotext:CreateBullet +Autotext:CreatePlaceholder +Correspondence +Correspondence:Main +Correspondence:Placeholder +Correspondence:Database +Correspondence:LoadLanguageCorrespondence +Correspondence:GetFieldName +Correspondence:OK +Correspondence:InsertDBField +Correspondence:InsertPlaceholder +ModuleAgenda +ModuleAgenda:Initialize +ModuleAgenda:LoadLanguageAgenda +ModuleAgenda:ModifyTemplate +ModuleAgenda:NewTopic +ModuleAgenda:FinishAgenda +ModuleAgenda:CreateBookMarkCursor +ModuleAgenda:DeleteButtons +ModuleAgenda:GetOptionValues +Samples +Samples:PrepareForEditing +Samples:ShowStyles +Samples:SelectStyle +Samples:SaveCurrentStyles +Samples:RestoreCurrentStyles +Samples:CloseStyleDialog +Samples:KillTempFile +Tools +Debug +Debug:ActivateReadOnlyFlag +Debug:DeactivateReadOnlyFlag +Debug:SetBasicReadOnlyFlag +Debug:WritedbgInfo +Debug:WriteDbgString +Debug:printdbgInfo +Debug:ShowArray +Debug:ShowPropertyValues +Debug:ShowNameValuePair +Debug:ShowElementNames +Debug:ShowSupportedServiceNames +Debug:ShowAvailableServiceNames +Debug:ShowCommands +Debug:ProtectCurrentSheets +Debug:FillDocument +Listbox +Listbox:MergeList +Listbox:RemoveListItems +Listbox:InitializeListboxProcedures +Listbox:CopyListboxItems +Listbox:FormMoveSelected +Listbox:FormMoveAll +Listbox:FormRemoveSelected +Listbox:FormRemoveAll +Listbox:MoveSelectedListBox +Listbox:MoveOrderedSelectedListbox +Listbox:RemoveSelected +Listbox:SetNewSelection +Listbox:ToggleListboxControls +Listbox:FormSetMoveRights +Listbox:AddSingleItemToListbox +Listbox:EmptyListbox +Listbox:SelectListboxItem +Listbox:GetSelectedListboxItems +Listbox:RemoveListboxItemByName +Listbox:GetItemPos +Misc +Misc:Main +Misc:RegisterNewDataSource +Misc:ConnecttoDatabase +Misc:GetStarOfficeLocale +Misc:GetRegistryKeyContent +Misc:GetProductname +Misc:OpenDocument +Misc:TaskonDesktop +Misc:RetrieveFileName +Misc:GetPathSettings +Misc:GetOfficeSubPath +Misc:ShowNoOfficePathError +Misc:InitResources +Misc:GetResText +Misc:CutPathView +Misc:DeleteInputCells +Misc:ChangeValueofRange +Misc:ReplaceRangeValues +Misc:GetValueofCellbyName +Misc:DuplicateRow +Misc:GetStringofCellbyName +Misc:GetCellByName +Misc:ChangeCellValue +Misc:GetDocumentType +Misc:GetNumberFormatType +Misc:ProtectSheets +Misc:UnprotectSheets +Misc:GetRowIndex +Misc:GetColumnIndex +Misc:CopySheetbyName +Misc:ToggleWindow +Misc:CheckNewSheetname +Misc:AddNewSheetName +Misc:GetSheetIndex +Misc:GetLastUsedRow +Misc:ModifyBorderLineWidth +Misc:AttachBasicMacroToEvent +Misc:ModifyPropertyValue +Misc:GetPropertyValueIndex +Misc:DispatchSlot +Misc:IsFatOffice +Misc:GetLocale +Misc:ToggleDesignMode +Misc:isHighContrast +Misc:CreateNewDocument +Misc:DisposeDocument +Misc:CalIsLeapYear +ModuleControls +ModuleControls:getControlModel +ModuleControls:GetControlShape +ModuleControls:getControlView +ModuleControls:DisposeControl +ModuleControls:GetControlGroupModel +ModuleControls:GetRefValue +ModuleControls:GetRefValueOfControlGroup +ModuleControls:GetOptionGroupValue +ModuleControls:WriteOptValueToCell +ModuleControls:LoadDialog +ModuleControls:GetFolderName +ModuleControls:GetFileName +ModuleControls:StoreDocument +ModuleControls:AddFiltersToDialog +ModuleControls:SwitchMousePointer +ModuleControls:ShowOverwriteAllDialog +ModuleControls:SetOVERWRITEToQuery +ModuleControls:SetOVERWRITEToAlways +ModuleControls:SetOVERWRITEToNever +Strings +Strings:ElimChar +Strings:DeleteStr +Strings:FindPartString +Strings:PartStringInArray +Strings:RTrimStr +Strings:LTRimChar +Strings:ArrayOutOfString +Strings:ClearArray +Strings:ClearMultiDimArray +Strings:FieldinArray +Strings:FieldinList +Strings:IndexinArray +Strings:MultiArrayInListbox +Strings:StringInMultiArray +Strings:GetIndexInMultiArray +Strings:GetIndexForPartStringinMultiArray +Strings:ArrayfromMultiArray +Strings:ReplaceString +Strings:FindSecondValue +Strings:Power +Strings:Round +Strings:FileNameoutofPath +Strings:GetFileNameExtension +Strings:GetFileNameWithoutExtension +Strings:DirectoryNameoutofPath +Strings:CountCharsinString +Strings:BubbleSortList +Strings:GetValueoutofList +Strings:AddListtoList +Strings:CheckDouble +UCB +UCB:Main +UCB:ReadDirectories +UCB:AddFoldertoList +UCB:AddFileNameToList +UCB:RetrieveDocTitle +UCB:GetRealFileContent +UCB:CopyRecursively +UCB:ShowHelperDialog +UCB:SaveDataToFile +UCB:LoadDataFromFile +UCB:CreateFolder +Untitled 1 +Standard diff --git a/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_win_BeanShell.txt b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_win_BeanShell.txt new file mode 100755 index 000000000000..5fd31835476e --- /dev/null +++ b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_win_BeanShell.txt @@ -0,0 +1,14 @@ +My Macros +OpenOffice.org Macros +Capitalise +capitalise.bsh +HelloWorld +helloworld.bsh +Highlight +ButtonPressHandler.bsh +ShowDialog.bsh +MemoryUsage +memusage.bsh +WordCount +wordcount.bsh +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_win_JavaScript.txt b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_win_JavaScript.txt new file mode 100755 index 000000000000..06f63f48530c --- /dev/null +++ b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_win_JavaScript.txt @@ -0,0 +1,10 @@ +My Macros +OpenOffice.org Macros +ExportSheetsToHTML +exportsheetstohtml.js +HelloWorld +helloworld.js +Highlight +ButtonPressHandler.js +ShowDialog.js +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_win_Python.txt b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_win_Python.txt new file mode 100755 index 000000000000..93f69e69e7b0 --- /dev/null +++ b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_win_Python.txt @@ -0,0 +1,10 @@ +My Macros +OpenOffice.org Macros +Capitalise +capitalisePython +HelloWorld +HelloWorldPython +pythonSamples +TableSample +createTable +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_win_RunMacro.txt b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_win_RunMacro.txt new file mode 100755 index 000000000000..74378128ac9b --- /dev/null +++ b/testautomation/framework/required/input/scripts/OpenOffice.org_en-US_win_RunMacro.txt @@ -0,0 +1,681 @@ +My Macros +Standard +Module1 +Module1:Main +OpenOffice.org Macros +Capitalise +Capitalise:capitalise.bsh +Capitalise:capitalisePython +Depot +Depot +Depot:AddShortCuttoControl +Depot:Buy +Depot:CancelStockRate +Depot:CancelTransaction +Depot:CommitStockRate +Depot:EnableTransactionControls +Depot:HandleStocks +Depot:Initialize +Depot:InitializeStockRatesControls +Depot:OpenStockRatePage +Depot:Reset +Depot:SelectStockname +Depot:SelectStockNameForRates +Depot:Sell +Depot:SetupTransactionControls +Depot:ToggleStockRateControls +Depot:TransactionOk +CommonLang +CommonLang:CompleteMarketList +CommonLang:InitializeStartUpModel +CommonLang:LoadDepotDialogs +CommonLang:LoadLanguage +CommonLang:LocalizedCurrencies +Currency +Currency:CheckFormatType +Currency:ChooseMarket +Currency:CloseStartUpDialog +Currency:ConvertStylesCurrencies +Currency:DisposeDocument +Currency:EnableGoOnButton +Currency:Numberformat +Currency:Startup +Currency:SwitchNumberFormat +Internet +Internet:CalculateChartafterSplit +Internet:CheckHistoryControls +Internet:GetCurrentRate +Internet:InsertCompanyHistory +Internet:InternetUpdate +Internet:StringToDate +Internet:UpdateChart +Internet:UpdateValue +Lang_de +Lang_de:LoadGermanLanguage +tools +tools:AddValueToCellContent +tools:CellValuetoControl +tools:CheckDocLocale +tools:CheckInputDate +tools:FillListbox +tools:GetRowIndex +tools:GetStockID +tools:GetStockRowIndex +tools:GetStocksCount +tools:GetTransactionCount +tools:InitializeStatusLine +tools:InsertCurrentValue +tools:MakeRangeVisible +tools:RemoveSheet +tools:RemoveStockRows +tools:SplitCellValue +Lang_en +Lang_en:LoadEnglishLanguage +Lang_fr +Lang_fr:LoadFrenchLanguage +Lang_it +Lang_it:LoadItalianLanguage +Lang_es +Lang_es:LoadSpanishLanguage +Lang_sv +Lang_sv:LoadSwedishLanguage +Lang_zh +Lang_zh:LoadChineseSimpleLanguage +Lang_tw +Lang_tw:LoadChineseTradLanguage +Lang_ko +Lang_ko:LoadKoreanLanguage +Lang_ja +Lang_ja:LoadJapaneseLanguage +Euro +ConvertRun +ConvertRun:AddRangeToListbox +ConvertRun:AddSelectedRangeToSelRangesEnum +ConvertRun:CheckLocale +ConvertRun:CheckRangeSelection +ConvertRun:ConvertRangesOrStylesOfDocument +ConvertRun:ConvertWholeDocument +ConvertRun:EmptySelection +ConvertRun:EnableStep1DialogControls +ConvertRun:FieldinList +ConvertRun:GetPreSelectedRange +ConvertRun:Main +ConvertRun:RetrieveEnableValue +ConvertRun:SelectListItem +ConvertRun:SetOptionValuestoNull +ConvertRun:SetStatusLineText +AutoPilotRun +AutoPilotRun:AssignFileName +AutoPilotRun:CallFilePicker +AutoPilotRun:CallFolderPicker +AutoPilotRun:ChangeToNextProgressStep +AutoPilotRun:ConvertDocuments +AutoPilotRun:EnableStep2DialogControls +AutoPilotRun:InitializeDocument +AutoPilotRun:InitializeProgressPage +AutoPilotRun:InitializeThirdStep +AutoPilotRun:PreviousStep +AutoPilotRun:StartAutoPilot +AutoPilotRun:StoreDocument +AutoPilotRun:SwapExtent +AutoPilotRun:ToggleGoOnButton +AutoPilotRun:ToggleProgressStep +Hard +Hard:AddSheetRanges +Hard:CheckIfRangeisCurrency +Hard:ConvertCellCurrencies +Hard:ConvertThehardWay +Hard:CountColumnsForRow +Hard:CountRangeCells +Hard:CreateRangeEnumeration +Hard:CreateRangeList +Hard:ModifyObjectValuewithCurrFactor +Hard:SelectRange +Soft +Soft:AssignCellFormatRanges +Soft:AssignRangestoStyle +Soft:ConvertTheSoftWay +Soft:CreateStyleEnumeration +Soft:DeselectStyle +Soft:GetAssignedRanges +Soft:MakeStyleEnumeration +Soft:RetrieveRangeNamefromAddress +Soft:RetrieveRangeoutofRangeName +Soft:RetrieveSheetoutofRangeName +Init +Init:InitializeControls +Init:InitializeConverter +Init:InitializeCurrencies +Init:InitializeCurrencyValues +Init:InitializeLanguages +Init:InitializeLocales +Init:InitializeResources +Common +Common:CancelTask +Common:CheckFormatType +Common:ConvertDocument +Common:EndStatusLine +Common:FillUpCurrencyListbox +Common:IncreaseStatusValue +Common:InitializeProgressbar +Common:Numberformat +Common:RetrieveDocumentObjects +Common:SelectCurrency +Common:StartConversion +Common:SwitchNumberFormat +Writer +Writer:ConvertTextFields +Writer:ConvertWriterTables +Writer:ModifyObjectValuewithCurrFactor +Protect +Protect:AddSheettoUnprotectionlist +Protect:CheckSheetProtection +Protect:ExecutePasswordDialog +Protect:ReadPassword +Protect:RejectPassword +Protect:ReprotectSheets +Protect:UnprotectSheet +Protect:UnprotectSheetsWithPassWord +Protect:UnprotectSheetWithDialog +ExportSheetsToHTML +ExportSheetsToHTML:exportsheetstohtml.js +FormWizard +FormWizard +FormWizard:CommitLastDocumentChanges +FormWizard:DeleteFirstListboxEntry +FormWizard:DeleteFirstTableListBoxEntry +FormWizard:EmptyFieldsListboxes +FormWizard:FillUpFieldsListbox +FormWizard:FormGetFields +FormWizard:InitializeLayoutSettings +FormWizard:Main +FormWizard:MainWithDefault +FormWizard:NextStep +FormWizard:PreviousStep +FormWizard:StoreForm +FormWizard:StoreFormInDatabase +FormWizard:ToggleDatabasePage +Layouter +Layouter:ArrangeControls +Layouter:ChangeArrangemode +Layouter:ChangeBorderLayouts +Layouter:ChangeLabelAlignments +Layouter:ConfigurePageStyle +Layouter:DestroyControlShapes +Layouter:InitializeLabelValues +Layouter:InsertControl +Layouter:OpenFormDocument +Layouter:SwitchAlignMode +Layouter:SwitchArrangementButtons +Layouter:SwitchBorderMode +Layouter:ToggleAlignGroup +Layouter:ToggleBorderGroup +Layouter:ToggleLayoutPage +Language +Language:InitializeWidthList +Language:LoadLanguage +Language:SetDialogLanguage +DBMeta +DBMeta:AddOrRemoveBinaryFieldsToWidthList +DBMeta:AssignFieldLength +DBMeta:CreateCommandTypeList +DBMeta:CreateDBForm +DBMeta:GetConnection +DBMeta:GetCurrentMetaValues +DBMeta:GetDatabaseNames +DBMeta:GetDBMetaData +DBMeta:GetSelectedDBMetaData +DBMeta:GetSpecificFieldNames +DBMeta:GetTableMetaData +tools +tools:CalcUniqueContentName +tools:CountItemsInArray +tools:GetDBHeight +tools:GetFilterName +tools:GetFormWizardPaths +tools:GetPeerSize +tools:GetPoint +tools:GetPreferredHeight +tools:GetPreferredWidth +tools:GetSize +tools:ImportStyles +tools:PixelTo100thMMX +tools:PixelTo100thMMY +tools:RemoveNirwanaShapes +tools:RemoveShapes +tools:SetNumerics +tools:SetProgressValue +tools:ShapesToNirwana +tools:TwipTo100telMM +tools:TwipToCM +tools:TwipToPixel +develop +develop:AdjustLineWidth +develop:CheckJustifiedPosition +develop:CheckOuterPoints +develop:ControlCaptionstoStandardLayout +develop:GetCorrWidth +develop:GetLabelDiffHeight +develop:GroupShapesTogether +develop:InitializePosSizes +develop:InsertDBControl +develop:InsertTextControl +develop:InsertTimeStampShape +develop:PositionControls +develop:PositionGridControl +develop:RepositionColumnarLeftControls +develop:ResetDBShape +develop:ResetPosSizes +develop:SetupGridColumn +Gimmicks +GetTexts +GetTexts:GetAnnotations +GetTexts:GetCalcGraphicNames +GetTexts:GetCalcStrings +GetTexts:GetCellTexts +GetTexts:GetChartStrings +GetTexts:GetControlContent +GetTexts:GetControlStrings +GetTexts:GetDocumentProps +GetTexts:GetDrawPageTitles +GetTexts:GetDrawStrings +GetTexts:GetFrameTexts +GetTexts:GetGraphicNames +GetTexts:GetHyperlinks +GetTexts:GetLinkedFileNames +GetTexts:GetNamedRanges +GetTexts:GetPageStrings +GetTexts:GetParagraphTexts +GetTexts:GetSectionNames +GetTexts:GetStyles +GetTexts:GetTextFieldStrings +GetTexts:GetWriterStrings +GetTexts:Main +GetTexts:MakeLogHeadLine +GetTexts:WriteStringtoLogFile +Userfields +Userfields:AddRecord +Userfields:DeleteCurrentSettings +Userfields:FillDialog +Userfields:FillupTextFields +Userfields:InitializeUserFamily +Userfields:SaveSettings +Userfields:ScrollControls +Userfields:ScrollTextFieldInfo +Userfields:SelectCurrentFields +Userfields:StartChangesUserfields +Userfields:StepToRecord +Userfields:StopMacro +Userfields:ToggleButtons +ChangeAllChars +ChangeAllChars:ChangeAllChars +ChangeAllChars:ReplaceAllStrings +ChangeAllChars:ReplaceStrings +AutoText +AutoText:InsertStringToCell +AutoText:Main +ReadDir +ReadDir:AdjustPageHeight +ReadDir:CalculateXPoint +ReadDir:CheckPageWidth +ReadDir:CloseDialog +ReadDir:CreateTextShape +ReadDir:DrawLine +ReadDir:GetSourceDirectory +ReadDir:Main +ReadDir:ReadSourceDirectory +ReadDir:SetNewLevels +ReadDir:ToggleDialogControls +ReadDir:TreeInfo +HelloWorld +HelloWorld:helloworld.bsh +HelloWorld:helloworld.js +HelloWorld:HelloWorld.printHW +HelloWorld:HelloWorldPython +Highlight +Highlight:ButtonPressHandler.bsh +Highlight:ButtonPressHandler.js +Highlight:HighlightText.showForm +Highlight:ShowDialog.bsh +Highlight:ShowDialog.js +ImportWizard +Main +Main:CancelTask +Main:CheckInstalledModule +Main:CheckModuleInstallation +Main:GetImportWizardPaths +Main:Main +Main:NextStep +Main:PrevStep +Main:RepaintHeaderPreview +Main:TakeOverPathSettings +Main:TemplateDirSearchDialog +Main:ToggleCheckboxes +Main:ToggleCheckboxesWithBoolean +Main:ToggleNextButton +DialogModul +DialogModul:AssignPathToCurrentApplication +DialogModul:CheckControlPath +DialogModul:CheckInputPaths +DialogModul:CheckMSImportAvailability +DialogModul:CheckTextBoxPath +DialogModul:FillStep_InputPaths +DialogModul:FillStep_Progress +DialogModul:FillStep_Summary +DialogModul:FillStep_Welcome +DialogModul:FillUpApplicationList +DialogModul:FinalizeDialogButtons +DialogModul:GetFilterTracingLogPath +DialogModul:InitializePathsforCurrentApplication +DialogModul:InitializeProgressPage +DialogModul:MakeSummaryString +DialogModul:SaveStep_InputPath +DialogModul:SetProgressDisplay +DialogModul:SetupMSConfiguration +DialogModul:SetupXMLConfiguration +DialogModul:TakoverFolderName +DialogModul:ToggleInputPaths +Language +Language:GetApplResourceArray +Language:LoadLanguage +FilesModul +FilesModul:AddCollectionPath +FilesModul:AddFilterNameToPathItem +FilesModul:AddListtoFilesList +FilesModul:AddLogStatistics +FilesModul:CheckIfMacroExists +FilesModul:CheckIfToAddPathToCollection +FilesModul:CheckPassWordProtection +FilesModul:CollectPaths +FilesModul:ConcatComment +FilesModul:ConvertAllDocuments +FilesModul:CreateLogDocument +FilesModul:CreateLogTable +FilesModul:GetApplicationIndex +FilesModul:GetFilterName +FilesModul:GetFilterTracingLogPath +FilesModul:GetSize +FilesModul:GetTargetTemplatePath +FilesModul:InsertCommandButtonatViewCursor +FilesModul:InsertCommentToLogCell +FilesModul:InsertHyperLinkToLogCell +FilesModul:InsertSourceUrlToLogDocument +FilesModul:InsertTargetUrlToLogDocument +FilesModul:InterruptProcess +FilesModul:MergeRange +FilesModul:OpenLogDocument +FilesModul:ReadCollectionPaths +FilesModul:SearchArrayforPartString +FilesModul:SetExtension +API +API:GetDefaultPath +API:GetTemplateDefaultPath +API:OpenRegKey +API:QueryValue +API:QueryValueEx +MemoryUsage +MemoryUsage:MemoryUsage.updateMemoryUsage +MemoryUsage:memusage.bsh +Schedule +OwnEvents +OwnEvents:CalcmdInsertData +OwnEvents:CalCreateDateStrOfInput +OwnEvents:CalGetNameOfEvent +OwnEvents:CalLoadOwnData +OwnEvents:CalSaveOwnData +OwnEvents:CheckInsertedDates +OwnEvents:GetDateUnits +OwnEvents:GetOwnMonth +OwnEvents:GetSelectedDateUnits +OwnEvents:Main +CalendarMain +CalendarMain:AddNumberFormat +CalendarMain:CalAutopilotTable +CalendarMain:CalChooseCalendar +CalendarMain:CalcmdCancel +CalendarMain:CalcmdOk +CalendarMain:SetupNumberFormatter +BankHoliday +BankHoliday:AddFollowUpHolidays +BankHoliday:CalEasterTable +BankHoliday:CalGetIntOfShortMonthName +BankHoliday:CalInitGlobalVariablesDate +BankHoliday:CalInsertBankholiday +BankHoliday:CalInsertOwnDataInTables +BankHoliday:CalMaxDayInMonth +BankHoliday:CalOrthodoxEasterTable +BankHoliday:GetMonthDate +BankHoliday:GetNextWeekDay +BankHoliday:Main +DlgControl +DlgControl:CalClearInputMask +DlgControl:CalcmdDeleteSelect +DlgControl:CalmdSwitchOwnDataOrGeneral +DlgControl:CalMouseMoved +DlgControl:CalSaveOwnEventControls +DlgControl:CalUpdateNewEventFrame +DlgControl:Main +DlgControl:MouseLeavesImage +DlgControl:SelectState +DlgControl:ToggleInsertButton +Language +Language:LoadLanguage +CreateTable +CreateTable:CalCreateMonthTable +CreateTable:CalCreateYearTable +CreateTable:FormatCalCells +GermanHolidays +GermanHolidays:CalFindWholeYearHolidays_GERMANY +GermanHolidays:CalGetGermanLandAtMousePos +GermanHolidays:Main +LocalHolidays +LocalHolidays:CalculateChineseNewYear +LocalHolidays:CalculateJapaneseAutumnDay +LocalHolidays:CalculateJapaneseSpringDay +LocalHolidays:CalculateturkishReligousHolidays +LocalHolidays:FindWholeYearHolidays_CN +LocalHolidays:FindWholeYearHolidays_DK +LocalHolidays:FindWholeYearHolidays_FI +LocalHolidays:FindWholeYearHolidays_FRANCE +LocalHolidays:FindWholeYearHolidays_GREEK +LocalHolidays:FindWholeYearHolidays_ITA +LocalHolidays:FindWholeYearHolidays_JP +LocalHolidays:FindWholeYearHolidays_NL +LocalHolidays:FindWholeYearHolidays_PL +LocalHolidays:FindWholeYearHolidays_PORT +LocalHolidays:FindWholeYearHolidays_RU +LocalHolidays:FindWholeYearHolidays_SPAIN +LocalHolidays:FindWholeYearHolidays_SWED +LocalHolidays:FindWholeYearHolidays_TRK +LocalHolidays:FindWholeYearHolidays_TW +LocalHolidays:FindWholeYearHolidays_US +LocalHolidays:Main +ScriptBindingLibrary +Template +ModuleAgenda +ModuleAgenda:CreateBookMarkCursor +ModuleAgenda:DeleteButtons +ModuleAgenda:FinishAgenda +ModuleAgenda:GetOptionValues +ModuleAgenda:Initialize +ModuleAgenda:LoadLanguageAgenda +ModuleAgenda:ModifyTemplate +ModuleAgenda:NewTopic +Correspondence +Correspondence:Database +Correspondence:GetFieldName +Correspondence:InsertDBField +Correspondence:InsertPlaceholder +Correspondence:LoadLanguageCorrespondence +Correspondence:Main +Correspondence:OK +Correspondence:Placeholder +Samples +Samples:CloseStyleDialog +Samples:KillTempFile +Samples:PrepareForEditing +Samples:RestoreCurrentStyles +Samples:SaveCurrentStyles +Samples:SelectStyle +Samples:ShowStyles +Autotext +Autotext:CreateBullet +Autotext:CreatePlaceholder +Autotext:CreateUserDatafield +Autotext:Main +Tools +ModuleControls +ModuleControls:AddFiltersToDialog +ModuleControls:DisposeControl +ModuleControls:GetControlGroupModel +ModuleControls:getControlModel +ModuleControls:GetControlShape +ModuleControls:getControlView +ModuleControls:GetFileName +ModuleControls:GetFolderName +ModuleControls:GetOptionGroupValue +ModuleControls:GetRefValue +ModuleControls:GetRefValueOfControlGroup +ModuleControls:LoadDialog +ModuleControls:SetOVERWRITEToAlways +ModuleControls:SetOVERWRITEToNever +ModuleControls:SetOVERWRITEToQuery +ModuleControls:ShowOverwriteAllDialog +ModuleControls:StoreDocument +ModuleControls:SwitchMousePointer +ModuleControls:WriteOptValueToCell +Strings +Strings:AddListtoList +Strings:ArrayfromMultiArray +Strings:ArrayOutOfString +Strings:BubbleSortList +Strings:CheckDouble +Strings:ClearArray +Strings:ClearMultiDimArray +Strings:CountCharsinString +Strings:DeleteStr +Strings:DirectoryNameoutofPath +Strings:ElimChar +Strings:FieldinArray +Strings:FieldinList +Strings:FileNameoutofPath +Strings:FindPartString +Strings:FindSecondValue +Strings:GetFileNameExtension +Strings:GetFileNameWithoutExtension +Strings:GetIndexForPartStringinMultiArray +Strings:GetIndexInMultiArray +Strings:GetValueoutofList +Strings:IndexinArray +Strings:LTRimChar +Strings:MultiArrayInListbox +Strings:PartStringInArray +Strings:Power +Strings:ReplaceString +Strings:Round +Strings:RTrimStr +Strings:StringInMultiArray +Misc +Misc:AddNewSheetName +Misc:AttachBasicMacroToEvent +Misc:CalIsLeapYear +Misc:ChangeCellValue +Misc:ChangeValueofRange +Misc:CheckNewSheetname +Misc:ConnecttoDatabase +Misc:CopySheetbyName +Misc:CreateNewDocument +Misc:CutPathView +Misc:DeleteInputCells +Misc:DispatchSlot +Misc:DisposeDocument +Misc:DuplicateRow +Misc:GetCellByName +Misc:GetColumnIndex +Misc:GetDocumentType +Misc:GetLastUsedRow +Misc:GetLocale +Misc:GetNumberFormatType +Misc:GetOfficeSubPath +Misc:GetPathSettings +Misc:GetProductname +Misc:GetPropertyValueIndex +Misc:GetRegistryKeyContent +Misc:GetResText +Misc:GetRowIndex +Misc:GetSheetIndex +Misc:GetStarOfficeLocale +Misc:GetStringofCellbyName +Misc:GetValueofCellbyName +Misc:InitResources +Misc:IsFatOffice +Misc:isHighContrast +Misc:Main +Misc:ModifyBorderLineWidth +Misc:ModifyPropertyValue +Misc:OpenDocument +Misc:ProtectSheets +Misc:RegisterNewDataSource +Misc:ReplaceRangeValues +Misc:RetrieveFileName +Misc:ShowNoOfficePathError +Misc:TaskonDesktop +Misc:ToggleDesignMode +Misc:ToggleWindow +Misc:UnprotectSheets +UCB +UCB:AddFileNameToList +UCB:AddFoldertoList +UCB:CopyRecursively +UCB:CreateFolder +UCB:GetRealFileContent +UCB:LoadDataFromFile +UCB:Main +UCB:ReadDirectories +UCB:RetrieveDocTitle +UCB:SaveDataToFile +UCB:ShowHelperDialog +Listbox +Listbox:AddSingleItemToListbox +Listbox:CopyListboxItems +Listbox:EmptyListbox +Listbox:FormMoveAll +Listbox:FormMoveSelected +Listbox:FormRemoveAll +Listbox:FormRemoveSelected +Listbox:FormSetMoveRights +Listbox:GetItemPos +Listbox:GetSelectedListboxItems +Listbox:InitializeListboxProcedures +Listbox:MergeList +Listbox:MoveOrderedSelectedListbox +Listbox:MoveSelectedListBox +Listbox:RemoveListboxItemByName +Listbox:RemoveListItems +Listbox:RemoveSelected +Listbox:SelectListboxItem +Listbox:SetNewSelection +Listbox:ToggleListboxControls +Debug +Debug:ActivateReadOnlyFlag +Debug:DeactivateReadOnlyFlag +Debug:FillDocument +Debug:printdbgInfo +Debug:ProtectCurrentSheets +Debug:SetBasicReadOnlyFlag +Debug:ShowArray +Debug:ShowAvailableServiceNames +Debug:ShowCommands +Debug:ShowElementNames +Debug:ShowNameValuePair +Debug:ShowPropertyValues +Debug:ShowSupportedServiceNames +Debug:WritedbgInfo +Debug:WriteDbgString +WordCount +WordCount:wordcount.bsh +pythonSamples +TableSample +TableSample:createTable +Untitled 1 +Standard diff --git a/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_BasicOrganizer.txt b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_BasicOrganizer.txt new file mode 100755 index 000000000000..07564201b883 --- /dev/null +++ b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_BasicOrganizer.txt @@ -0,0 +1,663 @@ +My Macros +Standard +Module1 +Module1:Main +Oracle Open Office Macros +basic +Module1 +Module1:Main +Depot +CommonLang +CommonLang:LoadLanguage +CommonLang:CompleteMarketList +CommonLang:LocalizedCurrencies +CommonLang:LoadDepotDialogs +CommonLang:InitializeStartUpModel +Currency +Currency:Startup +Currency:EnableGoOnButton +Currency:CloseStartUpDialog +Currency:DisposeDocument +Currency:ChooseMarket +Currency:ConvertStylesCurrencies +Currency:SwitchNumberFormat +Currency:Numberformat +Currency:CheckFormatType +Depot +Depot:Initialize +Depot:Buy +Depot:Sell +Depot:Reset +Depot:TransactionOk +Depot:SelectStockname +Depot:HandleStocks +Depot:CancelStockRate +Depot:CancelTransaction +Depot:CommitStockRate +Depot:EnableTransactionControls +Depot:SetupTransactionControls +Depot:AddShortCuttoControl +Depot:OpenStockRatePage +Depot:SelectStockNameForRates +Depot:ToggleStockRateControls +Depot:InitializeStockRatesControls +Internet +Internet:CheckHistoryControls +Internet:InsertCompanyHistory +Internet:InternetUpdate +Internet:GetCurrentRate +Internet:UpdateValue +Internet:StringToDate +Internet:UpdateChart +Internet:CalculateChartafterSplit +Lang_de +Lang_de:LoadGermanLanguage +Lang_en +Lang_en:LoadEnglishLanguage +Lang_es +Lang_es:LoadSpanishLanguage +Lang_fr +Lang_fr:LoadFrenchLanguage +Lang_it +Lang_it:LoadItalianLanguage +Lang_ja +Lang_ja:LoadJapaneseLanguage +Lang_ko +Lang_ko:LoadKoreanLanguage +Lang_sv +Lang_sv:LoadSwedishLanguage +Lang_tw +Lang_tw:LoadChineseTradLanguage +Lang_zh +Lang_zh:LoadChineseSimpleLanguage +tools +tools:RemoveSheet +tools:InitializeStatusLine +tools:MakeRangeVisible +tools:GetRowIndex +tools:GetTransactionCount +tools:GetStocksCount +tools:FillListbox +tools:CellValuetoControl +tools:RemoveStockRows +tools:AddValueToCellContent +tools:CheckInputDate +tools:InsertCurrentValue +tools:SplitCellValue +tools:GetStockRowIndex +tools:GetStockID +tools:CheckDocLocale +Euro +AutoPilotRun +AutoPilotRun:StartAutoPilot +AutoPilotRun:ConvertDocuments +AutoPilotRun:InitializeDocument +AutoPilotRun:ChangeToNextProgressStep +AutoPilotRun:StoreDocument +AutoPilotRun:SwapExtent +AutoPilotRun:InitializeThirdStep +AutoPilotRun:ToggleProgressStep +AutoPilotRun:EnableStep2DialogControls +AutoPilotRun:InitializeProgressPage +AutoPilotRun:AssignFileName +AutoPilotRun:ToggleGoOnButton +AutoPilotRun:CallFolderPicker +AutoPilotRun:CallFilePicker +AutoPilotRun:PreviousStep +Common +Common:RetrieveDocumentObjects +Common:CancelTask +Common:ConvertDocument +Common:SwitchNumberFormat +Common:Numberformat +Common:CheckFormatType +Common:StartConversion +Common:IncreaseStatusValue +Common:SelectCurrency +Common:FillUpCurrencyListbox +Common:InitializeProgressbar +Common:EndStatusLine +ConvertRun +ConvertRun:Main +ConvertRun:SelectListItem +ConvertRun:RetrieveEnableValue +ConvertRun:EnableStep1DialogControls +ConvertRun:ConvertRangesOrStylesOfDocument +ConvertRun:ConvertWholeDocument +ConvertRun:EmptySelection +ConvertRun:AddSelectedRangeToSelRangesEnum +ConvertRun:GetPreSelectedRange +ConvertRun:AddRangeToListbox +ConvertRun:CheckRangeSelection +ConvertRun:FieldinList +ConvertRun:CheckLocale +ConvertRun:SetOptionValuestoNull +ConvertRun:SetStatusLineText +Hard +Hard:CreateRangeList +Hard:CreateRangeEnumeration +Hard:AddSheetRanges +Hard:SelectRange +Hard:ConvertThehardWay +Hard:ConvertCellCurrencies +Hard:ModifyObjectValuewithCurrFactor +Hard:CheckIfRangeisCurrency +Hard:CountColumnsForRow +Hard:CountRangeCells +Init +Init:InitializeResources +Init:InitializeLanguages +Init:InitializeCurrencies +Init:InitializeControls +Init:InitializeConverter +Init:InitializeCurrencyValues +Init:InitializeLocales +Protect +Protect:UnprotectSheetsWithPassWord +Protect:UnprotectSheet +Protect:UnprotectSheetWithDialog +Protect:ExecutePasswordDialog +Protect:ReadPassword +Protect:RejectPassword +Protect:ReprotectSheets +Protect:AddSheettoUnprotectionlist +Protect:CheckSheetProtection +Soft +Soft:CreateStyleEnumeration +Soft:MakeStyleEnumeration +Soft:AssignRangestoStyle +Soft:AssignCellFormatRanges +Soft:DeselectStyle +Soft:RetrieveRangeNamefromAddress +Soft:RetrieveSheetoutofRangeName +Soft:RetrieveRangeoutofRangeName +Soft:ConvertTheSoftWay +Soft:GetAssignedRanges +Writer +Writer:ConvertWriterTables +Writer:ModifyObjectValuewithCurrFactor +Writer:ConvertTextFields +FormWizard +DBMeta +DBMeta:GetDatabaseNames +DBMeta:GetSelectedDBMetaData +DBMeta:GetConnection +DBMeta:GetDBMetaData +DBMeta:GetTableMetaData +DBMeta:GetSpecificFieldNames +DBMeta:CreateDBForm +DBMeta:AddOrRemoveBinaryFieldsToWidthList +DBMeta:CreateCommandTypeList +DBMeta:GetCurrentMetaValues +DBMeta:AssignFieldLength +develop +develop:PositionControls +develop:ResetPosSizes +develop:RepositionColumnarLeftControls +develop:ResetDBShape +develop:InitializePosSizes +develop:InsertTextControl +develop:InsertDBControl +develop:InsertTimeStampShape +develop:GetLabelDiffHeight +develop:CheckJustifiedPosition +develop:GetCorrWidth +develop:AdjustLineWidth +develop:CheckOuterPoints +develop:PositionGridControl +develop:SetupGridColumn +develop:ControlCaptionstoStandardLayout +develop:GroupShapesTogether +FormWizard +FormWizard:Main +FormWizard:MainWithDefault +FormWizard:FormGetFields +FormWizard:FillUpFieldsListbox +FormWizard:PreviousStep +FormWizard:NextStep +FormWizard:InitializeLayoutSettings +FormWizard:ToggleDatabasePage +FormWizard:CommitLastDocumentChanges +FormWizard:StoreFormInDatabase +FormWizard:StoreForm +FormWizard:EmptyFieldsListboxes +FormWizard:DeleteFirstTableListBoxEntry +FormWizard:DeleteFirstListboxEntry +Language +Language:LoadLanguage +Language:SetDialogLanguage +Language:InitializeWidthList +Layouter +Layouter:InsertControl +Layouter:ArrangeControls +Layouter:OpenFormDocument +Layouter:InitializeLabelValues +Layouter:ConfigurePageStyle +Layouter:ChangeBorderLayouts +Layouter:ChangeLabelAlignments +Layouter:ChangeArrangemode +Layouter:ToggleBorderGroup +Layouter:ToggleAlignGroup +Layouter:ToggleLayoutPage +Layouter:DestroyControlShapes +Layouter:SwitchArrangementButtons +Layouter:SwitchBorderMode +Layouter:SwitchAlignMode +tools +tools:SetProgressValue +tools:GetPreferredWidth +tools:GetPreferredHeight +tools:GetPeerSize +tools:TwipToCM +tools:TwipTo100telMM +tools:TwipToPixel +tools:PixelTo100thMMX +tools:PixelTo100thMMY +tools:GetPoint +tools:GetSize +tools:ImportStyles +tools:SetNumerics +tools:RemoveShapes +tools:RemoveNirwanaShapes +tools:ShapesToNirwana +tools:CalcUniqueContentName +tools:CountItemsInArray +tools:GetDBHeight +tools:GetFormWizardPaths +tools:GetFilterName +Gimmicks +AutoText +AutoText:Main +AutoText:InsertStringToCell +ChangeAllChars +ChangeAllChars:ChangeAllChars +ChangeAllChars:ReplaceAllStrings +ChangeAllChars:ReplaceStrings +GetTexts +GetTexts:Main +GetTexts:GetCalcStrings +GetTexts:GetCellTexts +GetTexts:GetAnnotations +GetTexts:GetNamedRanges +GetTexts:GetCalcGraphicNames +GetTexts:GetParagraphTexts +GetTexts:GetChartStrings +GetTexts:GetFrameTexts +GetTexts:GetTextFieldStrings +GetTexts:GetLinkedFileNames +GetTexts:GetSectionNames +GetTexts:GetWriterStrings +GetTexts:GetDrawPageTitles +GetTexts:GetPageStrings +GetTexts:GetDrawStrings +GetTexts:GetDocumentProps +GetTexts:GetHyperlinks +GetTexts:GetGraphicNames +GetTexts:GetStyles +GetTexts:GetControlStrings +GetTexts:GetControlContent +GetTexts:WriteStringtoLogFile +GetTexts:MakeLogHeadLine +ReadDir +ReadDir:Main +ReadDir:TreeInfo +ReadDir:CreateTextShape +ReadDir:CalculateXPoint +ReadDir:DrawLine +ReadDir:GetSourceDirectory +ReadDir:ReadSourceDirectory +ReadDir:CloseDialog +ReadDir:AdjustPageHeight +ReadDir:SetNewLevels +ReadDir:CheckPageWidth +ReadDir:ToggleDialogControls +Userfields +Userfields:StartChangesUserfields +Userfields:FillDialog +Userfields:ScrollControls +Userfields:ScrollTextFieldInfo +Userfields:StopMacro +Userfields:SaveSettings +Userfields:ToggleButtons +Userfields:InitializeUserFamily +Userfields:AddRecord +Userfields:FillupTextFields +Userfields:StepToRecord +Userfields:SelectCurrentFields +Userfields:DeleteCurrentSettings +ImportWizard +API +API:OpenRegKey +API:GetDefaultPath +API:GetTemplateDefaultPath +API:QueryValueEx +API:QueryValue +DialogModul +DialogModul:FillStep_Welcome +DialogModul:FillStep_InputPaths +DialogModul:FillUpApplicationList +DialogModul:InitializePathsforCurrentApplication +DialogModul:AssignPathToCurrentApplication +DialogModul:SaveStep_InputPath +DialogModul:ToggleInputPaths +DialogModul:MakeSummaryString +DialogModul:FillStep_Summary +DialogModul:FillStep_Progress +DialogModul:GetFilterTracingLogPath +DialogModul:CheckMSImportAvailability +DialogModul:SetupMSConfiguration +DialogModul:SetupXMLConfiguration +DialogModul:CheckControlPath +DialogModul:CheckInputPaths +DialogModul:CheckTextBoxPath +DialogModul:InitializeProgressPage +DialogModul:SetProgressDisplay +DialogModul:TakoverFolderName +DialogModul:FinalizeDialogButtons +FilesModul +FilesModul:ReadCollectionPaths +FilesModul:GetApplicationIndex +FilesModul:InterruptProcess +FilesModul:AddCollectionPath +FilesModul:SetExtension +FilesModul:AddFilterNameToPathItem +FilesModul:CheckIfToAddPathToCollection +FilesModul:CollectPaths +FilesModul:ConvertAllDocuments +FilesModul:AddListtoFilesList +FilesModul:GetTargetTemplatePath +FilesModul:GetFilterName +FilesModul:SearchArrayforPartString +FilesModul:CreateLogTable +FilesModul:GetSize +FilesModul:InsertCommandButtonatViewCursor +FilesModul:CreateLogDocument +FilesModul:GetFilterTracingLogPath +FilesModul:InsertTargetUrlToLogDocument +FilesModul:InsertSourceUrlToLogDocument +FilesModul:InsertHyperLinkToLogCell +FilesModul:InsertCommentToLogCell +FilesModul:AddLogStatistics +FilesModul:CheckIfMacroExists +FilesModul:CheckPassWordProtection +FilesModul:OpenLogDocument +FilesModul:MergeRange +FilesModul:ConcatComment +Language +Language:LoadLanguage +Language:GetApplResourceArray +Main +Main:Main +Main:NextStep +Main:PrevStep +Main:CancelTask +Main:TemplateDirSearchDialog +Main:RepaintHeaderPreview +Main:CheckModuleInstallation +Main:CheckInstalledModule +Main:ToggleCheckboxes +Main:ToggleCheckboxesWithBoolean +Main:ToggleNextButton +Main:TakeOverPathSettings +Main:GetImportWizardPaths +Schedule +BankHoliday +BankHoliday:Main +BankHoliday:CalEasterTable +BankHoliday:CalOrthodoxEasterTable +BankHoliday:CalInitGlobalVariablesDate +BankHoliday:CalInsertBankholiday +BankHoliday:CalMaxDayInMonth +BankHoliday:CalGetIntOfShortMonthName +BankHoliday:CalInsertOwnDataInTables +BankHoliday:GetMonthDate +BankHoliday:GetNextWeekDay +BankHoliday:AddFollowUpHolidays +CalendarMain +CalendarMain:CalAutopilotTable +CalendarMain:SetupNumberFormatter +CalendarMain:AddNumberFormat +CalendarMain:CalChooseCalendar +CalendarMain:CalcmdCancel +CalendarMain:CalcmdOk +CreateTable +CreateTable:CalCreateYearTable +CreateTable:CalCreateMonthTable +CreateTable:FormatCalCells +DlgControl +DlgControl:Main +DlgControl:CalcmdDeleteSelect +DlgControl:CalSaveOwnEventControls +DlgControl:CalMouseMoved +DlgControl:SelectState +DlgControl:MouseLeavesImage +DlgControl:CalClearInputMask +DlgControl:CalmdSwitchOwnDataOrGeneral +DlgControl:ToggleInsertButton +DlgControl:CalUpdateNewEventFrame +GermanHolidays +GermanHolidays:Main +GermanHolidays:CalGetGermanLandAtMousePos +GermanHolidays:CalFindWholeYearHolidays_GERMANY +Language +Language:LoadLanguage +LocalHolidays +LocalHolidays:Main +LocalHolidays:FindWholeYearHolidays_FRANCE +LocalHolidays:FindWholeYearHolidays_SWED +LocalHolidays:FindWholeYearHolidays_FI +LocalHolidays:FindWholeYearHolidays_DK +LocalHolidays:FindWholeYearHolidays_ITA +LocalHolidays:FindWholeYearHolidays_TRK +LocalHolidays:CalculateturkishReligousHolidays +LocalHolidays:FindWholeYearHolidays_GREEK +LocalHolidays:FindWholeYearHolidays_SPAIN +LocalHolidays:FindWholeYearHolidays_PORT +LocalHolidays:FindWholeYearHolidays_NL +LocalHolidays:FindWholeYearHolidays_PL +LocalHolidays:FindWholeYearHolidays_RU +LocalHolidays:FindWholeYearHolidays_US +LocalHolidays:FindWholeYearHolidays_JP +LocalHolidays:FindWholeYearHolidays_TW +LocalHolidays:FindWholeYearHolidays_CN +LocalHolidays:CalculateChineseNewYear +LocalHolidays:CalculateJapaneseSpringDay +LocalHolidays:CalculateJapaneseAutumnDay +OwnEvents +OwnEvents:Main +OwnEvents:CalSaveOwnData +OwnEvents:CalLoadOwnData +OwnEvents:CalCreateDateStrOfInput +OwnEvents:CalcmdInsertData +OwnEvents:GetSelectedDateUnits +OwnEvents:GetDateUnits +OwnEvents:CalGetNameOfEvent +OwnEvents:CheckInsertedDates +OwnEvents:GetOwnMonth +ScriptBindingLibrary +Template +Autotext +Autotext:Main +Autotext:CreateUserDatafield +Autotext:CreateBullet +Autotext:CreatePlaceholder +Correspondence +Correspondence:Main +Correspondence:Placeholder +Correspondence:Database +Correspondence:LoadLanguageCorrespondence +Correspondence:GetFieldName +Correspondence:OK +Correspondence:InsertDBField +Correspondence:InsertPlaceholder +ModuleAgenda +ModuleAgenda:Initialize +ModuleAgenda:LoadLanguageAgenda +ModuleAgenda:ModifyTemplate +ModuleAgenda:NewTopic +ModuleAgenda:FinishAgenda +ModuleAgenda:CreateBookMarkCursor +ModuleAgenda:DeleteButtons +ModuleAgenda:GetOptionValues +Samples +Samples:PrepareForEditing +Samples:ShowStyles +Samples:SelectStyle +Samples:SaveCurrentStyles +Samples:RestoreCurrentStyles +Samples:CloseStyleDialog +Samples:KillTempFile +Tools +Debug +Debug:ActivateReadOnlyFlag +Debug:DeactivateReadOnlyFlag +Debug:SetBasicReadOnlyFlag +Debug:WritedbgInfo +Debug:WriteDbgString +Debug:printdbgInfo +Debug:ShowArray +Debug:ShowPropertyValues +Debug:ShowNameValuePair +Debug:ShowElementNames +Debug:ShowSupportedServiceNames +Debug:ShowAvailableServiceNames +Debug:ShowCommands +Debug:ProtectCurrentSheets +Debug:FillDocument +Listbox +Listbox:MergeList +Listbox:RemoveListItems +Listbox:InitializeListboxProcedures +Listbox:CopyListboxItems +Listbox:FormMoveSelected +Listbox:FormMoveAll +Listbox:FormRemoveSelected +Listbox:FormRemoveAll +Listbox:MoveSelectedListBox +Listbox:MoveOrderedSelectedListbox +Listbox:RemoveSelected +Listbox:SetNewSelection +Listbox:ToggleListboxControls +Listbox:FormSetMoveRights +Listbox:AddSingleItemToListbox +Listbox:EmptyListbox +Listbox:SelectListboxItem +Listbox:GetSelectedListboxItems +Listbox:RemoveListboxItemByName +Listbox:GetItemPos +Misc +Misc:Main +Misc:RegisterNewDataSource +Misc:ConnecttoDatabase +Misc:GetStarOfficeLocale +Misc:GetRegistryKeyContent +Misc:GetProductname +Misc:OpenDocument +Misc:TaskonDesktop +Misc:RetrieveFileName +Misc:GetPathSettings +Misc:GetOfficeSubPath +Misc:ShowNoOfficePathError +Misc:InitResources +Misc:GetResText +Misc:CutPathView +Misc:DeleteInputCells +Misc:ChangeValueofRange +Misc:ReplaceRangeValues +Misc:GetValueofCellbyName +Misc:DuplicateRow +Misc:GetStringofCellbyName +Misc:GetCellByName +Misc:ChangeCellValue +Misc:GetDocumentType +Misc:GetNumberFormatType +Misc:ProtectSheets +Misc:UnprotectSheets +Misc:GetRowIndex +Misc:GetColumnIndex +Misc:CopySheetbyName +Misc:ToggleWindow +Misc:CheckNewSheetname +Misc:AddNewSheetName +Misc:GetSheetIndex +Misc:GetLastUsedRow +Misc:ModifyBorderLineWidth +Misc:AttachBasicMacroToEvent +Misc:ModifyPropertyValue +Misc:GetPropertyValueIndex +Misc:DispatchSlot +Misc:IsFatOffice +Misc:GetLocale +Misc:ToggleDesignMode +Misc:isHighContrast +Misc:CreateNewDocument +Misc:DisposeDocument +Misc:CalIsLeapYear +ModuleControls +ModuleControls:getControlModel +ModuleControls:GetControlShape +ModuleControls:getControlView +ModuleControls:DisposeControl +ModuleControls:GetControlGroupModel +ModuleControls:GetRefValue +ModuleControls:GetRefValueOfControlGroup +ModuleControls:GetOptionGroupValue +ModuleControls:WriteOptValueToCell +ModuleControls:LoadDialog +ModuleControls:GetFolderName +ModuleControls:GetFileName +ModuleControls:StoreDocument +ModuleControls:AddFiltersToDialog +ModuleControls:SwitchMousePointer +ModuleControls:ShowOverwriteAllDialog +ModuleControls:SetOVERWRITEToQuery +ModuleControls:SetOVERWRITEToAlways +ModuleControls:SetOVERWRITEToNever +Strings +Strings:ElimChar +Strings:DeleteStr +Strings:FindPartString +Strings:PartStringInArray +Strings:RTrimStr +Strings:LTRimChar +Strings:ArrayOutOfString +Strings:ClearArray +Strings:ClearMultiDimArray +Strings:FieldinArray +Strings:FieldinList +Strings:IndexinArray +Strings:MultiArrayInListbox +Strings:StringInMultiArray +Strings:GetIndexInMultiArray +Strings:GetIndexForPartStringinMultiArray +Strings:ArrayfromMultiArray +Strings:ReplaceString +Strings:FindSecondValue +Strings:Power +Strings:Round +Strings:FileNameoutofPath +Strings:GetFileNameExtension +Strings:GetFileNameWithoutExtension +Strings:DirectoryNameoutofPath +Strings:CountCharsinString +Strings:BubbleSortList +Strings:GetValueoutofList +Strings:AddListtoList +Strings:CheckDouble +UCB +UCB:Main +UCB:ReadDirectories +UCB:AddFoldertoList +UCB:AddFileNameToList +UCB:RetrieveDocTitle +UCB:GetRealFileContent +UCB:CopyRecursively +UCB:ShowHelperDialog +UCB:SaveDataToFile +UCB:LoadDataFromFile +UCB:CreateFolder +WikiEditor +Module1 +Module1:Main +Untitled 1 +Standard diff --git a/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_BeanShell.txt b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_BeanShell.txt new file mode 100755 index 000000000000..141bebef85d5 --- /dev/null +++ b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_BeanShell.txt @@ -0,0 +1,14 @@ +My Macros +Oracle Open Office Macros +Capitalise +capitalise.bsh +HelloWorld +helloworld.bsh +Highlight +ButtonPressHandler.bsh +ShowDialog.bsh +MemoryUsage +memusage.bsh +WordCount +wordcount.bsh +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_JavaScript.txt b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_JavaScript.txt new file mode 100755 index 000000000000..09ea2fbc3203 --- /dev/null +++ b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_JavaScript.txt @@ -0,0 +1,10 @@ +My Macros +Oracle Open Office Macros +ExportSheetsToHTML +exportsheetstohtml.js +HelloWorld +helloworld.js +Highlight +ButtonPressHandler.js +ShowDialog.js +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_Python.txt b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_Python.txt new file mode 100755 index 000000000000..dfe18f127bef --- /dev/null +++ b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_Python.txt @@ -0,0 +1,10 @@ +My Macros +Oracle Open Office Macros +Capitalise +capitalisePython +HelloWorld +HelloWorldPython +pythonSamples +TableSample +createTable +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_RunMacro.txt b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_RunMacro.txt new file mode 100755 index 000000000000..e8154b562c23 --- /dev/null +++ b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_RunMacro.txt @@ -0,0 +1,687 @@ +My Macros +Standard +Module1 +Module1:Main +WikiEditor +Module1 +Module1:Main +basic +Module1 +Module1:Main +Oracle Open Office Macros +Capitalise +Capitalise:capitalise.bsh +Capitalise:capitalisePython +Depot +Depot +Depot:AddShortCuttoControl +Depot:Buy +Depot:CancelStockRate +Depot:CancelTransaction +Depot:CommitStockRate +Depot:EnableTransactionControls +Depot:HandleStocks +Depot:Initialize +Depot:InitializeStockRatesControls +Depot:OpenStockRatePage +Depot:Reset +Depot:SelectStockname +Depot:SelectStockNameForRates +Depot:Sell +Depot:SetupTransactionControls +Depot:ToggleStockRateControls +Depot:TransactionOk +CommonLang +CommonLang:CompleteMarketList +CommonLang:InitializeStartUpModel +CommonLang:LoadDepotDialogs +CommonLang:LoadLanguage +CommonLang:LocalizedCurrencies +Currency +Currency:CheckFormatType +Currency:ChooseMarket +Currency:CloseStartUpDialog +Currency:ConvertStylesCurrencies +Currency:DisposeDocument +Currency:EnableGoOnButton +Currency:Numberformat +Currency:Startup +Currency:SwitchNumberFormat +Internet +Internet:CalculateChartafterSplit +Internet:CheckHistoryControls +Internet:GetCurrentRate +Internet:InsertCompanyHistory +Internet:InternetUpdate +Internet:StringToDate +Internet:UpdateChart +Internet:UpdateValue +Lang_de +Lang_de:LoadGermanLanguage +tools +tools:AddValueToCellContent +tools:CellValuetoControl +tools:CheckDocLocale +tools:CheckInputDate +tools:FillListbox +tools:GetRowIndex +tools:GetStockID +tools:GetStockRowIndex +tools:GetStocksCount +tools:GetTransactionCount +tools:InitializeStatusLine +tools:InsertCurrentValue +tools:MakeRangeVisible +tools:RemoveSheet +tools:RemoveStockRows +tools:SplitCellValue +Lang_en +Lang_en:LoadEnglishLanguage +Lang_fr +Lang_fr:LoadFrenchLanguage +Lang_it +Lang_it:LoadItalianLanguage +Lang_es +Lang_es:LoadSpanishLanguage +Lang_sv +Lang_sv:LoadSwedishLanguage +Lang_zh +Lang_zh:LoadChineseSimpleLanguage +Lang_tw +Lang_tw:LoadChineseTradLanguage +Lang_ko +Lang_ko:LoadKoreanLanguage +Lang_ja +Lang_ja:LoadJapaneseLanguage +Euro +ConvertRun +ConvertRun:AddRangeToListbox +ConvertRun:AddSelectedRangeToSelRangesEnum +ConvertRun:CheckLocale +ConvertRun:CheckRangeSelection +ConvertRun:ConvertRangesOrStylesOfDocument +ConvertRun:ConvertWholeDocument +ConvertRun:EmptySelection +ConvertRun:EnableStep1DialogControls +ConvertRun:FieldinList +ConvertRun:GetPreSelectedRange +ConvertRun:Main +ConvertRun:RetrieveEnableValue +ConvertRun:SelectListItem +ConvertRun:SetOptionValuestoNull +ConvertRun:SetStatusLineText +AutoPilotRun +AutoPilotRun:AssignFileName +AutoPilotRun:CallFilePicker +AutoPilotRun:CallFolderPicker +AutoPilotRun:ChangeToNextProgressStep +AutoPilotRun:ConvertDocuments +AutoPilotRun:EnableStep2DialogControls +AutoPilotRun:InitializeDocument +AutoPilotRun:InitializeProgressPage +AutoPilotRun:InitializeThirdStep +AutoPilotRun:PreviousStep +AutoPilotRun:StartAutoPilot +AutoPilotRun:StoreDocument +AutoPilotRun:SwapExtent +AutoPilotRun:ToggleGoOnButton +AutoPilotRun:ToggleProgressStep +Hard +Hard:AddSheetRanges +Hard:CheckIfRangeisCurrency +Hard:ConvertCellCurrencies +Hard:ConvertThehardWay +Hard:CountColumnsForRow +Hard:CountRangeCells +Hard:CreateRangeEnumeration +Hard:CreateRangeList +Hard:ModifyObjectValuewithCurrFactor +Hard:SelectRange +Soft +Soft:AssignCellFormatRanges +Soft:AssignRangestoStyle +Soft:ConvertTheSoftWay +Soft:CreateStyleEnumeration +Soft:DeselectStyle +Soft:GetAssignedRanges +Soft:MakeStyleEnumeration +Soft:RetrieveRangeNamefromAddress +Soft:RetrieveRangeoutofRangeName +Soft:RetrieveSheetoutofRangeName +Init +Init:InitializeControls +Init:InitializeConverter +Init:InitializeCurrencies +Init:InitializeCurrencyValues +Init:InitializeLanguages +Init:InitializeLocales +Init:InitializeResources +Common +Common:CancelTask +Common:CheckFormatType +Common:ConvertDocument +Common:EndStatusLine +Common:FillUpCurrencyListbox +Common:IncreaseStatusValue +Common:InitializeProgressbar +Common:Numberformat +Common:RetrieveDocumentObjects +Common:SelectCurrency +Common:StartConversion +Common:SwitchNumberFormat +Writer +Writer:ConvertTextFields +Writer:ConvertWriterTables +Writer:ModifyObjectValuewithCurrFactor +Protect +Protect:AddSheettoUnprotectionlist +Protect:CheckSheetProtection +Protect:ExecutePasswordDialog +Protect:ReadPassword +Protect:RejectPassword +Protect:ReprotectSheets +Protect:UnprotectSheet +Protect:UnprotectSheetsWithPassWord +Protect:UnprotectSheetWithDialog +ExportSheetsToHTML +ExportSheetsToHTML:exportsheetstohtml.js +FormWizard +FormWizard +FormWizard:CommitLastDocumentChanges +FormWizard:DeleteFirstListboxEntry +FormWizard:DeleteFirstTableListBoxEntry +FormWizard:EmptyFieldsListboxes +FormWizard:FillUpFieldsListbox +FormWizard:FormGetFields +FormWizard:InitializeLayoutSettings +FormWizard:Main +FormWizard:MainWithDefault +FormWizard:NextStep +FormWizard:PreviousStep +FormWizard:StoreForm +FormWizard:StoreFormInDatabase +FormWizard:ToggleDatabasePage +Layouter +Layouter:ArrangeControls +Layouter:ChangeArrangemode +Layouter:ChangeBorderLayouts +Layouter:ChangeLabelAlignments +Layouter:ConfigurePageStyle +Layouter:DestroyControlShapes +Layouter:InitializeLabelValues +Layouter:InsertControl +Layouter:OpenFormDocument +Layouter:SwitchAlignMode +Layouter:SwitchArrangementButtons +Layouter:SwitchBorderMode +Layouter:ToggleAlignGroup +Layouter:ToggleBorderGroup +Layouter:ToggleLayoutPage +Language +Language:InitializeWidthList +Language:LoadLanguage +Language:SetDialogLanguage +DBMeta +DBMeta:AddOrRemoveBinaryFieldsToWidthList +DBMeta:AssignFieldLength +DBMeta:CreateCommandTypeList +DBMeta:CreateDBForm +DBMeta:GetConnection +DBMeta:GetCurrentMetaValues +DBMeta:GetDatabaseNames +DBMeta:GetDBMetaData +DBMeta:GetSelectedDBMetaData +DBMeta:GetSpecificFieldNames +DBMeta:GetTableMetaData +tools +tools:CalcUniqueContentName +tools:CountItemsInArray +tools:GetDBHeight +tools:GetFilterName +tools:GetFormWizardPaths +tools:GetPeerSize +tools:GetPoint +tools:GetPreferredHeight +tools:GetPreferredWidth +tools:GetSize +tools:ImportStyles +tools:PixelTo100thMMX +tools:PixelTo100thMMY +tools:RemoveNirwanaShapes +tools:RemoveShapes +tools:SetNumerics +tools:SetProgressValue +tools:ShapesToNirwana +tools:TwipTo100telMM +tools:TwipToCM +tools:TwipToPixel +develop +develop:AdjustLineWidth +develop:CheckJustifiedPosition +develop:CheckOuterPoints +develop:ControlCaptionstoStandardLayout +develop:GetCorrWidth +develop:GetLabelDiffHeight +develop:GroupShapesTogether +develop:InitializePosSizes +develop:InsertDBControl +develop:InsertTextControl +develop:InsertTimeStampShape +develop:PositionControls +develop:PositionGridControl +develop:RepositionColumnarLeftControls +develop:ResetDBShape +develop:ResetPosSizes +develop:SetupGridColumn +Gimmicks +GetTexts +GetTexts:GetAnnotations +GetTexts:GetCalcGraphicNames +GetTexts:GetCalcStrings +GetTexts:GetCellTexts +GetTexts:GetChartStrings +GetTexts:GetControlContent +GetTexts:GetControlStrings +GetTexts:GetDocumentProps +GetTexts:GetDrawPageTitles +GetTexts:GetDrawStrings +GetTexts:GetFrameTexts +GetTexts:GetGraphicNames +GetTexts:GetHyperlinks +GetTexts:GetLinkedFileNames +GetTexts:GetNamedRanges +GetTexts:GetPageStrings +GetTexts:GetParagraphTexts +GetTexts:GetSectionNames +GetTexts:GetStyles +GetTexts:GetTextFieldStrings +GetTexts:GetWriterStrings +GetTexts:Main +GetTexts:MakeLogHeadLine +GetTexts:WriteStringtoLogFile +Userfields +Userfields:AddRecord +Userfields:DeleteCurrentSettings +Userfields:FillDialog +Userfields:FillupTextFields +Userfields:InitializeUserFamily +Userfields:SaveSettings +Userfields:ScrollControls +Userfields:ScrollTextFieldInfo +Userfields:SelectCurrentFields +Userfields:StartChangesUserfields +Userfields:StepToRecord +Userfields:StopMacro +Userfields:ToggleButtons +ChangeAllChars +ChangeAllChars:ChangeAllChars +ChangeAllChars:ReplaceAllStrings +ChangeAllChars:ReplaceStrings +AutoText +AutoText:InsertStringToCell +AutoText:Main +ReadDir +ReadDir:AdjustPageHeight +ReadDir:CalculateXPoint +ReadDir:CheckPageWidth +ReadDir:CloseDialog +ReadDir:CreateTextShape +ReadDir:DrawLine +ReadDir:GetSourceDirectory +ReadDir:Main +ReadDir:ReadSourceDirectory +ReadDir:SetNewLevels +ReadDir:ToggleDialogControls +ReadDir:TreeInfo +HelloWorld +HelloWorld:helloworld.bsh +HelloWorld:helloworld.js +HelloWorld:HelloWorld.printHW +HelloWorld:HelloWorldPython +Highlight +Highlight:ButtonPressHandler.bsh +Highlight:ButtonPressHandler.js +Highlight:HighlightText.showForm +Highlight:ShowDialog.bsh +Highlight:ShowDialog.js +ImportWizard +Main +Main:CancelTask +Main:CheckInstalledModule +Main:CheckModuleInstallation +Main:GetImportWizardPaths +Main:Main +Main:NextStep +Main:PrevStep +Main:RepaintHeaderPreview +Main:TakeOverPathSettings +Main:TemplateDirSearchDialog +Main:ToggleCheckboxes +Main:ToggleCheckboxesWithBoolean +Main:ToggleNextButton +DialogModul +DialogModul:AssignPathToCurrentApplication +DialogModul:CheckControlPath +DialogModul:CheckInputPaths +DialogModul:CheckMSImportAvailability +DialogModul:CheckTextBoxPath +DialogModul:FillStep_InputPaths +DialogModul:FillStep_Progress +DialogModul:FillStep_Summary +DialogModul:FillStep_Welcome +DialogModul:FillUpApplicationList +DialogModul:FinalizeDialogButtons +DialogModul:GetFilterTracingLogPath +DialogModul:InitializePathsforCurrentApplication +DialogModul:InitializeProgressPage +DialogModul:MakeSummaryString +DialogModul:SaveStep_InputPath +DialogModul:SetProgressDisplay +DialogModul:SetupMSConfiguration +DialogModul:SetupXMLConfiguration +DialogModul:TakoverFolderName +DialogModul:ToggleInputPaths +Language +Language:GetApplResourceArray +Language:LoadLanguage +FilesModul +FilesModul:AddCollectionPath +FilesModul:AddFilterNameToPathItem +FilesModul:AddListtoFilesList +FilesModul:AddLogStatistics +FilesModul:CheckIfMacroExists +FilesModul:CheckIfToAddPathToCollection +FilesModul:CheckPassWordProtection +FilesModul:CollectPaths +FilesModul:ConcatComment +FilesModul:ConvertAllDocuments +FilesModul:CreateLogDocument +FilesModul:CreateLogTable +FilesModul:GetApplicationIndex +FilesModul:GetFilterName +FilesModul:GetFilterTracingLogPath +FilesModul:GetSize +FilesModul:GetTargetTemplatePath +FilesModul:InsertCommandButtonatViewCursor +FilesModul:InsertCommentToLogCell +FilesModul:InsertHyperLinkToLogCell +FilesModul:InsertSourceUrlToLogDocument +FilesModul:InsertTargetUrlToLogDocument +FilesModul:InterruptProcess +FilesModul:MergeRange +FilesModul:OpenLogDocument +FilesModul:ReadCollectionPaths +FilesModul:SearchArrayforPartString +FilesModul:SetExtension +API +API:GetDefaultPath +API:GetTemplateDefaultPath +API:OpenRegKey +API:QueryValue +API:QueryValueEx +MemoryUsage +MemoryUsage:MemoryUsage.updateMemoryUsage +MemoryUsage:memusage.bsh +Schedule +OwnEvents +OwnEvents:CalcmdInsertData +OwnEvents:CalCreateDateStrOfInput +OwnEvents:CalGetNameOfEvent +OwnEvents:CalLoadOwnData +OwnEvents:CalSaveOwnData +OwnEvents:CheckInsertedDates +OwnEvents:GetDateUnits +OwnEvents:GetOwnMonth +OwnEvents:GetSelectedDateUnits +OwnEvents:Main +CalendarMain +CalendarMain:AddNumberFormat +CalendarMain:CalAutopilotTable +CalendarMain:CalChooseCalendar +CalendarMain:CalcmdCancel +CalendarMain:CalcmdOk +CalendarMain:SetupNumberFormatter +BankHoliday +BankHoliday:AddFollowUpHolidays +BankHoliday:CalEasterTable +BankHoliday:CalGetIntOfShortMonthName +BankHoliday:CalInitGlobalVariablesDate +BankHoliday:CalInsertBankholiday +BankHoliday:CalInsertOwnDataInTables +BankHoliday:CalMaxDayInMonth +BankHoliday:CalOrthodoxEasterTable +BankHoliday:GetMonthDate +BankHoliday:GetNextWeekDay +BankHoliday:Main +DlgControl +DlgControl:CalClearInputMask +DlgControl:CalcmdDeleteSelect +DlgControl:CalmdSwitchOwnDataOrGeneral +DlgControl:CalMouseMoved +DlgControl:CalSaveOwnEventControls +DlgControl:CalUpdateNewEventFrame +DlgControl:Main +DlgControl:MouseLeavesImage +DlgControl:SelectState +DlgControl:ToggleInsertButton +Language +Language:LoadLanguage +CreateTable +CreateTable:CalCreateMonthTable +CreateTable:CalCreateYearTable +CreateTable:FormatCalCells +GermanHolidays +GermanHolidays:CalFindWholeYearHolidays_GERMANY +GermanHolidays:CalGetGermanLandAtMousePos +GermanHolidays:Main +LocalHolidays +LocalHolidays:CalculateChineseNewYear +LocalHolidays:CalculateJapaneseAutumnDay +LocalHolidays:CalculateJapaneseSpringDay +LocalHolidays:CalculateturkishReligousHolidays +LocalHolidays:FindWholeYearHolidays_CN +LocalHolidays:FindWholeYearHolidays_DK +LocalHolidays:FindWholeYearHolidays_FI +LocalHolidays:FindWholeYearHolidays_FRANCE +LocalHolidays:FindWholeYearHolidays_GREEK +LocalHolidays:FindWholeYearHolidays_ITA +LocalHolidays:FindWholeYearHolidays_JP +LocalHolidays:FindWholeYearHolidays_NL +LocalHolidays:FindWholeYearHolidays_PL +LocalHolidays:FindWholeYearHolidays_PORT +LocalHolidays:FindWholeYearHolidays_RU +LocalHolidays:FindWholeYearHolidays_SPAIN +LocalHolidays:FindWholeYearHolidays_SWED +LocalHolidays:FindWholeYearHolidays_TRK +LocalHolidays:FindWholeYearHolidays_TW +LocalHolidays:FindWholeYearHolidays_US +LocalHolidays:Main +ScriptBindingLibrary +Template +ModuleAgenda +ModuleAgenda:CreateBookMarkCursor +ModuleAgenda:DeleteButtons +ModuleAgenda:FinishAgenda +ModuleAgenda:GetOptionValues +ModuleAgenda:Initialize +ModuleAgenda:LoadLanguageAgenda +ModuleAgenda:ModifyTemplate +ModuleAgenda:NewTopic +Correspondence +Correspondence:Database +Correspondence:GetFieldName +Correspondence:InsertDBField +Correspondence:InsertPlaceholder +Correspondence:LoadLanguageCorrespondence +Correspondence:Main +Correspondence:OK +Correspondence:Placeholder +Samples +Samples:CloseStyleDialog +Samples:KillTempFile +Samples:PrepareForEditing +Samples:RestoreCurrentStyles +Samples:SaveCurrentStyles +Samples:SelectStyle +Samples:ShowStyles +Autotext +Autotext:CreateBullet +Autotext:CreatePlaceholder +Autotext:CreateUserDatafield +Autotext:Main +Tools +ModuleControls +ModuleControls:AddFiltersToDialog +ModuleControls:DisposeControl +ModuleControls:GetControlGroupModel +ModuleControls:getControlModel +ModuleControls:GetControlShape +ModuleControls:getControlView +ModuleControls:GetFileName +ModuleControls:GetFolderName +ModuleControls:GetOptionGroupValue +ModuleControls:GetRefValue +ModuleControls:GetRefValueOfControlGroup +ModuleControls:LoadDialog +ModuleControls:SetOVERWRITEToAlways +ModuleControls:SetOVERWRITEToNever +ModuleControls:SetOVERWRITEToQuery +ModuleControls:ShowOverwriteAllDialog +ModuleControls:StoreDocument +ModuleControls:SwitchMousePointer +ModuleControls:WriteOptValueToCell +Strings +Strings:AddListtoList +Strings:ArrayfromMultiArray +Strings:ArrayOutOfString +Strings:BubbleSortList +Strings:CheckDouble +Strings:ClearArray +Strings:ClearMultiDimArray +Strings:CountCharsinString +Strings:DeleteStr +Strings:DirectoryNameoutofPath +Strings:ElimChar +Strings:FieldinArray +Strings:FieldinList +Strings:FileNameoutofPath +Strings:FindPartString +Strings:FindSecondValue +Strings:GetFileNameExtension +Strings:GetFileNameWithoutExtension +Strings:GetIndexForPartStringinMultiArray +Strings:GetIndexInMultiArray +Strings:GetValueoutofList +Strings:IndexinArray +Strings:LTRimChar +Strings:MultiArrayInListbox +Strings:PartStringInArray +Strings:Power +Strings:ReplaceString +Strings:Round +Strings:RTrimStr +Strings:StringInMultiArray +Misc +Misc:AddNewSheetName +Misc:AttachBasicMacroToEvent +Misc:CalIsLeapYear +Misc:ChangeCellValue +Misc:ChangeValueofRange +Misc:CheckNewSheetname +Misc:ConnecttoDatabase +Misc:CopySheetbyName +Misc:CreateNewDocument +Misc:CutPathView +Misc:DeleteInputCells +Misc:DispatchSlot +Misc:DisposeDocument +Misc:DuplicateRow +Misc:GetCellByName +Misc:GetColumnIndex +Misc:GetDocumentType +Misc:GetLastUsedRow +Misc:GetLocale +Misc:GetNumberFormatType +Misc:GetOfficeSubPath +Misc:GetPathSettings +Misc:GetProductname +Misc:GetPropertyValueIndex +Misc:GetRegistryKeyContent +Misc:GetResText +Misc:GetRowIndex +Misc:GetSheetIndex +Misc:GetStarOfficeLocale +Misc:GetStringofCellbyName +Misc:GetValueofCellbyName +Misc:InitResources +Misc:IsFatOffice +Misc:isHighContrast +Misc:Main +Misc:ModifyBorderLineWidth +Misc:ModifyPropertyValue +Misc:OpenDocument +Misc:ProtectSheets +Misc:RegisterNewDataSource +Misc:ReplaceRangeValues +Misc:RetrieveFileName +Misc:ShowNoOfficePathError +Misc:TaskonDesktop +Misc:ToggleDesignMode +Misc:ToggleWindow +Misc:UnprotectSheets +UCB +UCB:AddFileNameToList +UCB:AddFoldertoList +UCB:CopyRecursively +UCB:CreateFolder +UCB:GetRealFileContent +UCB:LoadDataFromFile +UCB:Main +UCB:ReadDirectories +UCB:RetrieveDocTitle +UCB:SaveDataToFile +UCB:ShowHelperDialog +Listbox +Listbox:AddSingleItemToListbox +Listbox:CopyListboxItems +Listbox:EmptyListbox +Listbox:FormMoveAll +Listbox:FormMoveSelected +Listbox:FormRemoveAll +Listbox:FormRemoveSelected +Listbox:FormSetMoveRights +Listbox:GetItemPos +Listbox:GetSelectedListboxItems +Listbox:InitializeListboxProcedures +Listbox:MergeList +Listbox:MoveOrderedSelectedListbox +Listbox:MoveSelectedListBox +Listbox:RemoveListboxItemByName +Listbox:RemoveListItems +Listbox:RemoveSelected +Listbox:SelectListboxItem +Listbox:SetNewSelection +Listbox:ToggleListboxControls +Debug +Debug:ActivateReadOnlyFlag +Debug:DeactivateReadOnlyFlag +Debug:FillDocument +Debug:printdbgInfo +Debug:ProtectCurrentSheets +Debug:SetBasicReadOnlyFlag +Debug:ShowArray +Debug:ShowAvailableServiceNames +Debug:ShowCommands +Debug:ShowElementNames +Debug:ShowNameValuePair +Debug:ShowPropertyValues +Debug:ShowSupportedServiceNames +Debug:WritedbgInfo +Debug:WriteDbgString +WordCount +WordCount:wordcount.bsh +pythonSamples +TableSample +TableSample:createTable +Untitled 1 +Standard diff --git a/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_osx_BasicOrganizer.txt b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_osx_BasicOrganizer.txt new file mode 100755 index 000000000000..072608199d8b --- /dev/null +++ b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_osx_BasicOrganizer.txt @@ -0,0 +1,660 @@ +My Macros +Standard +Module1 +Module1:Main +Oracle Open Office Macros +basic +Module1 +Module1:Main +Depot +CommonLang +CommonLang:LoadLanguage +CommonLang:CompleteMarketList +CommonLang:LocalizedCurrencies +CommonLang:LoadDepotDialogs +CommonLang:InitializeStartUpModel +Currency +Currency:Startup +Currency:EnableGoOnButton +Currency:CloseStartUpDialog +Currency:DisposeDocument +Currency:ChooseMarket +Currency:ConvertStylesCurrencies +Currency:SwitchNumberFormat +Currency:Numberformat +Currency:CheckFormatType +Depot +Depot:Initialize +Depot:Buy +Depot:Sell +Depot:Reset +Depot:TransactionOk +Depot:SelectStockname +Depot:HandleStocks +Depot:CancelStockRate +Depot:CancelTransaction +Depot:CommitStockRate +Depot:EnableTransactionControls +Depot:SetupTransactionControls +Depot:AddShortCuttoControl +Depot:OpenStockRatePage +Depot:SelectStockNameForRates +Depot:ToggleStockRateControls +Depot:InitializeStockRatesControls +Internet +Internet:CheckHistoryControls +Internet:InsertCompanyHistory +Internet:InternetUpdate +Internet:GetCurrentRate +Internet:UpdateValue +Internet:StringToDate +Internet:UpdateChart +Internet:CalculateChartafterSplit +Lang_de +Lang_de:LoadGermanLanguage +Lang_en +Lang_en:LoadEnglishLanguage +Lang_es +Lang_es:LoadSpanishLanguage +Lang_fr +Lang_fr:LoadFrenchLanguage +Lang_it +Lang_it:LoadItalianLanguage +Lang_ja +Lang_ja:LoadJapaneseLanguage +Lang_ko +Lang_ko:LoadKoreanLanguage +Lang_sv +Lang_sv:LoadSwedishLanguage +Lang_tw +Lang_tw:LoadChineseTradLanguage +Lang_zh +Lang_zh:LoadChineseSimpleLanguage +tools +tools:RemoveSheet +tools:InitializeStatusLine +tools:MakeRangeVisible +tools:GetRowIndex +tools:GetTransactionCount +tools:GetStocksCount +tools:FillListbox +tools:CellValuetoControl +tools:RemoveStockRows +tools:AddValueToCellContent +tools:CheckInputDate +tools:InsertCurrentValue +tools:SplitCellValue +tools:GetStockRowIndex +tools:GetStockID +tools:CheckDocLocale +Euro +AutoPilotRun +AutoPilotRun:StartAutoPilot +AutoPilotRun:ConvertDocuments +AutoPilotRun:InitializeDocument +AutoPilotRun:ChangeToNextProgressStep +AutoPilotRun:StoreDocument +AutoPilotRun:SwapExtent +AutoPilotRun:InitializeThirdStep +AutoPilotRun:ToggleProgressStep +AutoPilotRun:EnableStep2DialogControls +AutoPilotRun:InitializeProgressPage +AutoPilotRun:AssignFileName +AutoPilotRun:ToggleGoOnButton +AutoPilotRun:CallFolderPicker +AutoPilotRun:CallFilePicker +AutoPilotRun:PreviousStep +Common +Common:RetrieveDocumentObjects +Common:CancelTask +Common:ConvertDocument +Common:SwitchNumberFormat +Common:Numberformat +Common:CheckFormatType +Common:StartConversion +Common:IncreaseStatusValue +Common:SelectCurrency +Common:FillUpCurrencyListbox +Common:InitializeProgressbar +Common:EndStatusLine +ConvertRun +ConvertRun:Main +ConvertRun:SelectListItem +ConvertRun:RetrieveEnableValue +ConvertRun:EnableStep1DialogControls +ConvertRun:ConvertRangesOrStylesOfDocument +ConvertRun:ConvertWholeDocument +ConvertRun:EmptySelection +ConvertRun:AddSelectedRangeToSelRangesEnum +ConvertRun:GetPreSelectedRange +ConvertRun:AddRangeToListbox +ConvertRun:CheckRangeSelection +ConvertRun:FieldinList +ConvertRun:CheckLocale +ConvertRun:SetOptionValuestoNull +ConvertRun:SetStatusLineText +Hard +Hard:CreateRangeList +Hard:CreateRangeEnumeration +Hard:AddSheetRanges +Hard:SelectRange +Hard:ConvertThehardWay +Hard:ConvertCellCurrencies +Hard:ModifyObjectValuewithCurrFactor +Hard:CheckIfRangeisCurrency +Hard:CountColumnsForRow +Hard:CountRangeCells +Init +Init:InitializeResources +Init:InitializeLanguages +Init:InitializeCurrencies +Init:InitializeControls +Init:InitializeConverter +Init:InitializeCurrencyValues +Init:InitializeLocales +Protect +Protect:UnprotectSheetsWithPassWord +Protect:UnprotectSheet +Protect:UnprotectSheetWithDialog +Protect:ExecutePasswordDialog +Protect:ReadPassword +Protect:RejectPassword +Protect:ReprotectSheets +Protect:AddSheettoUnprotectionlist +Protect:CheckSheetProtection +Soft +Soft:CreateStyleEnumeration +Soft:MakeStyleEnumeration +Soft:AssignRangestoStyle +Soft:AssignCellFormatRanges +Soft:DeselectStyle +Soft:RetrieveRangeNamefromAddress +Soft:RetrieveSheetoutofRangeName +Soft:RetrieveRangeoutofRangeName +Soft:ConvertTheSoftWay +Soft:GetAssignedRanges +Writer +Writer:ConvertWriterTables +Writer:ModifyObjectValuewithCurrFactor +Writer:ConvertTextFields +FormWizard +DBMeta +DBMeta:GetDatabaseNames +DBMeta:GetSelectedDBMetaData +DBMeta:GetConnection +DBMeta:GetDBMetaData +DBMeta:GetTableMetaData +DBMeta:GetSpecificFieldNames +DBMeta:CreateDBForm +DBMeta:AddOrRemoveBinaryFieldsToWidthList +DBMeta:CreateCommandTypeList +DBMeta:GetCurrentMetaValues +DBMeta:AssignFieldLength +develop +develop:PositionControls +develop:ResetPosSizes +develop:RepositionColumnarLeftControls +develop:ResetDBShape +develop:InitializePosSizes +develop:InsertTextControl +develop:InsertDBControl +develop:InsertTimeStampShape +develop:GetLabelDiffHeight +develop:CheckJustifiedPosition +develop:GetCorrWidth +develop:AdjustLineWidth +develop:CheckOuterPoints +develop:PositionGridControl +develop:SetupGridColumn +develop:ControlCaptionstoStandardLayout +develop:GroupShapesTogether +FormWizard +FormWizard:Main +FormWizard:MainWithDefault +FormWizard:FormGetFields +FormWizard:FillUpFieldsListbox +FormWizard:PreviousStep +FormWizard:NextStep +FormWizard:InitializeLayoutSettings +FormWizard:ToggleDatabasePage +FormWizard:CommitLastDocumentChanges +FormWizard:StoreFormInDatabase +FormWizard:StoreForm +FormWizard:EmptyFieldsListboxes +FormWizard:DeleteFirstTableListBoxEntry +FormWizard:DeleteFirstListboxEntry +Language +Language:LoadLanguage +Language:SetDialogLanguage +Language:InitializeWidthList +Layouter +Layouter:InsertControl +Layouter:ArrangeControls +Layouter:OpenFormDocument +Layouter:InitializeLabelValues +Layouter:ConfigurePageStyle +Layouter:ChangeBorderLayouts +Layouter:ChangeLabelAlignments +Layouter:ChangeArrangemode +Layouter:ToggleBorderGroup +Layouter:ToggleAlignGroup +Layouter:ToggleLayoutPage +Layouter:DestroyControlShapes +Layouter:SwitchArrangementButtons +Layouter:SwitchBorderMode +Layouter:SwitchAlignMode +tools +tools:SetProgressValue +tools:GetPreferredWidth +tools:GetPreferredHeight +tools:GetPeerSize +tools:TwipToCM +tools:TwipTo100telMM +tools:TwipToPixel +tools:PixelTo100thMMX +tools:PixelTo100thMMY +tools:GetPoint +tools:GetSize +tools:ImportStyles +tools:SetNumerics +tools:RemoveShapes +tools:RemoveNirwanaShapes +tools:ShapesToNirwana +tools:CalcUniqueContentName +tools:CountItemsInArray +tools:GetDBHeight +tools:GetFormWizardPaths +tools:GetFilterName +Gimmicks +AutoText +AutoText:Main +AutoText:InsertStringToCell +ChangeAllChars +ChangeAllChars:ChangeAllChars +ChangeAllChars:ReplaceAllStrings +ChangeAllChars:ReplaceStrings +GetTexts +GetTexts:Main +GetTexts:GetCalcStrings +GetTexts:GetCellTexts +GetTexts:GetAnnotations +GetTexts:GetNamedRanges +GetTexts:GetCalcGraphicNames +GetTexts:GetParagraphTexts +GetTexts:GetChartStrings +GetTexts:GetFrameTexts +GetTexts:GetTextFieldStrings +GetTexts:GetLinkedFileNames +GetTexts:GetSectionNames +GetTexts:GetWriterStrings +GetTexts:GetDrawPageTitles +GetTexts:GetPageStrings +GetTexts:GetDrawStrings +GetTexts:GetDocumentProps +GetTexts:GetHyperlinks +GetTexts:GetGraphicNames +GetTexts:GetStyles +GetTexts:GetControlStrings +GetTexts:GetControlContent +GetTexts:WriteStringtoLogFile +GetTexts:MakeLogHeadLine +ReadDir +ReadDir:Main +ReadDir:TreeInfo +ReadDir:CreateTextShape +ReadDir:CalculateXPoint +ReadDir:DrawLine +ReadDir:GetSourceDirectory +ReadDir:ReadSourceDirectory +ReadDir:CloseDialog +ReadDir:AdjustPageHeight +ReadDir:SetNewLevels +ReadDir:CheckPageWidth +ReadDir:ToggleDialogControls +Userfields +Userfields:StartChangesUserfields +Userfields:FillDialog +Userfields:ScrollControls +Userfields:ScrollTextFieldInfo +Userfields:StopMacro +Userfields:SaveSettings +Userfields:ToggleButtons +Userfields:InitializeUserFamily +Userfields:AddRecord +Userfields:FillupTextFields +Userfields:StepToRecord +Userfields:SelectCurrentFields +Userfields:DeleteCurrentSettings +ImportWizard +API +API:OpenRegKey +API:GetDefaultPath +API:GetTemplateDefaultPath +API:QueryValueEx +API:QueryValue +DialogModul +DialogModul:FillStep_Welcome +DialogModul:FillStep_InputPaths +DialogModul:FillUpApplicationList +DialogModul:InitializePathsforCurrentApplication +DialogModul:AssignPathToCurrentApplication +DialogModul:SaveStep_InputPath +DialogModul:ToggleInputPaths +DialogModul:MakeSummaryString +DialogModul:FillStep_Summary +DialogModul:FillStep_Progress +DialogModul:GetFilterTracingLogPath +DialogModul:CheckMSImportAvailability +DialogModul:SetupMSConfiguration +DialogModul:SetupXMLConfiguration +DialogModul:CheckControlPath +DialogModul:CheckInputPaths +DialogModul:CheckTextBoxPath +DialogModul:InitializeProgressPage +DialogModul:SetProgressDisplay +DialogModul:TakoverFolderName +DialogModul:FinalizeDialogButtons +FilesModul +FilesModul:ReadCollectionPaths +FilesModul:GetApplicationIndex +FilesModul:InterruptProcess +FilesModul:AddCollectionPath +FilesModul:SetExtension +FilesModul:AddFilterNameToPathItem +FilesModul:CheckIfToAddPathToCollection +FilesModul:CollectPaths +FilesModul:ConvertAllDocuments +FilesModul:AddListtoFilesList +FilesModul:GetTargetTemplatePath +FilesModul:GetFilterName +FilesModul:SearchArrayforPartString +FilesModul:CreateLogTable +FilesModul:GetSize +FilesModul:InsertCommandButtonatViewCursor +FilesModul:CreateLogDocument +FilesModul:GetFilterTracingLogPath +FilesModul:InsertTargetUrlToLogDocument +FilesModul:InsertSourceUrlToLogDocument +FilesModul:InsertHyperLinkToLogCell +FilesModul:InsertCommentToLogCell +FilesModul:AddLogStatistics +FilesModul:CheckIfMacroExists +FilesModul:CheckPassWordProtection +FilesModul:OpenLogDocument +FilesModul:MergeRange +FilesModul:ConcatComment +Language +Language:LoadLanguage +Language:GetApplResourceArray +Main +Main:Main +Main:NextStep +Main:PrevStep +Main:CancelTask +Main:TemplateDirSearchDialog +Main:RepaintHeaderPreview +Main:CheckModuleInstallation +Main:CheckInstalledModule +Main:ToggleCheckboxes +Main:ToggleCheckboxesWithBoolean +Main:ToggleNextButton +Main:TakeOverPathSettings +Main:GetImportWizardPaths +Schedule +BankHoliday +BankHoliday:Main +BankHoliday:CalEasterTable +BankHoliday:CalOrthodoxEasterTable +BankHoliday:CalInitGlobalVariablesDate +BankHoliday:CalInsertBankholiday +BankHoliday:CalMaxDayInMonth +BankHoliday:CalGetIntOfShortMonthName +BankHoliday:CalInsertOwnDataInTables +BankHoliday:GetMonthDate +BankHoliday:GetNextWeekDay +BankHoliday:AddFollowUpHolidays +CalendarMain +CalendarMain:CalAutopilotTable +CalendarMain:SetupNumberFormatter +CalendarMain:AddNumberFormat +CalendarMain:CalChooseCalendar +CalendarMain:CalcmdCancel +CalendarMain:CalcmdOk +CreateTable +CreateTable:CalCreateYearTable +CreateTable:CalCreateMonthTable +CreateTable:FormatCalCells +DlgControl +DlgControl:Main +DlgControl:CalcmdDeleteSelect +DlgControl:CalSaveOwnEventControls +DlgControl:CalMouseMoved +DlgControl:SelectState +DlgControl:MouseLeavesImage +DlgControl:CalClearInputMask +DlgControl:CalmdSwitchOwnDataOrGeneral +DlgControl:ToggleInsertButton +DlgControl:CalUpdateNewEventFrame +GermanHolidays +GermanHolidays:Main +GermanHolidays:CalGetGermanLandAtMousePos +GermanHolidays:CalFindWholeYearHolidays_GERMANY +Language +Language:LoadLanguage +LocalHolidays +LocalHolidays:Main +LocalHolidays:FindWholeYearHolidays_FRANCE +LocalHolidays:FindWholeYearHolidays_SWED +LocalHolidays:FindWholeYearHolidays_FI +LocalHolidays:FindWholeYearHolidays_DK +LocalHolidays:FindWholeYearHolidays_ITA +LocalHolidays:FindWholeYearHolidays_TRK +LocalHolidays:CalculateturkishReligousHolidays +LocalHolidays:FindWholeYearHolidays_GREEK +LocalHolidays:FindWholeYearHolidays_SPAIN +LocalHolidays:FindWholeYearHolidays_PORT +LocalHolidays:FindWholeYearHolidays_NL +LocalHolidays:FindWholeYearHolidays_PL +LocalHolidays:FindWholeYearHolidays_RU +LocalHolidays:FindWholeYearHolidays_US +LocalHolidays:FindWholeYearHolidays_JP +LocalHolidays:FindWholeYearHolidays_TW +LocalHolidays:FindWholeYearHolidays_CN +LocalHolidays:CalculateChineseNewYear +LocalHolidays:CalculateJapaneseSpringDay +LocalHolidays:CalculateJapaneseAutumnDay +OwnEvents +OwnEvents:Main +OwnEvents:CalSaveOwnData +OwnEvents:CalLoadOwnData +OwnEvents:CalCreateDateStrOfInput +OwnEvents:CalcmdInsertData +OwnEvents:GetSelectedDateUnits +OwnEvents:GetDateUnits +OwnEvents:CalGetNameOfEvent +OwnEvents:CheckInsertedDates +OwnEvents:GetOwnMonth +ScriptBindingLibrary +Template +Autotext +Autotext:Main +Autotext:CreateUserDatafield +Autotext:CreateBullet +Autotext:CreatePlaceholder +Correspondence +Correspondence:Main +Correspondence:Placeholder +Correspondence:Database +Correspondence:LoadLanguageCorrespondence +Correspondence:GetFieldName +Correspondence:OK +Correspondence:InsertDBField +Correspondence:InsertPlaceholder +ModuleAgenda +ModuleAgenda:Initialize +ModuleAgenda:LoadLanguageAgenda +ModuleAgenda:ModifyTemplate +ModuleAgenda:NewTopic +ModuleAgenda:FinishAgenda +ModuleAgenda:CreateBookMarkCursor +ModuleAgenda:DeleteButtons +ModuleAgenda:GetOptionValues +Samples +Samples:PrepareForEditing +Samples:ShowStyles +Samples:SelectStyle +Samples:SaveCurrentStyles +Samples:RestoreCurrentStyles +Samples:CloseStyleDialog +Samples:KillTempFile +Tools +Debug +Debug:ActivateReadOnlyFlag +Debug:DeactivateReadOnlyFlag +Debug:SetBasicReadOnlyFlag +Debug:WritedbgInfo +Debug:WriteDbgString +Debug:printdbgInfo +Debug:ShowArray +Debug:ShowPropertyValues +Debug:ShowNameValuePair +Debug:ShowElementNames +Debug:ShowSupportedServiceNames +Debug:ShowAvailableServiceNames +Debug:ShowCommands +Debug:ProtectCurrentSheets +Debug:FillDocument +Listbox +Listbox:MergeList +Listbox:RemoveListItems +Listbox:InitializeListboxProcedures +Listbox:CopyListboxItems +Listbox:FormMoveSelected +Listbox:FormMoveAll +Listbox:FormRemoveSelected +Listbox:FormRemoveAll +Listbox:MoveSelectedListBox +Listbox:MoveOrderedSelectedListbox +Listbox:RemoveSelected +Listbox:SetNewSelection +Listbox:ToggleListboxControls +Listbox:FormSetMoveRights +Listbox:AddSingleItemToListbox +Listbox:EmptyListbox +Listbox:SelectListboxItem +Listbox:GetSelectedListboxItems +Listbox:RemoveListboxItemByName +Listbox:GetItemPos +Misc +Misc:Main +Misc:RegisterNewDataSource +Misc:ConnecttoDatabase +Misc:GetStarOfficeLocale +Misc:GetRegistryKeyContent +Misc:GetProductname +Misc:OpenDocument +Misc:TaskonDesktop +Misc:RetrieveFileName +Misc:GetPathSettings +Misc:GetOfficeSubPath +Misc:ShowNoOfficePathError +Misc:InitResources +Misc:GetResText +Misc:CutPathView +Misc:DeleteInputCells +Misc:ChangeValueofRange +Misc:ReplaceRangeValues +Misc:GetValueofCellbyName +Misc:DuplicateRow +Misc:GetStringofCellbyName +Misc:GetCellByName +Misc:ChangeCellValue +Misc:GetDocumentType +Misc:GetNumberFormatType +Misc:ProtectSheets +Misc:UnprotectSheets +Misc:GetRowIndex +Misc:GetColumnIndex +Misc:CopySheetbyName +Misc:ToggleWindow +Misc:CheckNewSheetname +Misc:AddNewSheetName +Misc:GetSheetIndex +Misc:GetLastUsedRow +Misc:ModifyBorderLineWidth +Misc:AttachBasicMacroToEvent +Misc:ModifyPropertyValue +Misc:GetPropertyValueIndex +Misc:DispatchSlot +Misc:IsFatOffice +Misc:GetLocale +Misc:ToggleDesignMode +Misc:isHighContrast +Misc:CreateNewDocument +Misc:DisposeDocument +Misc:CalIsLeapYear +ModuleControls +ModuleControls:getControlModel +ModuleControls:GetControlShape +ModuleControls:getControlView +ModuleControls:DisposeControl +ModuleControls:GetControlGroupModel +ModuleControls:GetRefValue +ModuleControls:GetRefValueOfControlGroup +ModuleControls:GetOptionGroupValue +ModuleControls:WriteOptValueToCell +ModuleControls:LoadDialog +ModuleControls:GetFolderName +ModuleControls:GetFileName +ModuleControls:StoreDocument +ModuleControls:AddFiltersToDialog +ModuleControls:SwitchMousePointer +ModuleControls:ShowOverwriteAllDialog +ModuleControls:SetOVERWRITEToQuery +ModuleControls:SetOVERWRITEToAlways +ModuleControls:SetOVERWRITEToNever +Strings +Strings:ElimChar +Strings:DeleteStr +Strings:FindPartString +Strings:PartStringInArray +Strings:RTrimStr +Strings:LTRimChar +Strings:ArrayOutOfString +Strings:ClearArray +Strings:ClearMultiDimArray +Strings:FieldinArray +Strings:FieldinList +Strings:IndexinArray +Strings:MultiArrayInListbox +Strings:StringInMultiArray +Strings:GetIndexInMultiArray +Strings:GetIndexForPartStringinMultiArray +Strings:ArrayfromMultiArray +Strings:ReplaceString +Strings:FindSecondValue +Strings:Power +Strings:Round +Strings:FileNameoutofPath +Strings:GetFileNameExtension +Strings:GetFileNameWithoutExtension +Strings:DirectoryNameoutofPath +Strings:CountCharsinString +Strings:BubbleSortList +Strings:GetValueoutofList +Strings:AddListtoList +Strings:CheckDouble +UCB +UCB:Main +UCB:ReadDirectories +UCB:AddFoldertoList +UCB:AddFileNameToList +UCB:RetrieveDocTitle +UCB:GetRealFileContent +UCB:CopyRecursively +UCB:ShowHelperDialog +UCB:SaveDataToFile +UCB:LoadDataFromFile +UCB:CreateFolder +Untitled 1 +Standard diff --git a/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_osx_BeanShell.txt b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_osx_BeanShell.txt new file mode 100755 index 000000000000..141bebef85d5 --- /dev/null +++ b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_osx_BeanShell.txt @@ -0,0 +1,14 @@ +My Macros +Oracle Open Office Macros +Capitalise +capitalise.bsh +HelloWorld +helloworld.bsh +Highlight +ButtonPressHandler.bsh +ShowDialog.bsh +MemoryUsage +memusage.bsh +WordCount +wordcount.bsh +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_osx_JavaScript.txt b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_osx_JavaScript.txt new file mode 100755 index 000000000000..09ea2fbc3203 --- /dev/null +++ b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_osx_JavaScript.txt @@ -0,0 +1,10 @@ +My Macros +Oracle Open Office Macros +ExportSheetsToHTML +exportsheetstohtml.js +HelloWorld +helloworld.js +Highlight +ButtonPressHandler.js +ShowDialog.js +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_osx_Python.txt b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_osx_Python.txt new file mode 100755 index 000000000000..b15ae4c69f69 --- /dev/null +++ b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_osx_Python.txt @@ -0,0 +1,8 @@ +My Macros +Oracle Open Office Macros +Capitalise +HelloWorld +HelloWorldPython +pythonSamples +TableSample +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_osx_RunMacro.txt b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_osx_RunMacro.txt new file mode 100755 index 000000000000..d0a84dcd41f5 --- /dev/null +++ b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_osx_RunMacro.txt @@ -0,0 +1,682 @@ +My Macros +Standard +Module1 +Module1:Main +basic +Module1 +Module1:Main +Oracle Open Office Macros +Capitalise +Capitalise:capitalise.bsh +Depot +Depot +Depot:AddShortCuttoControl +Depot:Buy +Depot:CancelStockRate +Depot:CancelTransaction +Depot:CommitStockRate +Depot:EnableTransactionControls +Depot:HandleStocks +Depot:Initialize +Depot:InitializeStockRatesControls +Depot:OpenStockRatePage +Depot:Reset +Depot:SelectStockname +Depot:SelectStockNameForRates +Depot:Sell +Depot:SetupTransactionControls +Depot:ToggleStockRateControls +Depot:TransactionOk +CommonLang +CommonLang:CompleteMarketList +CommonLang:InitializeStartUpModel +CommonLang:LoadDepotDialogs +CommonLang:LoadLanguage +CommonLang:LocalizedCurrencies +Currency +Currency:CheckFormatType +Currency:ChooseMarket +Currency:CloseStartUpDialog +Currency:ConvertStylesCurrencies +Currency:DisposeDocument +Currency:EnableGoOnButton +Currency:Numberformat +Currency:Startup +Currency:SwitchNumberFormat +Internet +Internet:CalculateChartafterSplit +Internet:CheckHistoryControls +Internet:GetCurrentRate +Internet:InsertCompanyHistory +Internet:InternetUpdate +Internet:StringToDate +Internet:UpdateChart +Internet:UpdateValue +Lang_de +Lang_de:LoadGermanLanguage +tools +tools:AddValueToCellContent +tools:CellValuetoControl +tools:CheckDocLocale +tools:CheckInputDate +tools:FillListbox +tools:GetRowIndex +tools:GetStockID +tools:GetStockRowIndex +tools:GetStocksCount +tools:GetTransactionCount +tools:InitializeStatusLine +tools:InsertCurrentValue +tools:MakeRangeVisible +tools:RemoveSheet +tools:RemoveStockRows +tools:SplitCellValue +Lang_en +Lang_en:LoadEnglishLanguage +Lang_fr +Lang_fr:LoadFrenchLanguage +Lang_it +Lang_it:LoadItalianLanguage +Lang_es +Lang_es:LoadSpanishLanguage +Lang_sv +Lang_sv:LoadSwedishLanguage +Lang_zh +Lang_zh:LoadChineseSimpleLanguage +Lang_tw +Lang_tw:LoadChineseTradLanguage +Lang_ko +Lang_ko:LoadKoreanLanguage +Lang_ja +Lang_ja:LoadJapaneseLanguage +Euro +ConvertRun +ConvertRun:AddRangeToListbox +ConvertRun:AddSelectedRangeToSelRangesEnum +ConvertRun:CheckLocale +ConvertRun:CheckRangeSelection +ConvertRun:ConvertRangesOrStylesOfDocument +ConvertRun:ConvertWholeDocument +ConvertRun:EmptySelection +ConvertRun:EnableStep1DialogControls +ConvertRun:FieldinList +ConvertRun:GetPreSelectedRange +ConvertRun:Main +ConvertRun:RetrieveEnableValue +ConvertRun:SelectListItem +ConvertRun:SetOptionValuestoNull +ConvertRun:SetStatusLineText +AutoPilotRun +AutoPilotRun:AssignFileName +AutoPilotRun:CallFilePicker +AutoPilotRun:CallFolderPicker +AutoPilotRun:ChangeToNextProgressStep +AutoPilotRun:ConvertDocuments +AutoPilotRun:EnableStep2DialogControls +AutoPilotRun:InitializeDocument +AutoPilotRun:InitializeProgressPage +AutoPilotRun:InitializeThirdStep +AutoPilotRun:PreviousStep +AutoPilotRun:StartAutoPilot +AutoPilotRun:StoreDocument +AutoPilotRun:SwapExtent +AutoPilotRun:ToggleGoOnButton +AutoPilotRun:ToggleProgressStep +Hard +Hard:AddSheetRanges +Hard:CheckIfRangeisCurrency +Hard:ConvertCellCurrencies +Hard:ConvertThehardWay +Hard:CountColumnsForRow +Hard:CountRangeCells +Hard:CreateRangeEnumeration +Hard:CreateRangeList +Hard:ModifyObjectValuewithCurrFactor +Hard:SelectRange +Soft +Soft:AssignCellFormatRanges +Soft:AssignRangestoStyle +Soft:ConvertTheSoftWay +Soft:CreateStyleEnumeration +Soft:DeselectStyle +Soft:GetAssignedRanges +Soft:MakeStyleEnumeration +Soft:RetrieveRangeNamefromAddress +Soft:RetrieveRangeoutofRangeName +Soft:RetrieveSheetoutofRangeName +Init +Init:InitializeControls +Init:InitializeConverter +Init:InitializeCurrencies +Init:InitializeCurrencyValues +Init:InitializeLanguages +Init:InitializeLocales +Init:InitializeResources +Common +Common:CancelTask +Common:CheckFormatType +Common:ConvertDocument +Common:EndStatusLine +Common:FillUpCurrencyListbox +Common:IncreaseStatusValue +Common:InitializeProgressbar +Common:Numberformat +Common:RetrieveDocumentObjects +Common:SelectCurrency +Common:StartConversion +Common:SwitchNumberFormat +Writer +Writer:ConvertTextFields +Writer:ConvertWriterTables +Writer:ModifyObjectValuewithCurrFactor +Protect +Protect:AddSheettoUnprotectionlist +Protect:CheckSheetProtection +Protect:ExecutePasswordDialog +Protect:ReadPassword +Protect:RejectPassword +Protect:ReprotectSheets +Protect:UnprotectSheet +Protect:UnprotectSheetsWithPassWord +Protect:UnprotectSheetWithDialog +ExportSheetsToHTML +ExportSheetsToHTML:exportsheetstohtml.js +FormWizard +FormWizard +FormWizard:CommitLastDocumentChanges +FormWizard:DeleteFirstListboxEntry +FormWizard:DeleteFirstTableListBoxEntry +FormWizard:EmptyFieldsListboxes +FormWizard:FillUpFieldsListbox +FormWizard:FormGetFields +FormWizard:InitializeLayoutSettings +FormWizard:Main +FormWizard:MainWithDefault +FormWizard:NextStep +FormWizard:PreviousStep +FormWizard:StoreForm +FormWizard:StoreFormInDatabase +FormWizard:ToggleDatabasePage +Layouter +Layouter:ArrangeControls +Layouter:ChangeArrangemode +Layouter:ChangeBorderLayouts +Layouter:ChangeLabelAlignments +Layouter:ConfigurePageStyle +Layouter:DestroyControlShapes +Layouter:InitializeLabelValues +Layouter:InsertControl +Layouter:OpenFormDocument +Layouter:SwitchAlignMode +Layouter:SwitchArrangementButtons +Layouter:SwitchBorderMode +Layouter:ToggleAlignGroup +Layouter:ToggleBorderGroup +Layouter:ToggleLayoutPage +Language +Language:InitializeWidthList +Language:LoadLanguage +Language:SetDialogLanguage +DBMeta +DBMeta:AddOrRemoveBinaryFieldsToWidthList +DBMeta:AssignFieldLength +DBMeta:CreateCommandTypeList +DBMeta:CreateDBForm +DBMeta:GetConnection +DBMeta:GetCurrentMetaValues +DBMeta:GetDatabaseNames +DBMeta:GetDBMetaData +DBMeta:GetSelectedDBMetaData +DBMeta:GetSpecificFieldNames +DBMeta:GetTableMetaData +tools +tools:CalcUniqueContentName +tools:CountItemsInArray +tools:GetDBHeight +tools:GetFilterName +tools:GetFormWizardPaths +tools:GetPeerSize +tools:GetPoint +tools:GetPreferredHeight +tools:GetPreferredWidth +tools:GetSize +tools:ImportStyles +tools:PixelTo100thMMX +tools:PixelTo100thMMY +tools:RemoveNirwanaShapes +tools:RemoveShapes +tools:SetNumerics +tools:SetProgressValue +tools:ShapesToNirwana +tools:TwipTo100telMM +tools:TwipToCM +tools:TwipToPixel +develop +develop:AdjustLineWidth +develop:CheckJustifiedPosition +develop:CheckOuterPoints +develop:ControlCaptionstoStandardLayout +develop:GetCorrWidth +develop:GetLabelDiffHeight +develop:GroupShapesTogether +develop:InitializePosSizes +develop:InsertDBControl +develop:InsertTextControl +develop:InsertTimeStampShape +develop:PositionControls +develop:PositionGridControl +develop:RepositionColumnarLeftControls +develop:ResetDBShape +develop:ResetPosSizes +develop:SetupGridColumn +Gimmicks +GetTexts +GetTexts:GetAnnotations +GetTexts:GetCalcGraphicNames +GetTexts:GetCalcStrings +GetTexts:GetCellTexts +GetTexts:GetChartStrings +GetTexts:GetControlContent +GetTexts:GetControlStrings +GetTexts:GetDocumentProps +GetTexts:GetDrawPageTitles +GetTexts:GetDrawStrings +GetTexts:GetFrameTexts +GetTexts:GetGraphicNames +GetTexts:GetHyperlinks +GetTexts:GetLinkedFileNames +GetTexts:GetNamedRanges +GetTexts:GetPageStrings +GetTexts:GetParagraphTexts +GetTexts:GetSectionNames +GetTexts:GetStyles +GetTexts:GetTextFieldStrings +GetTexts:GetWriterStrings +GetTexts:Main +GetTexts:MakeLogHeadLine +GetTexts:WriteStringtoLogFile +Userfields +Userfields:AddRecord +Userfields:DeleteCurrentSettings +Userfields:FillDialog +Userfields:FillupTextFields +Userfields:InitializeUserFamily +Userfields:SaveSettings +Userfields:ScrollControls +Userfields:ScrollTextFieldInfo +Userfields:SelectCurrentFields +Userfields:StartChangesUserfields +Userfields:StepToRecord +Userfields:StopMacro +Userfields:ToggleButtons +ChangeAllChars +ChangeAllChars:ChangeAllChars +ChangeAllChars:ReplaceAllStrings +ChangeAllChars:ReplaceStrings +AutoText +AutoText:InsertStringToCell +AutoText:Main +ReadDir +ReadDir:AdjustPageHeight +ReadDir:CalculateXPoint +ReadDir:CheckPageWidth +ReadDir:CloseDialog +ReadDir:CreateTextShape +ReadDir:DrawLine +ReadDir:GetSourceDirectory +ReadDir:Main +ReadDir:ReadSourceDirectory +ReadDir:SetNewLevels +ReadDir:ToggleDialogControls +ReadDir:TreeInfo +HelloWorld +HelloWorld:helloworld.bsh +HelloWorld:helloworld.js +HelloWorld:HelloWorld.printHW +HelloWorld:HelloWorldPython +Highlight +Highlight:ButtonPressHandler.bsh +Highlight:ButtonPressHandler.js +Highlight:HighlightText.showForm +Highlight:ShowDialog.bsh +Highlight:ShowDialog.js +ImportWizard +Main +Main:CancelTask +Main:CheckInstalledModule +Main:CheckModuleInstallation +Main:GetImportWizardPaths +Main:Main +Main:NextStep +Main:PrevStep +Main:RepaintHeaderPreview +Main:TakeOverPathSettings +Main:TemplateDirSearchDialog +Main:ToggleCheckboxes +Main:ToggleCheckboxesWithBoolean +Main:ToggleNextButton +DialogModul +DialogModul:AssignPathToCurrentApplication +DialogModul:CheckControlPath +DialogModul:CheckInputPaths +DialogModul:CheckMSImportAvailability +DialogModul:CheckTextBoxPath +DialogModul:FillStep_InputPaths +DialogModul:FillStep_Progress +DialogModul:FillStep_Summary +DialogModul:FillStep_Welcome +DialogModul:FillUpApplicationList +DialogModul:FinalizeDialogButtons +DialogModul:GetFilterTracingLogPath +DialogModul:InitializePathsforCurrentApplication +DialogModul:InitializeProgressPage +DialogModul:MakeSummaryString +DialogModul:SaveStep_InputPath +DialogModul:SetProgressDisplay +DialogModul:SetupMSConfiguration +DialogModul:SetupXMLConfiguration +DialogModul:TakoverFolderName +DialogModul:ToggleInputPaths +Language +Language:GetApplResourceArray +Language:LoadLanguage +FilesModul +FilesModul:AddCollectionPath +FilesModul:AddFilterNameToPathItem +FilesModul:AddListtoFilesList +FilesModul:AddLogStatistics +FilesModul:CheckIfMacroExists +FilesModul:CheckIfToAddPathToCollection +FilesModul:CheckPassWordProtection +FilesModul:CollectPaths +FilesModul:ConcatComment +FilesModul:ConvertAllDocuments +FilesModul:CreateLogDocument +FilesModul:CreateLogTable +FilesModul:GetApplicationIndex +FilesModul:GetFilterName +FilesModul:GetFilterTracingLogPath +FilesModul:GetSize +FilesModul:GetTargetTemplatePath +FilesModul:InsertCommandButtonatViewCursor +FilesModul:InsertCommentToLogCell +FilesModul:InsertHyperLinkToLogCell +FilesModul:InsertSourceUrlToLogDocument +FilesModul:InsertTargetUrlToLogDocument +FilesModul:InterruptProcess +FilesModul:MergeRange +FilesModul:OpenLogDocument +FilesModul:ReadCollectionPaths +FilesModul:SearchArrayforPartString +FilesModul:SetExtension +API +API:GetDefaultPath +API:GetTemplateDefaultPath +API:OpenRegKey +API:QueryValue +API:QueryValueEx +MemoryUsage +MemoryUsage:MemoryUsage.updateMemoryUsage +MemoryUsage:memusage.bsh +Schedule +OwnEvents +OwnEvents:CalcmdInsertData +OwnEvents:CalCreateDateStrOfInput +OwnEvents:CalGetNameOfEvent +OwnEvents:CalLoadOwnData +OwnEvents:CalSaveOwnData +OwnEvents:CheckInsertedDates +OwnEvents:GetDateUnits +OwnEvents:GetOwnMonth +OwnEvents:GetSelectedDateUnits +OwnEvents:Main +CalendarMain +CalendarMain:AddNumberFormat +CalendarMain:CalAutopilotTable +CalendarMain:CalChooseCalendar +CalendarMain:CalcmdCancel +CalendarMain:CalcmdOk +CalendarMain:SetupNumberFormatter +BankHoliday +BankHoliday:AddFollowUpHolidays +BankHoliday:CalEasterTable +BankHoliday:CalGetIntOfShortMonthName +BankHoliday:CalInitGlobalVariablesDate +BankHoliday:CalInsertBankholiday +BankHoliday:CalInsertOwnDataInTables +BankHoliday:CalMaxDayInMonth +BankHoliday:CalOrthodoxEasterTable +BankHoliday:GetMonthDate +BankHoliday:GetNextWeekDay +BankHoliday:Main +DlgControl +DlgControl:CalClearInputMask +DlgControl:CalcmdDeleteSelect +DlgControl:CalmdSwitchOwnDataOrGeneral +DlgControl:CalMouseMoved +DlgControl:CalSaveOwnEventControls +DlgControl:CalUpdateNewEventFrame +DlgControl:Main +DlgControl:MouseLeavesImage +DlgControl:SelectState +DlgControl:ToggleInsertButton +Language +Language:LoadLanguage +CreateTable +CreateTable:CalCreateMonthTable +CreateTable:CalCreateYearTable +CreateTable:FormatCalCells +GermanHolidays +GermanHolidays:CalFindWholeYearHolidays_GERMANY +GermanHolidays:CalGetGermanLandAtMousePos +GermanHolidays:Main +LocalHolidays +LocalHolidays:CalculateChineseNewYear +LocalHolidays:CalculateJapaneseAutumnDay +LocalHolidays:CalculateJapaneseSpringDay +LocalHolidays:CalculateturkishReligousHolidays +LocalHolidays:FindWholeYearHolidays_CN +LocalHolidays:FindWholeYearHolidays_DK +LocalHolidays:FindWholeYearHolidays_FI +LocalHolidays:FindWholeYearHolidays_FRANCE +LocalHolidays:FindWholeYearHolidays_GREEK +LocalHolidays:FindWholeYearHolidays_ITA +LocalHolidays:FindWholeYearHolidays_JP +LocalHolidays:FindWholeYearHolidays_NL +LocalHolidays:FindWholeYearHolidays_PL +LocalHolidays:FindWholeYearHolidays_PORT +LocalHolidays:FindWholeYearHolidays_RU +LocalHolidays:FindWholeYearHolidays_SPAIN +LocalHolidays:FindWholeYearHolidays_SWED +LocalHolidays:FindWholeYearHolidays_TRK +LocalHolidays:FindWholeYearHolidays_TW +LocalHolidays:FindWholeYearHolidays_US +LocalHolidays:Main +ScriptBindingLibrary +Template +ModuleAgenda +ModuleAgenda:CreateBookMarkCursor +ModuleAgenda:DeleteButtons +ModuleAgenda:FinishAgenda +ModuleAgenda:GetOptionValues +ModuleAgenda:Initialize +ModuleAgenda:LoadLanguageAgenda +ModuleAgenda:ModifyTemplate +ModuleAgenda:NewTopic +Correspondence +Correspondence:Database +Correspondence:GetFieldName +Correspondence:InsertDBField +Correspondence:InsertPlaceholder +Correspondence:LoadLanguageCorrespondence +Correspondence:Main +Correspondence:OK +Correspondence:Placeholder +Samples +Samples:CloseStyleDialog +Samples:KillTempFile +Samples:PrepareForEditing +Samples:RestoreCurrentStyles +Samples:SaveCurrentStyles +Samples:SelectStyle +Samples:ShowStyles +Autotext +Autotext:CreateBullet +Autotext:CreatePlaceholder +Autotext:CreateUserDatafield +Autotext:Main +Tools +ModuleControls +ModuleControls:AddFiltersToDialog +ModuleControls:DisposeControl +ModuleControls:GetControlGroupModel +ModuleControls:getControlModel +ModuleControls:GetControlShape +ModuleControls:getControlView +ModuleControls:GetFileName +ModuleControls:GetFolderName +ModuleControls:GetOptionGroupValue +ModuleControls:GetRefValue +ModuleControls:GetRefValueOfControlGroup +ModuleControls:LoadDialog +ModuleControls:SetOVERWRITEToAlways +ModuleControls:SetOVERWRITEToNever +ModuleControls:SetOVERWRITEToQuery +ModuleControls:ShowOverwriteAllDialog +ModuleControls:StoreDocument +ModuleControls:SwitchMousePointer +ModuleControls:WriteOptValueToCell +Strings +Strings:AddListtoList +Strings:ArrayfromMultiArray +Strings:ArrayOutOfString +Strings:BubbleSortList +Strings:CheckDouble +Strings:ClearArray +Strings:ClearMultiDimArray +Strings:CountCharsinString +Strings:DeleteStr +Strings:DirectoryNameoutofPath +Strings:ElimChar +Strings:FieldinArray +Strings:FieldinList +Strings:FileNameoutofPath +Strings:FindPartString +Strings:FindSecondValue +Strings:GetFileNameExtension +Strings:GetFileNameWithoutExtension +Strings:GetIndexForPartStringinMultiArray +Strings:GetIndexInMultiArray +Strings:GetValueoutofList +Strings:IndexinArray +Strings:LTRimChar +Strings:MultiArrayInListbox +Strings:PartStringInArray +Strings:Power +Strings:ReplaceString +Strings:Round +Strings:RTrimStr +Strings:StringInMultiArray +Misc +Misc:AddNewSheetName +Misc:AttachBasicMacroToEvent +Misc:CalIsLeapYear +Misc:ChangeCellValue +Misc:ChangeValueofRange +Misc:CheckNewSheetname +Misc:ConnecttoDatabase +Misc:CopySheetbyName +Misc:CreateNewDocument +Misc:CutPathView +Misc:DeleteInputCells +Misc:DispatchSlot +Misc:DisposeDocument +Misc:DuplicateRow +Misc:GetCellByName +Misc:GetColumnIndex +Misc:GetDocumentType +Misc:GetLastUsedRow +Misc:GetLocale +Misc:GetNumberFormatType +Misc:GetOfficeSubPath +Misc:GetPathSettings +Misc:GetProductname +Misc:GetPropertyValueIndex +Misc:GetRegistryKeyContent +Misc:GetResText +Misc:GetRowIndex +Misc:GetSheetIndex +Misc:GetStarOfficeLocale +Misc:GetStringofCellbyName +Misc:GetValueofCellbyName +Misc:InitResources +Misc:IsFatOffice +Misc:isHighContrast +Misc:Main +Misc:ModifyBorderLineWidth +Misc:ModifyPropertyValue +Misc:OpenDocument +Misc:ProtectSheets +Misc:RegisterNewDataSource +Misc:ReplaceRangeValues +Misc:RetrieveFileName +Misc:ShowNoOfficePathError +Misc:TaskonDesktop +Misc:ToggleDesignMode +Misc:ToggleWindow +Misc:UnprotectSheets +UCB +UCB:AddFileNameToList +UCB:AddFoldertoList +UCB:CopyRecursively +UCB:CreateFolder +UCB:GetRealFileContent +UCB:LoadDataFromFile +UCB:Main +UCB:ReadDirectories +UCB:RetrieveDocTitle +UCB:SaveDataToFile +UCB:ShowHelperDialog +Listbox +Listbox:AddSingleItemToListbox +Listbox:CopyListboxItems +Listbox:EmptyListbox +Listbox:FormMoveAll +Listbox:FormMoveSelected +Listbox:FormRemoveAll +Listbox:FormRemoveSelected +Listbox:FormSetMoveRights +Listbox:GetItemPos +Listbox:GetSelectedListboxItems +Listbox:InitializeListboxProcedures +Listbox:MergeList +Listbox:MoveOrderedSelectedListbox +Listbox:MoveSelectedListBox +Listbox:RemoveListboxItemByName +Listbox:RemoveListItems +Listbox:RemoveSelected +Listbox:SelectListboxItem +Listbox:SetNewSelection +Listbox:ToggleListboxControls +Debug +Debug:ActivateReadOnlyFlag +Debug:DeactivateReadOnlyFlag +Debug:FillDocument +Debug:printdbgInfo +Debug:ProtectCurrentSheets +Debug:SetBasicReadOnlyFlag +Debug:ShowArray +Debug:ShowAvailableServiceNames +Debug:ShowCommands +Debug:ShowElementNames +Debug:ShowNameValuePair +Debug:ShowPropertyValues +Debug:ShowSupportedServiceNames +Debug:WritedbgInfo +Debug:WriteDbgString +WordCount +WordCount:wordcount.bsh +pythonSamples +TableSample +Untitled 1 +Standard diff --git a/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_win_BasicOrganizer.txt b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_win_BasicOrganizer.txt new file mode 100755 index 000000000000..87d91eff5ab5 --- /dev/null +++ b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_win_BasicOrganizer.txt @@ -0,0 +1,657 @@ +My Macros +Standard +Module1 +Module1:Main +Oracle Open Office Macros +Depot +CommonLang +CommonLang:LoadLanguage +CommonLang:CompleteMarketList +CommonLang:LocalizedCurrencies +CommonLang:LoadDepotDialogs +CommonLang:InitializeStartUpModel +Currency +Currency:Startup +Currency:EnableGoOnButton +Currency:CloseStartUpDialog +Currency:DisposeDocument +Currency:ChooseMarket +Currency:ConvertStylesCurrencies +Currency:SwitchNumberFormat +Currency:Numberformat +Currency:CheckFormatType +Depot +Depot:Initialize +Depot:Buy +Depot:Sell +Depot:Reset +Depot:TransactionOk +Depot:SelectStockname +Depot:HandleStocks +Depot:CancelStockRate +Depot:CancelTransaction +Depot:CommitStockRate +Depot:EnableTransactionControls +Depot:SetupTransactionControls +Depot:AddShortCuttoControl +Depot:OpenStockRatePage +Depot:SelectStockNameForRates +Depot:ToggleStockRateControls +Depot:InitializeStockRatesControls +Internet +Internet:CheckHistoryControls +Internet:InsertCompanyHistory +Internet:InternetUpdate +Internet:GetCurrentRate +Internet:UpdateValue +Internet:StringToDate +Internet:UpdateChart +Internet:CalculateChartafterSplit +Lang_de +Lang_de:LoadGermanLanguage +Lang_en +Lang_en:LoadEnglishLanguage +Lang_es +Lang_es:LoadSpanishLanguage +Lang_fr +Lang_fr:LoadFrenchLanguage +Lang_it +Lang_it:LoadItalianLanguage +Lang_ja +Lang_ja:LoadJapaneseLanguage +Lang_ko +Lang_ko:LoadKoreanLanguage +Lang_sv +Lang_sv:LoadSwedishLanguage +Lang_tw +Lang_tw:LoadChineseTradLanguage +Lang_zh +Lang_zh:LoadChineseSimpleLanguage +tools +tools:RemoveSheet +tools:InitializeStatusLine +tools:MakeRangeVisible +tools:GetRowIndex +tools:GetTransactionCount +tools:GetStocksCount +tools:FillListbox +tools:CellValuetoControl +tools:RemoveStockRows +tools:AddValueToCellContent +tools:CheckInputDate +tools:InsertCurrentValue +tools:SplitCellValue +tools:GetStockRowIndex +tools:GetStockID +tools:CheckDocLocale +Euro +AutoPilotRun +AutoPilotRun:StartAutoPilot +AutoPilotRun:ConvertDocuments +AutoPilotRun:InitializeDocument +AutoPilotRun:ChangeToNextProgressStep +AutoPilotRun:StoreDocument +AutoPilotRun:SwapExtent +AutoPilotRun:InitializeThirdStep +AutoPilotRun:ToggleProgressStep +AutoPilotRun:EnableStep2DialogControls +AutoPilotRun:InitializeProgressPage +AutoPilotRun:AssignFileName +AutoPilotRun:ToggleGoOnButton +AutoPilotRun:CallFolderPicker +AutoPilotRun:CallFilePicker +AutoPilotRun:PreviousStep +Common +Common:RetrieveDocumentObjects +Common:CancelTask +Common:ConvertDocument +Common:SwitchNumberFormat +Common:Numberformat +Common:CheckFormatType +Common:StartConversion +Common:IncreaseStatusValue +Common:SelectCurrency +Common:FillUpCurrencyListbox +Common:InitializeProgressbar +Common:EndStatusLine +ConvertRun +ConvertRun:Main +ConvertRun:SelectListItem +ConvertRun:RetrieveEnableValue +ConvertRun:EnableStep1DialogControls +ConvertRun:ConvertRangesOrStylesOfDocument +ConvertRun:ConvertWholeDocument +ConvertRun:EmptySelection +ConvertRun:AddSelectedRangeToSelRangesEnum +ConvertRun:GetPreSelectedRange +ConvertRun:AddRangeToListbox +ConvertRun:CheckRangeSelection +ConvertRun:FieldinList +ConvertRun:CheckLocale +ConvertRun:SetOptionValuestoNull +ConvertRun:SetStatusLineText +Hard +Hard:CreateRangeList +Hard:CreateRangeEnumeration +Hard:AddSheetRanges +Hard:SelectRange +Hard:ConvertThehardWay +Hard:ConvertCellCurrencies +Hard:ModifyObjectValuewithCurrFactor +Hard:CheckIfRangeisCurrency +Hard:CountColumnsForRow +Hard:CountRangeCells +Init +Init:InitializeResources +Init:InitializeLanguages +Init:InitializeCurrencies +Init:InitializeControls +Init:InitializeConverter +Init:InitializeCurrencyValues +Init:InitializeLocales +Protect +Protect:UnprotectSheetsWithPassWord +Protect:UnprotectSheet +Protect:UnprotectSheetWithDialog +Protect:ExecutePasswordDialog +Protect:ReadPassword +Protect:RejectPassword +Protect:ReprotectSheets +Protect:AddSheettoUnprotectionlist +Protect:CheckSheetProtection +Soft +Soft:CreateStyleEnumeration +Soft:MakeStyleEnumeration +Soft:AssignRangestoStyle +Soft:AssignCellFormatRanges +Soft:DeselectStyle +Soft:RetrieveRangeNamefromAddress +Soft:RetrieveSheetoutofRangeName +Soft:RetrieveRangeoutofRangeName +Soft:ConvertTheSoftWay +Soft:GetAssignedRanges +Writer +Writer:ConvertWriterTables +Writer:ModifyObjectValuewithCurrFactor +Writer:ConvertTextFields +FormWizard +DBMeta +DBMeta:GetDatabaseNames +DBMeta:GetSelectedDBMetaData +DBMeta:GetConnection +DBMeta:GetDBMetaData +DBMeta:GetTableMetaData +DBMeta:GetSpecificFieldNames +DBMeta:CreateDBForm +DBMeta:AddOrRemoveBinaryFieldsToWidthList +DBMeta:CreateCommandTypeList +DBMeta:GetCurrentMetaValues +DBMeta:AssignFieldLength +develop +develop:PositionControls +develop:ResetPosSizes +develop:RepositionColumnarLeftControls +develop:ResetDBShape +develop:InitializePosSizes +develop:InsertTextControl +develop:InsertDBControl +develop:InsertTimeStampShape +develop:GetLabelDiffHeight +develop:CheckJustifiedPosition +develop:GetCorrWidth +develop:AdjustLineWidth +develop:CheckOuterPoints +develop:PositionGridControl +develop:SetupGridColumn +develop:ControlCaptionstoStandardLayout +develop:GroupShapesTogether +FormWizard +FormWizard:Main +FormWizard:MainWithDefault +FormWizard:FormGetFields +FormWizard:FillUpFieldsListbox +FormWizard:PreviousStep +FormWizard:NextStep +FormWizard:InitializeLayoutSettings +FormWizard:ToggleDatabasePage +FormWizard:CommitLastDocumentChanges +FormWizard:StoreFormInDatabase +FormWizard:StoreForm +FormWizard:EmptyFieldsListboxes +FormWizard:DeleteFirstTableListBoxEntry +FormWizard:DeleteFirstListboxEntry +Language +Language:LoadLanguage +Language:SetDialogLanguage +Language:InitializeWidthList +Layouter +Layouter:InsertControl +Layouter:ArrangeControls +Layouter:OpenFormDocument +Layouter:InitializeLabelValues +Layouter:ConfigurePageStyle +Layouter:ChangeBorderLayouts +Layouter:ChangeLabelAlignments +Layouter:ChangeArrangemode +Layouter:ToggleBorderGroup +Layouter:ToggleAlignGroup +Layouter:ToggleLayoutPage +Layouter:DestroyControlShapes +Layouter:SwitchArrangementButtons +Layouter:SwitchBorderMode +Layouter:SwitchAlignMode +tools +tools:SetProgressValue +tools:GetPreferredWidth +tools:GetPreferredHeight +tools:GetPeerSize +tools:TwipToCM +tools:TwipTo100telMM +tools:TwipToPixel +tools:PixelTo100thMMX +tools:PixelTo100thMMY +tools:GetPoint +tools:GetSize +tools:ImportStyles +tools:SetNumerics +tools:RemoveShapes +tools:RemoveNirwanaShapes +tools:ShapesToNirwana +tools:CalcUniqueContentName +tools:CountItemsInArray +tools:GetDBHeight +tools:GetFormWizardPaths +tools:GetFilterName +Gimmicks +AutoText +AutoText:Main +AutoText:InsertStringToCell +ChangeAllChars +ChangeAllChars:ChangeAllChars +ChangeAllChars:ReplaceAllStrings +ChangeAllChars:ReplaceStrings +GetTexts +GetTexts:Main +GetTexts:GetCalcStrings +GetTexts:GetCellTexts +GetTexts:GetAnnotations +GetTexts:GetNamedRanges +GetTexts:GetCalcGraphicNames +GetTexts:GetParagraphTexts +GetTexts:GetChartStrings +GetTexts:GetFrameTexts +GetTexts:GetTextFieldStrings +GetTexts:GetLinkedFileNames +GetTexts:GetSectionNames +GetTexts:GetWriterStrings +GetTexts:GetDrawPageTitles +GetTexts:GetPageStrings +GetTexts:GetDrawStrings +GetTexts:GetDocumentProps +GetTexts:GetHyperlinks +GetTexts:GetGraphicNames +GetTexts:GetStyles +GetTexts:GetControlStrings +GetTexts:GetControlContent +GetTexts:WriteStringtoLogFile +GetTexts:MakeLogHeadLine +ReadDir +ReadDir:Main +ReadDir:TreeInfo +ReadDir:CreateTextShape +ReadDir:CalculateXPoint +ReadDir:DrawLine +ReadDir:GetSourceDirectory +ReadDir:ReadSourceDirectory +ReadDir:CloseDialog +ReadDir:AdjustPageHeight +ReadDir:SetNewLevels +ReadDir:CheckPageWidth +ReadDir:ToggleDialogControls +Userfields +Userfields:StartChangesUserfields +Userfields:FillDialog +Userfields:ScrollControls +Userfields:ScrollTextFieldInfo +Userfields:StopMacro +Userfields:SaveSettings +Userfields:ToggleButtons +Userfields:InitializeUserFamily +Userfields:AddRecord +Userfields:FillupTextFields +Userfields:StepToRecord +Userfields:SelectCurrentFields +Userfields:DeleteCurrentSettings +ImportWizard +API +API:OpenRegKey +API:GetDefaultPath +API:GetTemplateDefaultPath +API:QueryValueEx +API:QueryValue +DialogModul +DialogModul:FillStep_Welcome +DialogModul:FillStep_InputPaths +DialogModul:FillUpApplicationList +DialogModul:InitializePathsforCurrentApplication +DialogModul:AssignPathToCurrentApplication +DialogModul:SaveStep_InputPath +DialogModul:ToggleInputPaths +DialogModul:MakeSummaryString +DialogModul:FillStep_Summary +DialogModul:FillStep_Progress +DialogModul:GetFilterTracingLogPath +DialogModul:CheckMSImportAvailability +DialogModul:SetupMSConfiguration +DialogModul:SetupXMLConfiguration +DialogModul:CheckControlPath +DialogModul:CheckInputPaths +DialogModul:CheckTextBoxPath +DialogModul:InitializeProgressPage +DialogModul:SetProgressDisplay +DialogModul:TakoverFolderName +DialogModul:FinalizeDialogButtons +FilesModul +FilesModul:ReadCollectionPaths +FilesModul:GetApplicationIndex +FilesModul:InterruptProcess +FilesModul:AddCollectionPath +FilesModul:SetExtension +FilesModul:AddFilterNameToPathItem +FilesModul:CheckIfToAddPathToCollection +FilesModul:CollectPaths +FilesModul:ConvertAllDocuments +FilesModul:AddListtoFilesList +FilesModul:GetTargetTemplatePath +FilesModul:GetFilterName +FilesModul:SearchArrayforPartString +FilesModul:CreateLogTable +FilesModul:GetSize +FilesModul:InsertCommandButtonatViewCursor +FilesModul:CreateLogDocument +FilesModul:GetFilterTracingLogPath +FilesModul:InsertTargetUrlToLogDocument +FilesModul:InsertSourceUrlToLogDocument +FilesModul:InsertHyperLinkToLogCell +FilesModul:InsertCommentToLogCell +FilesModul:AddLogStatistics +FilesModul:CheckIfMacroExists +FilesModul:CheckPassWordProtection +FilesModul:OpenLogDocument +FilesModul:MergeRange +FilesModul:ConcatComment +Language +Language:LoadLanguage +Language:GetApplResourceArray +Main +Main:Main +Main:NextStep +Main:PrevStep +Main:CancelTask +Main:TemplateDirSearchDialog +Main:RepaintHeaderPreview +Main:CheckModuleInstallation +Main:CheckInstalledModule +Main:ToggleCheckboxes +Main:ToggleCheckboxesWithBoolean +Main:ToggleNextButton +Main:TakeOverPathSettings +Main:GetImportWizardPaths +Schedule +BankHoliday +BankHoliday:Main +BankHoliday:CalEasterTable +BankHoliday:CalOrthodoxEasterTable +BankHoliday:CalInitGlobalVariablesDate +BankHoliday:CalInsertBankholiday +BankHoliday:CalMaxDayInMonth +BankHoliday:CalGetIntOfShortMonthName +BankHoliday:CalInsertOwnDataInTables +BankHoliday:GetMonthDate +BankHoliday:GetNextWeekDay +BankHoliday:AddFollowUpHolidays +CalendarMain +CalendarMain:CalAutopilotTable +CalendarMain:SetupNumberFormatter +CalendarMain:AddNumberFormat +CalendarMain:CalChooseCalendar +CalendarMain:CalcmdCancel +CalendarMain:CalcmdOk +CreateTable +CreateTable:CalCreateYearTable +CreateTable:CalCreateMonthTable +CreateTable:FormatCalCells +DlgControl +DlgControl:Main +DlgControl:CalcmdDeleteSelect +DlgControl:CalSaveOwnEventControls +DlgControl:CalMouseMoved +DlgControl:SelectState +DlgControl:MouseLeavesImage +DlgControl:CalClearInputMask +DlgControl:CalmdSwitchOwnDataOrGeneral +DlgControl:ToggleInsertButton +DlgControl:CalUpdateNewEventFrame +GermanHolidays +GermanHolidays:Main +GermanHolidays:CalGetGermanLandAtMousePos +GermanHolidays:CalFindWholeYearHolidays_GERMANY +Language +Language:LoadLanguage +LocalHolidays +LocalHolidays:Main +LocalHolidays:FindWholeYearHolidays_FRANCE +LocalHolidays:FindWholeYearHolidays_SWED +LocalHolidays:FindWholeYearHolidays_FI +LocalHolidays:FindWholeYearHolidays_DK +LocalHolidays:FindWholeYearHolidays_ITA +LocalHolidays:FindWholeYearHolidays_TRK +LocalHolidays:CalculateturkishReligousHolidays +LocalHolidays:FindWholeYearHolidays_GREEK +LocalHolidays:FindWholeYearHolidays_SPAIN +LocalHolidays:FindWholeYearHolidays_PORT +LocalHolidays:FindWholeYearHolidays_NL +LocalHolidays:FindWholeYearHolidays_PL +LocalHolidays:FindWholeYearHolidays_RU +LocalHolidays:FindWholeYearHolidays_US +LocalHolidays:FindWholeYearHolidays_JP +LocalHolidays:FindWholeYearHolidays_TW +LocalHolidays:FindWholeYearHolidays_CN +LocalHolidays:CalculateChineseNewYear +LocalHolidays:CalculateJapaneseSpringDay +LocalHolidays:CalculateJapaneseAutumnDay +OwnEvents +OwnEvents:Main +OwnEvents:CalSaveOwnData +OwnEvents:CalLoadOwnData +OwnEvents:CalCreateDateStrOfInput +OwnEvents:CalcmdInsertData +OwnEvents:GetSelectedDateUnits +OwnEvents:GetDateUnits +OwnEvents:CalGetNameOfEvent +OwnEvents:CheckInsertedDates +OwnEvents:GetOwnMonth +ScriptBindingLibrary +Template +Autotext +Autotext:Main +Autotext:CreateUserDatafield +Autotext:CreateBullet +Autotext:CreatePlaceholder +Correspondence +Correspondence:Main +Correspondence:Placeholder +Correspondence:Database +Correspondence:LoadLanguageCorrespondence +Correspondence:GetFieldName +Correspondence:OK +Correspondence:InsertDBField +Correspondence:InsertPlaceholder +ModuleAgenda +ModuleAgenda:Initialize +ModuleAgenda:LoadLanguageAgenda +ModuleAgenda:ModifyTemplate +ModuleAgenda:NewTopic +ModuleAgenda:FinishAgenda +ModuleAgenda:CreateBookMarkCursor +ModuleAgenda:DeleteButtons +ModuleAgenda:GetOptionValues +Samples +Samples:PrepareForEditing +Samples:ShowStyles +Samples:SelectStyle +Samples:SaveCurrentStyles +Samples:RestoreCurrentStyles +Samples:CloseStyleDialog +Samples:KillTempFile +Tools +Debug +Debug:ActivateReadOnlyFlag +Debug:DeactivateReadOnlyFlag +Debug:SetBasicReadOnlyFlag +Debug:WritedbgInfo +Debug:WriteDbgString +Debug:printdbgInfo +Debug:ShowArray +Debug:ShowPropertyValues +Debug:ShowNameValuePair +Debug:ShowElementNames +Debug:ShowSupportedServiceNames +Debug:ShowAvailableServiceNames +Debug:ShowCommands +Debug:ProtectCurrentSheets +Debug:FillDocument +Listbox +Listbox:MergeList +Listbox:RemoveListItems +Listbox:InitializeListboxProcedures +Listbox:CopyListboxItems +Listbox:FormMoveSelected +Listbox:FormMoveAll +Listbox:FormRemoveSelected +Listbox:FormRemoveAll +Listbox:MoveSelectedListBox +Listbox:MoveOrderedSelectedListbox +Listbox:RemoveSelected +Listbox:SetNewSelection +Listbox:ToggleListboxControls +Listbox:FormSetMoveRights +Listbox:AddSingleItemToListbox +Listbox:EmptyListbox +Listbox:SelectListboxItem +Listbox:GetSelectedListboxItems +Listbox:RemoveListboxItemByName +Listbox:GetItemPos +Misc +Misc:Main +Misc:RegisterNewDataSource +Misc:ConnecttoDatabase +Misc:GetStarOfficeLocale +Misc:GetRegistryKeyContent +Misc:GetProductname +Misc:OpenDocument +Misc:TaskonDesktop +Misc:RetrieveFileName +Misc:GetPathSettings +Misc:GetOfficeSubPath +Misc:ShowNoOfficePathError +Misc:InitResources +Misc:GetResText +Misc:CutPathView +Misc:DeleteInputCells +Misc:ChangeValueofRange +Misc:ReplaceRangeValues +Misc:GetValueofCellbyName +Misc:DuplicateRow +Misc:GetStringofCellbyName +Misc:GetCellByName +Misc:ChangeCellValue +Misc:GetDocumentType +Misc:GetNumberFormatType +Misc:ProtectSheets +Misc:UnprotectSheets +Misc:GetRowIndex +Misc:GetColumnIndex +Misc:CopySheetbyName +Misc:ToggleWindow +Misc:CheckNewSheetname +Misc:AddNewSheetName +Misc:GetSheetIndex +Misc:GetLastUsedRow +Misc:ModifyBorderLineWidth +Misc:AttachBasicMacroToEvent +Misc:ModifyPropertyValue +Misc:GetPropertyValueIndex +Misc:DispatchSlot +Misc:IsFatOffice +Misc:GetLocale +Misc:ToggleDesignMode +Misc:isHighContrast +Misc:CreateNewDocument +Misc:DisposeDocument +Misc:CalIsLeapYear +ModuleControls +ModuleControls:getControlModel +ModuleControls:GetControlShape +ModuleControls:getControlView +ModuleControls:DisposeControl +ModuleControls:GetControlGroupModel +ModuleControls:GetRefValue +ModuleControls:GetRefValueOfControlGroup +ModuleControls:GetOptionGroupValue +ModuleControls:WriteOptValueToCell +ModuleControls:LoadDialog +ModuleControls:GetFolderName +ModuleControls:GetFileName +ModuleControls:StoreDocument +ModuleControls:AddFiltersToDialog +ModuleControls:SwitchMousePointer +ModuleControls:ShowOverwriteAllDialog +ModuleControls:SetOVERWRITEToQuery +ModuleControls:SetOVERWRITEToAlways +ModuleControls:SetOVERWRITEToNever +Strings +Strings:ElimChar +Strings:DeleteStr +Strings:FindPartString +Strings:PartStringInArray +Strings:RTrimStr +Strings:LTRimChar +Strings:ArrayOutOfString +Strings:ClearArray +Strings:ClearMultiDimArray +Strings:FieldinArray +Strings:FieldinList +Strings:IndexinArray +Strings:MultiArrayInListbox +Strings:StringInMultiArray +Strings:GetIndexInMultiArray +Strings:GetIndexForPartStringinMultiArray +Strings:ArrayfromMultiArray +Strings:ReplaceString +Strings:FindSecondValue +Strings:Power +Strings:Round +Strings:FileNameoutofPath +Strings:GetFileNameExtension +Strings:GetFileNameWithoutExtension +Strings:DirectoryNameoutofPath +Strings:CountCharsinString +Strings:BubbleSortList +Strings:GetValueoutofList +Strings:AddListtoList +Strings:CheckDouble +UCB +UCB:Main +UCB:ReadDirectories +UCB:AddFoldertoList +UCB:AddFileNameToList +UCB:RetrieveDocTitle +UCB:GetRealFileContent +UCB:CopyRecursively +UCB:ShowHelperDialog +UCB:SaveDataToFile +UCB:LoadDataFromFile +UCB:CreateFolder +Untitled 1 +Standard diff --git a/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_win_BeanShell.txt b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_win_BeanShell.txt new file mode 100755 index 000000000000..141bebef85d5 --- /dev/null +++ b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_win_BeanShell.txt @@ -0,0 +1,14 @@ +My Macros +Oracle Open Office Macros +Capitalise +capitalise.bsh +HelloWorld +helloworld.bsh +Highlight +ButtonPressHandler.bsh +ShowDialog.bsh +MemoryUsage +memusage.bsh +WordCount +wordcount.bsh +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_win_JavaScript.txt b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_win_JavaScript.txt new file mode 100755 index 000000000000..09ea2fbc3203 --- /dev/null +++ b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_win_JavaScript.txt @@ -0,0 +1,10 @@ +My Macros +Oracle Open Office Macros +ExportSheetsToHTML +exportsheetstohtml.js +HelloWorld +helloworld.js +Highlight +ButtonPressHandler.js +ShowDialog.js +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_win_Python.txt b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_win_Python.txt new file mode 100755 index 000000000000..dfe18f127bef --- /dev/null +++ b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_win_Python.txt @@ -0,0 +1,10 @@ +My Macros +Oracle Open Office Macros +Capitalise +capitalisePython +HelloWorld +HelloWorldPython +pythonSamples +TableSample +createTable +Untitled 1 diff --git a/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_win_RunMacro.txt b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_win_RunMacro.txt new file mode 100755 index 000000000000..6b6a9b2520a3 --- /dev/null +++ b/testautomation/framework/required/input/scripts/Oracle-Open-Office_en-US_win_RunMacro.txt @@ -0,0 +1,681 @@ +My Macros +Standard +Module1 +Module1:Main +Oracle Open Office Macros +Capitalise +Capitalise:capitalise.bsh +Capitalise:capitalisePython +Depot +Depot +Depot:AddShortCuttoControl +Depot:Buy +Depot:CancelStockRate +Depot:CancelTransaction +Depot:CommitStockRate +Depot:EnableTransactionControls +Depot:HandleStocks +Depot:Initialize +Depot:InitializeStockRatesControls +Depot:OpenStockRatePage +Depot:Reset +Depot:SelectStockname +Depot:SelectStockNameForRates +Depot:Sell +Depot:SetupTransactionControls +Depot:ToggleStockRateControls +Depot:TransactionOk +CommonLang +CommonLang:CompleteMarketList +CommonLang:InitializeStartUpModel +CommonLang:LoadDepotDialogs +CommonLang:LoadLanguage +CommonLang:LocalizedCurrencies +Currency +Currency:CheckFormatType +Currency:ChooseMarket +Currency:CloseStartUpDialog +Currency:ConvertStylesCurrencies +Currency:DisposeDocument +Currency:EnableGoOnButton +Currency:Numberformat +Currency:Startup +Currency:SwitchNumberFormat +Internet +Internet:CalculateChartafterSplit +Internet:CheckHistoryControls +Internet:GetCurrentRate +Internet:InsertCompanyHistory +Internet:InternetUpdate +Internet:StringToDate +Internet:UpdateChart +Internet:UpdateValue +Lang_de +Lang_de:LoadGermanLanguage +tools +tools:AddValueToCellContent +tools:CellValuetoControl +tools:CheckDocLocale +tools:CheckInputDate +tools:FillListbox +tools:GetRowIndex +tools:GetStockID +tools:GetStockRowIndex +tools:GetStocksCount +tools:GetTransactionCount +tools:InitializeStatusLine +tools:InsertCurrentValue +tools:MakeRangeVisible +tools:RemoveSheet +tools:RemoveStockRows +tools:SplitCellValue +Lang_en +Lang_en:LoadEnglishLanguage +Lang_fr +Lang_fr:LoadFrenchLanguage +Lang_it +Lang_it:LoadItalianLanguage +Lang_es +Lang_es:LoadSpanishLanguage +Lang_sv +Lang_sv:LoadSwedishLanguage +Lang_zh +Lang_zh:LoadChineseSimpleLanguage +Lang_tw +Lang_tw:LoadChineseTradLanguage +Lang_ko +Lang_ko:LoadKoreanLanguage +Lang_ja +Lang_ja:LoadJapaneseLanguage +Euro +ConvertRun +ConvertRun:AddRangeToListbox +ConvertRun:AddSelectedRangeToSelRangesEnum +ConvertRun:CheckLocale +ConvertRun:CheckRangeSelection +ConvertRun:ConvertRangesOrStylesOfDocument +ConvertRun:ConvertWholeDocument +ConvertRun:EmptySelection +ConvertRun:EnableStep1DialogControls +ConvertRun:FieldinList +ConvertRun:GetPreSelectedRange +ConvertRun:Main +ConvertRun:RetrieveEnableValue +ConvertRun:SelectListItem +ConvertRun:SetOptionValuestoNull +ConvertRun:SetStatusLineText +AutoPilotRun +AutoPilotRun:AssignFileName +AutoPilotRun:CallFilePicker +AutoPilotRun:CallFolderPicker +AutoPilotRun:ChangeToNextProgressStep +AutoPilotRun:ConvertDocuments +AutoPilotRun:EnableStep2DialogControls +AutoPilotRun:InitializeDocument +AutoPilotRun:InitializeProgressPage +AutoPilotRun:InitializeThirdStep +AutoPilotRun:PreviousStep +AutoPilotRun:StartAutoPilot +AutoPilotRun:StoreDocument +AutoPilotRun:SwapExtent +AutoPilotRun:ToggleGoOnButton +AutoPilotRun:ToggleProgressStep +Hard +Hard:AddSheetRanges +Hard:CheckIfRangeisCurrency +Hard:ConvertCellCurrencies +Hard:ConvertThehardWay +Hard:CountColumnsForRow +Hard:CountRangeCells +Hard:CreateRangeEnumeration +Hard:CreateRangeList +Hard:ModifyObjectValuewithCurrFactor +Hard:SelectRange +Soft +Soft:AssignCellFormatRanges +Soft:AssignRangestoStyle +Soft:ConvertTheSoftWay +Soft:CreateStyleEnumeration +Soft:DeselectStyle +Soft:GetAssignedRanges +Soft:MakeStyleEnumeration +Soft:RetrieveRangeNamefromAddress +Soft:RetrieveRangeoutofRangeName +Soft:RetrieveSheetoutofRangeName +Init +Init:InitializeControls +Init:InitializeConverter +Init:InitializeCurrencies +Init:InitializeCurrencyValues +Init:InitializeLanguages +Init:InitializeLocales +Init:InitializeResources +Common +Common:CancelTask +Common:CheckFormatType +Common:ConvertDocument +Common:EndStatusLine +Common:FillUpCurrencyListbox +Common:IncreaseStatusValue +Common:InitializeProgressbar +Common:Numberformat +Common:RetrieveDocumentObjects +Common:SelectCurrency +Common:StartConversion +Common:SwitchNumberFormat +Writer +Writer:ConvertTextFields +Writer:ConvertWriterTables +Writer:ModifyObjectValuewithCurrFactor +Protect +Protect:AddSheettoUnprotectionlist +Protect:CheckSheetProtection +Protect:ExecutePasswordDialog +Protect:ReadPassword +Protect:RejectPassword +Protect:ReprotectSheets +Protect:UnprotectSheet +Protect:UnprotectSheetsWithPassWord +Protect:UnprotectSheetWithDialog +ExportSheetsToHTML +ExportSheetsToHTML:exportsheetstohtml.js +FormWizard +FormWizard +FormWizard:CommitLastDocumentChanges +FormWizard:DeleteFirstListboxEntry +FormWizard:DeleteFirstTableListBoxEntry +FormWizard:EmptyFieldsListboxes +FormWizard:FillUpFieldsListbox +FormWizard:FormGetFields +FormWizard:InitializeLayoutSettings +FormWizard:Main +FormWizard:MainWithDefault +FormWizard:NextStep +FormWizard:PreviousStep +FormWizard:StoreForm +FormWizard:StoreFormInDatabase +FormWizard:ToggleDatabasePage +Layouter +Layouter:ArrangeControls +Layouter:ChangeArrangemode +Layouter:ChangeBorderLayouts +Layouter:ChangeLabelAlignments +Layouter:ConfigurePageStyle +Layouter:DestroyControlShapes +Layouter:InitializeLabelValues +Layouter:InsertControl +Layouter:OpenFormDocument +Layouter:SwitchAlignMode +Layouter:SwitchArrangementButtons +Layouter:SwitchBorderMode +Layouter:ToggleAlignGroup +Layouter:ToggleBorderGroup +Layouter:ToggleLayoutPage +Language +Language:InitializeWidthList +Language:LoadLanguage +Language:SetDialogLanguage +DBMeta +DBMeta:AddOrRemoveBinaryFieldsToWidthList +DBMeta:AssignFieldLength +DBMeta:CreateCommandTypeList +DBMeta:CreateDBForm +DBMeta:GetConnection +DBMeta:GetCurrentMetaValues +DBMeta:GetDatabaseNames +DBMeta:GetDBMetaData +DBMeta:GetSelectedDBMetaData +DBMeta:GetSpecificFieldNames +DBMeta:GetTableMetaData +tools +tools:CalcUniqueContentName +tools:CountItemsInArray +tools:GetDBHeight +tools:GetFilterName +tools:GetFormWizardPaths +tools:GetPeerSize +tools:GetPoint +tools:GetPreferredHeight +tools:GetPreferredWidth +tools:GetSize +tools:ImportStyles +tools:PixelTo100thMMX +tools:PixelTo100thMMY +tools:RemoveNirwanaShapes +tools:RemoveShapes +tools:SetNumerics +tools:SetProgressValue +tools:ShapesToNirwana +tools:TwipTo100telMM +tools:TwipToCM +tools:TwipToPixel +develop +develop:AdjustLineWidth +develop:CheckJustifiedPosition +develop:CheckOuterPoints +develop:ControlCaptionstoStandardLayout +develop:GetCorrWidth +develop:GetLabelDiffHeight +develop:GroupShapesTogether +develop:InitializePosSizes +develop:InsertDBControl +develop:InsertTextControl +develop:InsertTimeStampShape +develop:PositionControls +develop:PositionGridControl +develop:RepositionColumnarLeftControls +develop:ResetDBShape +develop:ResetPosSizes +develop:SetupGridColumn +Gimmicks +GetTexts +GetTexts:GetAnnotations +GetTexts:GetCalcGraphicNames +GetTexts:GetCalcStrings +GetTexts:GetCellTexts +GetTexts:GetChartStrings +GetTexts:GetControlContent +GetTexts:GetControlStrings +GetTexts:GetDocumentProps +GetTexts:GetDrawPageTitles +GetTexts:GetDrawStrings +GetTexts:GetFrameTexts +GetTexts:GetGraphicNames +GetTexts:GetHyperlinks +GetTexts:GetLinkedFileNames +GetTexts:GetNamedRanges +GetTexts:GetPageStrings +GetTexts:GetParagraphTexts +GetTexts:GetSectionNames +GetTexts:GetStyles +GetTexts:GetTextFieldStrings +GetTexts:GetWriterStrings +GetTexts:Main +GetTexts:MakeLogHeadLine +GetTexts:WriteStringtoLogFile +Userfields +Userfields:AddRecord +Userfields:DeleteCurrentSettings +Userfields:FillDialog +Userfields:FillupTextFields +Userfields:InitializeUserFamily +Userfields:SaveSettings +Userfields:ScrollControls +Userfields:ScrollTextFieldInfo +Userfields:SelectCurrentFields +Userfields:StartChangesUserfields +Userfields:StepToRecord +Userfields:StopMacro +Userfields:ToggleButtons +ChangeAllChars +ChangeAllChars:ChangeAllChars +ChangeAllChars:ReplaceAllStrings +ChangeAllChars:ReplaceStrings +AutoText +AutoText:InsertStringToCell +AutoText:Main +ReadDir +ReadDir:AdjustPageHeight +ReadDir:CalculateXPoint +ReadDir:CheckPageWidth +ReadDir:CloseDialog +ReadDir:CreateTextShape +ReadDir:DrawLine +ReadDir:GetSourceDirectory +ReadDir:Main +ReadDir:ReadSourceDirectory +ReadDir:SetNewLevels +ReadDir:ToggleDialogControls +ReadDir:TreeInfo +HelloWorld +HelloWorld:helloworld.bsh +HelloWorld:helloworld.js +HelloWorld:HelloWorld.printHW +HelloWorld:HelloWorldPython +Highlight +Highlight:ButtonPressHandler.bsh +Highlight:ButtonPressHandler.js +Highlight:HighlightText.showForm +Highlight:ShowDialog.bsh +Highlight:ShowDialog.js +ImportWizard +Main +Main:CancelTask +Main:CheckInstalledModule +Main:CheckModuleInstallation +Main:GetImportWizardPaths +Main:Main +Main:NextStep +Main:PrevStep +Main:RepaintHeaderPreview +Main:TakeOverPathSettings +Main:TemplateDirSearchDialog +Main:ToggleCheckboxes +Main:ToggleCheckboxesWithBoolean +Main:ToggleNextButton +DialogModul +DialogModul:AssignPathToCurrentApplication +DialogModul:CheckControlPath +DialogModul:CheckInputPaths +DialogModul:CheckMSImportAvailability +DialogModul:CheckTextBoxPath +DialogModul:FillStep_InputPaths +DialogModul:FillStep_Progress +DialogModul:FillStep_Summary +DialogModul:FillStep_Welcome +DialogModul:FillUpApplicationList +DialogModul:FinalizeDialogButtons +DialogModul:GetFilterTracingLogPath +DialogModul:InitializePathsforCurrentApplication +DialogModul:InitializeProgressPage +DialogModul:MakeSummaryString +DialogModul:SaveStep_InputPath +DialogModul:SetProgressDisplay +DialogModul:SetupMSConfiguration +DialogModul:SetupXMLConfiguration +DialogModul:TakoverFolderName +DialogModul:ToggleInputPaths +Language +Language:GetApplResourceArray +Language:LoadLanguage +FilesModul +FilesModul:AddCollectionPath +FilesModul:AddFilterNameToPathItem +FilesModul:AddListtoFilesList +FilesModul:AddLogStatistics +FilesModul:CheckIfMacroExists +FilesModul:CheckIfToAddPathToCollection +FilesModul:CheckPassWordProtection +FilesModul:CollectPaths +FilesModul:ConcatComment +FilesModul:ConvertAllDocuments +FilesModul:CreateLogDocument +FilesModul:CreateLogTable +FilesModul:GetApplicationIndex +FilesModul:GetFilterName +FilesModul:GetFilterTracingLogPath +FilesModul:GetSize +FilesModul:GetTargetTemplatePath +FilesModul:InsertCommandButtonatViewCursor +FilesModul:InsertCommentToLogCell +FilesModul:InsertHyperLinkToLogCell +FilesModul:InsertSourceUrlToLogDocument +FilesModul:InsertTargetUrlToLogDocument +FilesModul:InterruptProcess +FilesModul:MergeRange +FilesModul:OpenLogDocument +FilesModul:ReadCollectionPaths +FilesModul:SearchArrayforPartString +FilesModul:SetExtension +API +API:GetDefaultPath +API:GetTemplateDefaultPath +API:OpenRegKey +API:QueryValue +API:QueryValueEx +MemoryUsage +MemoryUsage:MemoryUsage.updateMemoryUsage +MemoryUsage:memusage.bsh +Schedule +OwnEvents +OwnEvents:CalcmdInsertData +OwnEvents:CalCreateDateStrOfInput +OwnEvents:CalGetNameOfEvent +OwnEvents:CalLoadOwnData +OwnEvents:CalSaveOwnData +OwnEvents:CheckInsertedDates +OwnEvents:GetDateUnits +OwnEvents:GetOwnMonth +OwnEvents:GetSelectedDateUnits +OwnEvents:Main +CalendarMain +CalendarMain:AddNumberFormat +CalendarMain:CalAutopilotTable +CalendarMain:CalChooseCalendar +CalendarMain:CalcmdCancel +CalendarMain:CalcmdOk +CalendarMain:SetupNumberFormatter +BankHoliday +BankHoliday:AddFollowUpHolidays +BankHoliday:CalEasterTable +BankHoliday:CalGetIntOfShortMonthName +BankHoliday:CalInitGlobalVariablesDate +BankHoliday:CalInsertBankholiday +BankHoliday:CalInsertOwnDataInTables +BankHoliday:CalMaxDayInMonth +BankHoliday:CalOrthodoxEasterTable +BankHoliday:GetMonthDate +BankHoliday:GetNextWeekDay +BankHoliday:Main +DlgControl +DlgControl:CalClearInputMask +DlgControl:CalcmdDeleteSelect +DlgControl:CalmdSwitchOwnDataOrGeneral +DlgControl:CalMouseMoved +DlgControl:CalSaveOwnEventControls +DlgControl:CalUpdateNewEventFrame +DlgControl:Main +DlgControl:MouseLeavesImage +DlgControl:SelectState +DlgControl:ToggleInsertButton +Language +Language:LoadLanguage +CreateTable +CreateTable:CalCreateMonthTable +CreateTable:CalCreateYearTable +CreateTable:FormatCalCells +GermanHolidays +GermanHolidays:CalFindWholeYearHolidays_GERMANY +GermanHolidays:CalGetGermanLandAtMousePos +GermanHolidays:Main +LocalHolidays +LocalHolidays:CalculateChineseNewYear +LocalHolidays:CalculateJapaneseAutumnDay +LocalHolidays:CalculateJapaneseSpringDay +LocalHolidays:CalculateturkishReligousHolidays +LocalHolidays:FindWholeYearHolidays_CN +LocalHolidays:FindWholeYearHolidays_DK +LocalHolidays:FindWholeYearHolidays_FI +LocalHolidays:FindWholeYearHolidays_FRANCE +LocalHolidays:FindWholeYearHolidays_GREEK +LocalHolidays:FindWholeYearHolidays_ITA +LocalHolidays:FindWholeYearHolidays_JP +LocalHolidays:FindWholeYearHolidays_NL +LocalHolidays:FindWholeYearHolidays_PL +LocalHolidays:FindWholeYearHolidays_PORT +LocalHolidays:FindWholeYearHolidays_RU +LocalHolidays:FindWholeYearHolidays_SPAIN +LocalHolidays:FindWholeYearHolidays_SWED +LocalHolidays:FindWholeYearHolidays_TRK +LocalHolidays:FindWholeYearHolidays_TW +LocalHolidays:FindWholeYearHolidays_US +LocalHolidays:Main +ScriptBindingLibrary +Template +ModuleAgenda +ModuleAgenda:CreateBookMarkCursor +ModuleAgenda:DeleteButtons +ModuleAgenda:FinishAgenda +ModuleAgenda:GetOptionValues +ModuleAgenda:Initialize +ModuleAgenda:LoadLanguageAgenda +ModuleAgenda:ModifyTemplate +ModuleAgenda:NewTopic +Correspondence +Correspondence:Database +Correspondence:GetFieldName +Correspondence:InsertDBField +Correspondence:InsertPlaceholder +Correspondence:LoadLanguageCorrespondence +Correspondence:Main +Correspondence:OK +Correspondence:Placeholder +Samples +Samples:CloseStyleDialog +Samples:KillTempFile +Samples:PrepareForEditing +Samples:RestoreCurrentStyles +Samples:SaveCurrentStyles +Samples:SelectStyle +Samples:ShowStyles +Autotext +Autotext:CreateBullet +Autotext:CreatePlaceholder +Autotext:CreateUserDatafield +Autotext:Main +Tools +ModuleControls +ModuleControls:AddFiltersToDialog +ModuleControls:DisposeControl +ModuleControls:GetControlGroupModel +ModuleControls:getControlModel +ModuleControls:GetControlShape +ModuleControls:getControlView +ModuleControls:GetFileName +ModuleControls:GetFolderName +ModuleControls:GetOptionGroupValue +ModuleControls:GetRefValue +ModuleControls:GetRefValueOfControlGroup +ModuleControls:LoadDialog +ModuleControls:SetOVERWRITEToAlways +ModuleControls:SetOVERWRITEToNever +ModuleControls:SetOVERWRITEToQuery +ModuleControls:ShowOverwriteAllDialog +ModuleControls:StoreDocument +ModuleControls:SwitchMousePointer +ModuleControls:WriteOptValueToCell +Strings +Strings:AddListtoList +Strings:ArrayfromMultiArray +Strings:ArrayOutOfString +Strings:BubbleSortList +Strings:CheckDouble +Strings:ClearArray +Strings:ClearMultiDimArray +Strings:CountCharsinString +Strings:DeleteStr +Strings:DirectoryNameoutofPath +Strings:ElimChar +Strings:FieldinArray +Strings:FieldinList +Strings:FileNameoutofPath +Strings:FindPartString +Strings:FindSecondValue +Strings:GetFileNameExtension +Strings:GetFileNameWithoutExtension +Strings:GetIndexForPartStringinMultiArray +Strings:GetIndexInMultiArray +Strings:GetValueoutofList +Strings:IndexinArray +Strings:LTRimChar +Strings:MultiArrayInListbox +Strings:PartStringInArray +Strings:Power +Strings:ReplaceString +Strings:Round +Strings:RTrimStr +Strings:StringInMultiArray +Misc +Misc:AddNewSheetName +Misc:AttachBasicMacroToEvent +Misc:CalIsLeapYear +Misc:ChangeCellValue +Misc:ChangeValueofRange +Misc:CheckNewSheetname +Misc:ConnecttoDatabase +Misc:CopySheetbyName +Misc:CreateNewDocument +Misc:CutPathView +Misc:DeleteInputCells +Misc:DispatchSlot +Misc:DisposeDocument +Misc:DuplicateRow +Misc:GetCellByName +Misc:GetColumnIndex +Misc:GetDocumentType +Misc:GetLastUsedRow +Misc:GetLocale +Misc:GetNumberFormatType +Misc:GetOfficeSubPath +Misc:GetPathSettings +Misc:GetProductname +Misc:GetPropertyValueIndex +Misc:GetRegistryKeyContent +Misc:GetResText +Misc:GetRowIndex +Misc:GetSheetIndex +Misc:GetStarOfficeLocale +Misc:GetStringofCellbyName +Misc:GetValueofCellbyName +Misc:InitResources +Misc:IsFatOffice +Misc:isHighContrast +Misc:Main +Misc:ModifyBorderLineWidth +Misc:ModifyPropertyValue +Misc:OpenDocument +Misc:ProtectSheets +Misc:RegisterNewDataSource +Misc:ReplaceRangeValues +Misc:RetrieveFileName +Misc:ShowNoOfficePathError +Misc:TaskonDesktop +Misc:ToggleDesignMode +Misc:ToggleWindow +Misc:UnprotectSheets +UCB +UCB:AddFileNameToList +UCB:AddFoldertoList +UCB:CopyRecursively +UCB:CreateFolder +UCB:GetRealFileContent +UCB:LoadDataFromFile +UCB:Main +UCB:ReadDirectories +UCB:RetrieveDocTitle +UCB:SaveDataToFile +UCB:ShowHelperDialog +Listbox +Listbox:AddSingleItemToListbox +Listbox:CopyListboxItems +Listbox:EmptyListbox +Listbox:FormMoveAll +Listbox:FormMoveSelected +Listbox:FormRemoveAll +Listbox:FormRemoveSelected +Listbox:FormSetMoveRights +Listbox:GetItemPos +Listbox:GetSelectedListboxItems +Listbox:InitializeListboxProcedures +Listbox:MergeList +Listbox:MoveOrderedSelectedListbox +Listbox:MoveSelectedListBox +Listbox:RemoveListboxItemByName +Listbox:RemoveListItems +Listbox:RemoveSelected +Listbox:SelectListboxItem +Listbox:SetNewSelection +Listbox:ToggleListboxControls +Debug +Debug:ActivateReadOnlyFlag +Debug:DeactivateReadOnlyFlag +Debug:FillDocument +Debug:printdbgInfo +Debug:ProtectCurrentSheets +Debug:SetBasicReadOnlyFlag +Debug:ShowArray +Debug:ShowAvailableServiceNames +Debug:ShowCommands +Debug:ShowElementNames +Debug:ShowNameValuePair +Debug:ShowPropertyValues +Debug:ShowSupportedServiceNames +Debug:WritedbgInfo +Debug:WriteDbgString +WordCount +WordCount:wordcount.bsh +pythonSamples +TableSample +TableSample:createTable +Untitled 1 +Standard diff --git a/testautomation/framework/tools/includes/toolbar_tools.inc b/testautomation/framework/tools/includes/toolbar_tools.inc index 63117227becc..66c6c27982d0 100755 --- a/testautomation/framework/tools/includes/toolbar_tools.inc +++ b/testautomation/framework/tools/includes/toolbar_tools.inc @@ -200,7 +200,8 @@ function hStandardbarItemGetCount() as integer '///<ul> dim iToolbarItemsCurrent as integer - const EXPECTED_TOOLBAR_ITEMCOUNT = 30 + const DEFAULT_TOOLBAR_ITEMCOUNT = 30 + const WEBLOG_PUBLISHER = 2 const CFN = "hStandardbarItemGetCount::" @@ -226,13 +227,14 @@ function hStandardbarItemGetCount() as integer ' violate Sun's patching policy. So StarSuite/StarOffice now have 30 or 31 ' items on the standardbar, OOo and its spinoffs have 30. - - if ( iToolbarItemsCurrent = EXPECTED_TOOLBAR_ITEMCOUNT ) then - printlog( CFN & "Correct number of items on the StandardBar. Good" ) - else - warnlog( CFN & "Expected: " & EXPECTED_TOOLBAR_ITEMCOUNT & _ - " entries, found: " & iToolbarItemsCurrent ) - endif + select case ( iToolbarItemsCurrent ) + case DEFAULT_TOOLBAR_ITEMCOUNT + printlog( CFN & "Default number of items found" ) + case DEFAULT_TOOLBAR_ITEMCOUNT + WEBLOG_PUBLISHER + printlog( CFN & "Default icons + Weblog publisher icons found" ) + case else + warnlog( CFN & "Number of icons is unexpected: " & iToolbarItemsCurrent ) + end select '///+<li>close the context menu</li> hMenuClose() diff --git a/testautomation/framework/tools/includes/wizards.inc b/testautomation/framework/tools/includes/wizards.inc index 274d862a8520..380f84141d34 100755 --- a/testautomation/framework/tools/includes/wizards.inc +++ b/testautomation/framework/tools/includes/wizards.inc @@ -31,328 +31,6 @@ '* '\****************************************************************************** -function hOpenWizardWithMenu( cType as string ) as integer - - const CFN = "hOpenWizardWithMenu::" - - '///<h3>Open a wizard via menu</h3> - '///<i>Starting point: Any plain document</i><br> - '///<i>Uses: framework/tools/input/menuentries.txt</i><br> - '///<u>Input</u>: - '///<ol> - '///+<li>Name of Wizard (string). Known Wizards are:</li> - '///<ul> - '///+<li>"LETTER"</li> - '///+<li>"FAX"</li> - '///+<li>"AGENDA"</li> - '///+<li>"PRESENTATION"</li> - '///+<li>"WEBPAGE"</li> - '///+<li>"DOCCONV"</li> - '///+<li>"EUROCONV"</li> - '///+<li>"ADDRESS"</li> - '///+<li>"MAILMERGE"</li> - '///</ul> - '///</ol> - '///<u>Returns</u>: - '///<ol> - '///+<li>Errorcode (integer)</li> - '///<ul> - '///+<li>0: The expected wizard is open</li> - '///+<li>1: No wizard is open</li> - '///+<li>2: The incorrect wizard is open</li> - '///+<li>3: The requested wizard is unknown to this function</li> - '///</ul> - '///</ol> - '///<u>Description</u>: - '///<ul> - - dim iMainMenuPosition as integer ' position in the main menu - dim iMenuPosition as integer ' the position of the menuentry - dim iWizardMenuPosition as integer ' the position of the wizards menu - dim iWizardID as integer ' a unique number to identify the wizard - dim iWait as integer ' time of the wizard to open - dim iOpen as integer ' identifier for the open dialog - dim brc as boolean ' some multi purpose boolean returnvalue - - hOpenWizardWithMenu() = 0 - - '///+<li>find out where in the menustructure the wizards are located</li> - printlog( "Requested Wizard: " & cType ) - iWizardID = hGetWizardParams( cType , "ID" ) - iMainMenuPosition = hGetWizardParams( cType , "MAIN" ) - iMenuPosition = hGetWizardParams( cType , "SUB" ) - iWizardMenuPosition = 4 ' This is the "Wizards" menuentry below "File" - - try - kontext "DocumentWriter" - hUseMenu() - - '///+<li>Open the 'File' menu</li> - printlog( CFN & "Open Menu at pos " & iMainMenuPosition ) - hMenuSelectNr( iMainMenuPosition ) - WaitSlot( 2000 ) - - '///+<li>if we are in the filemenu the wizards are below a submenu</li> - if ( iMainMenuPosition = 1 ) then - printlog( CFN & "Select wizards-submenu at pos " & iWizardMenuPosition ) - hMenuSelectNr( iWizardMenuPosition ) - WaitSlot( 2000 ) - else - printlog( CFN & "Wizard is not in File-Menu" ) - endif - - '///+<li>try to click the menuentry where we expect the wizard</li> - printlog( CFN & "Select " & cType & " wizard at pos " & iMenuPosition ) - hMenuSelectNr( iMenuPosition ) - WaitSlot( 2000 ) - brc = true - catch - ' we end up here, when the menuitems could not be accessed - printlog( CFN & "Error accessing menuentry for wizard" ) - hOpenWizardwithMenu() = 1 - brc = false - endcatch - - if ( not brc ) then - printlog( CFN & "Trying to open wizard using the slot" ) - select case iWizardId - case 1 : FileAutopilotLetter - case 2 : FileAutopilotFax - case 3 : FileAutopilotAgenda - case 4 : FileAutopilotPresentation - end select - endif - - '///+<li>wait for a wizard to open, iOpen is the number of the menuitem</li> - iOpen = hWaitForWizard() - - '///+<li>Verify that the correct wizard is open. iOpen should match iMenuPosition</li> - ' This works because the menu-positions are unique. BEWARE! - if ( iOpen <> iWizardID ) then - - qaerrorlog( CFN & "Incorrect Wizard is open, did the menu-order change?" ) - - hFinishWizard( 2 ) - hOpenWizardWithMenu() = 2 - - else - - hOpenWizardWithMenu() = 0 - - endif - '///</ul> - -end function - -'******************************************************************************* - -function hFinishWizard( iMode as integer ) as boolean - - const CFN = "hFinishWizard::" - - '///<h3>Finish or cancel a wizard</h3> - '///<i>Starting point: Any known wizard must be open</i><br> - '///<i>If several wizards are open at the same time the outcome is undefined</i><br> - '///<u>Input</u>: - '///<ol> - '///+<li>Closing method (integer). Valid options are:</li> - '///<ul> - '///+<li>1: Click Finish-Button</li> - '///+<li>2: Click Cancel-Button</li> - '///+<li>3: Use Accelerator for Finish-Button</li> - '///</ul> - '///</ol> - '///<u>Returns</u>: - '///<ol> - '///+<li>Errorcode (boolean)</li> - '///<ul> - '///+<li>TRUE: If everything is ok</li> - '///+<li>FALSE: On any error (including incorrect function parameters)</li> - '///</ul> - '///</ol> - '///<u>Description</u>: - '///<ul> - - '///+<li>Handle possible errors when invoking this function</li> - if ( ( iMode < 1 ) or ( iMode > 3 ) ) then - printlog( CFN & "Invalid iMode = " & iMode ) - hFinishWizard() = false - exit function - endif - - dim cAccel as string - dim iWait as integer - dim brc as boolean : brc = false - - - '///+<li>Try to close the wizard</li> - for iWait = 1 to 5 - - Kontext "AutopilotLetter" - if ( AutopilotLetter.exists() ) then - select case iMode - case 1 : hWaitForObject( FinishButton, 3000 ) : FinishButton.click() - case 2 : AutopilotLetter.cancel() - case 3 : cAccel = hGetAccel( "Finish_Wizard" ) - AutopilotLetter.typeKeys( cAccel ) - end select - brc = true - exit for - endif - - Kontext "AutopilotFax" - if ( AutopilotFax.exists() ) then - select case iMode - case 1 : hWaitForObject( FinishButton, 3000 ) : FinishButton.click() - case 2 : AutopilotFax.cancel() - case 3 : cAccel = hGetAccel( "Finish_Wizard" ) - AutopilotFax.typeKeys( cAccel ) - end select - brc = true - exit for - endif - - Kontext "AutopilotAgenda" - if ( AutopilotAgenda.exists() ) then - select case iMode - case 1 : hWaitForObject( createButton, 3000 ) : createButton.click() - case 2 : hWaitForObject( cancelButton, 3000 ) : cancelButton.click() - case 3 : cAccel = hGetAccel( "Finish_Wizard" ) - AutopilotAgenda.typeKeys( cAccel ) - end select - brc = true - exit for - endif - - Kontext "MailMergeWizard" - if ( MailMergeWizard.exists() ) then - select case iMode - case 1 : MailMergeWizard.OK() - case 2 : MailMergeWizard.Cancel() - case 3 : cAccel = hGetAccel( "Finish_Wizard" ) - MailMergeWizard.typeKeys( cAccel ) - end select - brc = true - exit for - endif - - Kontext "AutopilotPraesentation3" - if ( AutopilotPraesentation3.exists() ) then - select case iMode - case 1 : AutopilotPraesentation3.OK() - case 2 : AutopilotPraesentation3.Cancel() - case 3 : cAccel = hGetAccel( "Finish_Wizard" ) - AutopilotPraesentation3.typeKeys( cAccel ) - end select - brc = true - exit for - endif - - Kontext "AutoPilotEuroKonverter" - if ( AutoPilotEuroKonverter.exists() ) then - select case iMode - case 1 : hWaitForObject( Konvertieren, 3000 ) : Konvertieren.click() - case 2 : hWaitForObject( abbrechen , 3000 ) : abbrechen.click() - case 3 : cAccel = hGetAccel( "Finish_Wizard" ) - AutoPilotEuroKonverter.typeKeys( cAccel ) - end select - brc = true - exit for - endif - - next iWait - - '///+<li>Verify that no wizard is open anymore</li> - if ( brc ) then - printlog( CFN & "Closed wizard" ) - hFinishWizard() = true - else - qaerrorlog( CFN & "No (known) wizard is present to be closed" ) - hFinishWizard() = false - endif - '///</ul> - -end function - -'******************************************************************************* - -function hGetWizardParams( cType as string, cParam as string ) as integer - - const CFN = "hGetWizardParams::" - - '///<h3>Retrieve the location of a wizard in the menu</h3> - '///<i>Uses: framework/tools/input/menuentries.txt</i><br> - '///<i>Refer to inline documentation for further information</i><br> - '///<u>Input</u>: - '///<ol> - '///+<li>Name of Wizard (string). Valid options are:</li> - '///<ul> - '///+<li>"LETTER"</li> - '///+<li>"FAX"</li> - '///+<li>"AGENDA"</li> - '///+<li>"PRESENTATION"</li> - '///+<li>"WEBPAGE"</li> - '///+<li>"DOCCONV"</li> - '///+<li>"EUROCONV"</li> - '///+<li>"ADDRESS"</li> - '///+<li>"MAILMERGE"</li> - '///</ul> - '///+<li>Menu Position (string). Valid options are:</li> - '///<ul> - '///+<li>"ID" - This is a unique id for the wizard</li> - '///+<li>"MAIN" - Main menu position (e.g. "File"</li> - '///+<li>"SUB" - Position below main menu</li> - '///</ul> - '///</ol> - '///<u>Returns</u>: - '///<ol> - '///+<li>Position of a menu entry (integer)</li> - '///<ul> - '///+<li>0: Invalid function parameter</li> - '///+<li>1-n: Position of the item in the menu</li> - '///</ul> - '///</ol> - '///<u>Description</u>: - '///<ul> - - dim iParam as integer - - dim cInputArray( 200 ) as string - dim iArraySize as integer - - dim cFile as string - cFile = gTesttoolPath & "framework\tools\input\menuentries.txt" - cFile = convertpath( cFile ) - - '///+<li>Lowercase all function parameters</li> - cType = ucase( cType ) - cParam = ucase( cParam ) - - '///+<li>Read in the section containing the waizard parameters</li> - '///+<li>Retrieve the requested value from the section</li> - iArraySize = hGetDataFileSection( cFile , cInputArray() , ctype , "" , "" ) - if ( iArraySize = 3 ) then - - select case cParam - case "ID" - iParam = hGetValueForKeyAsInt( cInputArray() , "iWizardId" ) - case "MAIN" - iParam = hGetValueForKeyAsInt( cInputArray() , "iMainMenuPosition" ) - case "SUB" - iParam = hGetValueForKeyAsInt( cInputArray() , "iMenuPosition" ) - end select - - hGetWizardParams() = iParam - else - qaerrorlog( CFN & "hGetDataFileSection returned invalid data" ) - hGetWizardParams() = 0 - endif - '///</ul> - -end function - -'******************************************************************************* - function hWaitForWizard() as integer const CFN = "hWaitForWizard::" diff --git a/testautomation/framework/tools/input/menuentries.txt b/testautomation/framework/tools/input/menuentries.txt deleted file mode 100755 index e1517412bc26..000000000000 --- a/testautomation/framework/tools/input/menuentries.txt +++ /dev/null @@ -1,50 +0,0 @@ -# This file contains the position of the menuentries for all -# wizards ∧assigns them a unique number -# iWizardId = Unique number -# iMenuPosition = Position below the main menu entry -# iMainMenuPosition = Position ∈main menu, e.g. "File" - -[LETTER] -iWizardID=1 -iMenuPosition=1 -iMainMenuPosition=1 - -[FAX] -iWizardID=2 -iMenuPosition=2 -iMainMenuPosition=1 - -[AGENDA] -iWizardID=3 -iMenuPosition=3 -iMainMenuPosition=1 - -[PRESENTATION] -iWizardID=4 -iMenuPosition=4 -iMainMenuPosition=1 - -[WEBPAGE] -iWizardID=5 -iMenuPosition=5 -iMainMenuPosition=1 - -[DOCCONV] -iWizardID=6 -iMenuPosition=6 -iMainMenuPosition=1 - -[EUROCONV] -iWizardID=7 -iMenuPosition=7 -iMainMenuPosition=1 - -[ADDRESS] -iWizardID=8 -iMenuPosition=8 -iMainMenuPosition=1 - -[MAILMERGE] -iWizardID=11 -iMenuPosition=11 -iMainMenuPosition=7 |