Searched refs:storeToDir (Results 1 – 5 of 5) sorted by relevance
/trunk/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 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 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
|
/trunk/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)
|
/trunk/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)
|
/trunk/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)
|
Completed in 70 milliseconds