Home
last modified time | relevance | path

Searched refs:storeToDir (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas321 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 DCommonMigrationAnalyser.bas1059 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 DMigrationAnalyser.cls93 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 DMigrationAnalyser.cls122 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 DMigrationAnalyser.cls131 startDir As String, storeToDir As String, fso As FileSystemObject)
188 preparedFullPath = GetPreparedFullPath(mAnalysis.name, startDir, storeToDir, fso)