1 function hGetFileLocationAPI() as string
2 function hGetDocTypeAPI() as string
3 function listdebug( lsList() as string , cComment as string ) as integer
4 function initlistdebug( cComment as string ) as integer
5 function listmoveitem( source() as string, target() as string, itemid as integer ) as integer
6 function listconvertpath( lsList() as string ) as integer
7 function listInsertSection( lsList() as string, cSection as string ) as integer
8 function CheckAsianLanguageSupport( sSupport as String ) as String
9 function fStartupNavigator(navigatorItem as String , subItemNum as Integer)
10 function fCloseNavigator
11 function fGetCountryName( CountryID as Integer ) as String
12 function hToolsCustomizeOpen() as boolean
13 function hToolsCustomizeSelectTab( cTab as string ) as boolean
14 function hToolsCustomizeClose( iMode as integer ) as boolean
15 function hToolsCustomizeAddNewMenu( cName as string, bMode as boolean ) as boolean
16 function hDeselectSeparator() as integer
17 function hClickCommandButton( iItemToClick as integer ) as boolean
18 function hFileOpenMultiSelect( iArray() as integer ) as integer
19 function hSaveLoadDelSuccess( cFile as string ) as integer
20 function hLoadFileExpectSuccess( fpath as string ) as boolean
21 function hLoadFileExpectFailure( fpath as string ) as boolean
22 function hSaveFileExpectSuccess( fpath as string , bReplace as boolean ) as boolean
23 function hSaveFileExpectFailure( fpath as string , errortype as integer ) as boolean
24 function hCreateDirectoryExpectSuccess( dirname as string ) as boolean
25 function hDeleteFileViaFileOpen( cFile as String ) as boolean
26 function hGetFileCountViaFileOpen() as integer
27 function hNameGen_append( iDecChar as long ) as string
28 function hNameGen_lead( iDecChar as long ) as string
29 function hGetRelPath( cStartDir, cFileName as String ) as string
30 function hFindFileObjectViaFileOpen( cName as string ) as integer
31 function hGetControlParams( cParam as string ) as integer
32 function hGetControlName( iControl as integer ) as string
33 function hInsertControl( iControl as integer ) as string
34 function hDrawControlOnDialog( iControl as integer ) as string
35 function hDrawControl( xPos as integer, yPos as integer, xEnd as integer, yEnd as integer ) as boolean
36 function hGetControlPosXO( iControl as integer ) as integer
37 function hGetControlPosYO( iControl as integer ) as integer
38 function hGetControlPosXE( iControl as integer ) as integer
39 function hGetControlPosYE( iControl as integer ) as integer
40 function hGetControlPosXM( iControl as integer ) as integer
41 function hGetControlPosYM( iControl as integer ) as integer
42 function hSelectControl( iControl as integer ) as boolean
43 function hOpenHelp() as boolean
44 function hCloseHelp() as boolean
45 function hSelectHelpTab( cTab as string ) as boolean
46 function hUseBookmarksContextMenu( cAction as string ) as boolean
47 function hHelpGetAboutItemCount() as integer
48 function hHelpGetSearchIndexItemCount() as integer
49 function hGetHelpContentHeader( iLength as integer ) as string
50 function hGetI18nData( cSection as string, cLanguage as string ) as string
51 function hGetTwoDigitLangCode( iLanguage as integer ) as string
52 function hTestLocale() as boolean
53 function hInitSingleDoc() as boolean
54 function hInitBackingMode() as boolean
55 function hInitWriteDocIdentifier( cString as string ) as boolean
56 function hBatchLoadJavaFiles( aFileList() , cIdent as string )
57 function hFindCopyRemoveJavaLogs( cSourcePath as string ) as boolean
58 sub GetPathList ( ls1 () as String, ls2 () as String, ls3 () as String )
60 function URLGraphicCheck ( bRelativ as Boolean, sFile as String )
61 sub DialogTestForViewOptions
62 sub DialogTextForViewOptions_move
63 sub MouseTestForViewOptions
66 sub DeleteColor( cColorName as String )
67 sub modifyColorRGB_PGUP( iColor as Integer )
68 sub createNewColor( aColor() as String )
69 sub getColorRGB( aColor() as String )
70 sub compareTwoColorsRGB( aColor() as String )
71 sub ModifyColorRGB( aColor() as String )
72 function hOpenPropertyBrowser() as boolean
73 function hClosePropertyBrowser() as boolean
74 function hPBSetControlName( cControl as string ) as boolean
75 function hPBGetControlName( cControl as string ) as boolean
76 function hCheckPropertyPresence ( cSetting as string , iPos as integer ) as boolean
77 function hSetPBTabPage( iPage as integer ) as boolean
78 function hSetLabelName( sLabelName as string ) as boolean
79 function hWaitForObject( oControl as object, iTime as integer ) as integer
80 function hGetPrivateHttpServer( _proxy as string, _port as string ) as boolean
81 function hGetPrivateFtpServer( _proxy as string, _port as string ) as boolean
82 function hGetPrivateSocksServer( _proxy as string, _port as string ) as boolean
83 function hGetPrivateInputPath( bVerbose as boolean ) as string
84 function hGetPrivateInputFile( bVerbose as boolean ) as string
85 function hCreateScriptingObject( cName as string ) as boolean
86 function hRenameScriptingObject( cName as string ) as boolean
87 function hDeleteScript( cName as string , bSuccess as boolean ) as boolean
88 function hOpenScriptOrganizer( iDialog as integer ) as boolean
89 function hCloseScriptOrganizer() as boolean
90 function hOpenRunMacroDialog() as boolean
91 function hSelectXMLSecTab( cTab as string ) as boolean
92 function hGetPrinterPosition( cName as string, bWarn as boolean ) as integer
93 function hDelPrinter( cPrinterName as string ) as integer
94 function hGetSpadminPath() as string
95 function hShutdownOffice() as integer
96 function hOpenSpadmin() as boolean
97 function hWaitForSpAdmin() as boolean
98 function hCreateFaxDevice( cName as string ) as boolean
99 function hDocumentInfoSelectTab( cTabPage as string ) as boolean
100 function hFindTemplate( sTemplateName as string ) as integer
101 function hGetRefFilePath( cCategory as string, location as string) as string
102 function hSelectCategory( cCategory as string ) as boolean
103 function hSelectFileFolder( iFolder as integer , bVerbose as boolean ) as integer
104 function hGetFileFolderName( iFolder as integer ) as string
105 function hSelectDocumentObject( iTitle as integer , iMode as integer ) as string
106 function hIsTemplateDialogClosed() as boolean
107 function hIsObjectAFolder( iObjects as integer ) as boolean
108 function hDeleteUserTemplates() as integer
109 function hAccessStandardBar() as boolean
110 function hResetStandardBar() as boolean
111 function hStandardbarItemGetCount() as integer
112 function hToggleToolbarItem( iMenuPos as integer )
113 function hStandardbarLoadUrl() as boolean
114 function hStandardbarNewDialog()
115 function hStandardbarSaveAs()
116 function hSetProxies( HTTP_Server as string, HTTP_Port as string, FTP_Server as string, FTP_Port as string, NoProxyFor as string ) as integer
117 function hMaximizeDocument() as boolean
118 function hOpenWizardWithMenu( cType as string ) as integer
119 function hFinishWizard( iMode as integer ) as boolean
120 function hGetWizardParams( cType as string, cParam as string ) as integer
121 function hWaitForWizard() as integer
122 function hSetTemplateSavePath( cFile as string ) as integer
123 function hHandleSaveError() as integer
124 function hClickNextButton() as boolean