Wizard.bas (e76eebc6) Wizard.bas (0c423017)
1Attribute VB_Name = "modWizard"
2'*************************************************************************
3'
4' Licensed to the Apache Software Foundation (ASF) under one
5' or more contributor license agreements. See the NOTICE file
6' distributed with this work for additional information
7' regarding copyright ownership. The ASF licenses this file
8' to you under the Apache License, Version 2.0 (the

--- 9 unchanged lines hidden (view full) ---

18' specific language governing permissions and limitations
19' under the License.
20'
21'*************************************************************************
22Option Explicit
23
24Global Const WIZARD_NAME = "Analysis"
25
1Attribute VB_Name = "modWizard"
2'*************************************************************************
3'
4' Licensed to the Apache Software Foundation (ASF) under one
5' or more contributor license agreements. See the NOTICE file
6' distributed with this work for additional information
7' regarding copyright ownership. The ASF licenses this file
8' to you under the Apache License, Version 2.0 (the

--- 9 unchanged lines hidden (view full) ---

18' specific language governing permissions and limitations
19' under the License.
20'
21'*************************************************************************
22Option Explicit
23
24Global Const WIZARD_NAME = "Analysis"
25
26'Implementation details - not required for localisation
26'Implementation details - not required for localization
27Public Const CWORD_DRIVER_FILE = "_OOoDocAnalysisWordDriver.doc"
28Public Const CEXCEL_DRIVER_FILE = "_OOoDocAnalysisExcelDriver.xls"
29Public Const CPP_DRIVER_FILE = "_OOoDocAnalysisPPTDriver.ppt"
30Public Const CRESULTS_TEMPLATE_FILE = "results.xlt"
31Public Const CISSUES_LIST_FILE = "issues.list"
32Public Const CANALYSIS_INI_FILE = "analysis.ini"
33Public Const CLAUNCH_DRIVERS_EXE = "LaunchDrivers.exe"
34Public Const CMSO_KILL_EXE = "msokill.exe"

--- 611 unchanged lines hidden ---
27Public Const CWORD_DRIVER_FILE = "_OOoDocAnalysisWordDriver.doc"
28Public Const CEXCEL_DRIVER_FILE = "_OOoDocAnalysisExcelDriver.xls"
29Public Const CPP_DRIVER_FILE = "_OOoDocAnalysisPPTDriver.ppt"
30Public Const CRESULTS_TEMPLATE_FILE = "results.xlt"
31Public Const CISSUES_LIST_FILE = "issues.list"
32Public Const CANALYSIS_INI_FILE = "analysis.ini"
33Public Const CLAUNCH_DRIVERS_EXE = "LaunchDrivers.exe"
34Public Const CMSO_KILL_EXE = "msokill.exe"

--- 611 unchanged lines hidden ---