Home
last modified time | relevance | path

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

/trunk/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
454 If WriteResults(storeToDir, resultsFile, resultsTemplate, _
471 If WriteResults(storeToDir, resultsFile, resultsTemplate, _
512 WriteXMLOutput storeToDir, resultsFile, _
820 Set logWb = xl.Workbooks.Open(storeToDir & "\" & resultsFile)
961 logWb.SaveAs fileName:=storeToDir & "\" & resultsFile
2934 fileList As String, storeToDir As String, resultsFile As String, _
2948 storeToDir = ProfileGetItem("Analysis", COUTPUT_DIR, "", mIniFilePath)
[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
/trunk/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)
/trunk/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)
/trunk/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)

Completed in 326 milliseconds