Searched refs:storeToDir (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/migrationanalysis/src/driver_docs/sources/ |
| H A D | AnalysisDriver.bas | 321 Dim storeToDir As String variable 344 SetupWizardVariables fileList, storeToDir, resultsFile, _ 366 If fso.FileExists(storeToDir & "\" & resultsFile) Then 367 If Not GetPrepareFilesToAnalyze(storeToDir & "\" & resultsFile, myFiles, fso) Then 435 myAnalyser.DoAnalyse myFiles.item(index), mUserFormTypesDict, startDir, storeToDir, fso 454 If WriteResults(storeToDir, resultsFile, resultsTemplate, _ 471 If WriteResults(storeToDir, resultsFile, resultsTemplate, _ 501 Function WriteResults(storeToDir As String, resultsFile As String, resultsTemplate As String, _ 512 WriteXMLOutput storeToDir, resultsFile, _ 518 WriteXLSOutput storeToDir, resultsFile, fso.GetAbsolutePathName(resultsTemplate), _ [all …]
|
| H A D | CommonMigrationAnalyser.bas | 1059 Function GetPreparedFullPath(sourceDocPath As String, startDir As String, storeToDir As String, _ 1074 If Right(storeToDir, 1) <> "\" Then 1075 preparedPath = storeToDir & "\" & CSTR_COMMON_PREPARATION_FOLDER & "\" & preparedPath 1077 preparedPath = storeToDir & CSTR_COMMON_PREPARATION_FOLDER & "\" & preparedPath
|
| /AOO41X/main/migrationanalysis/src/driver_docs/sources/powerpoint/ |
| H A D | MigrationAnalyser.cls | 93 startDir As String, storeToDir As String, fso As FileSystemObject) 137 preparedFullPath = GetPreparedFullPath(mAnalysis.name, startDir, storeToDir, fso)
|
| /AOO41X/main/migrationanalysis/src/driver_docs/sources/word/ |
| H A D | MigrationAnalyser.cls | 122 startDir As String, storeToDir As String, fso As FileSystemObject) 206 preparedFullPath = GetPreparedFullPath(mAnalysis.name, startDir, storeToDir, fso)
|
| /AOO41X/main/migrationanalysis/src/driver_docs/sources/excel/ |
| H A D | MigrationAnalyser.cls | 131 startDir As String, storeToDir As String, fso As FileSystemObject) 188 preparedFullPath = GetPreparedFullPath(mAnalysis.name, startDir, storeToDir, fso)
|