/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/ |
H A D | UninstallationImminentCtrl.java | 32 import org.openoffice.setup.SetupData.SetupDataProvider; 72 ProductDescription productData = SetupDataProvider.getProductDescription(); in beforeShow() 73 PackageDescription packageData = SetupDataProvider.getPackageDescription(); in beforeShow() 97 PackageDescription packageData = SetupDataProvider.getPackageDescription(); in afterShow()
|
H A D | InstallationCompletedCtrl.java | 34 import org.openoffice.setup.SetupData.SetupDataProvider; 50 ProductDescription productData = SetupDataProvider.getProductDescription(); in beforeShow() 82 … PackageDescription packageData = SetupDataProvider.getPackageDescription(); in duringShow()
|
H A D | InstallationImminentCtrl.java | 32 import org.openoffice.setup.SetupData.SetupDataProvider; 103 ProductDescription productData = SetupDataProvider.getProductDescription(); in beforeShow() 104 PackageDescription packageData = SetupDataProvider.getPackageDescription(); in beforeShow()
|
H A D | PrologueCtrl.java | 32 import org.openoffice.setup.SetupData.SetupDataProvider; 64 PackageDescription packageData = SetupDataProvider.getPackageDescription(); in duringShow() 143 … SetupDataProvider.setNewMacro("DIR", dir); // important for string replacement in duringShow()
|
H A D | ChooseComponentsCtrl.java | 32 import org.openoffice.setup.SetupData.SetupDataProvider; 87 PackageDescription packageData = SetupDataProvider.getPackageDescription(); in beforeShow() 104 PackageDescription packageData = SetupDataProvider.getPackageDescription(); in afterShow()
|
H A D | UninstallationCompletedCtrl.java | 31 import org.openoffice.setup.SetupData.SetupDataProvider; 49 ProductDescription productData = SetupDataProvider.getProductDescription(); in beforeShow()
|
H A D | ChooseUninstallationComponentsCtrl.java | 31 import org.openoffice.setup.SetupData.SetupDataProvider; 61 PackageDescription packageData = SetupDataProvider.getPackageDescription(); in afterShow()
|
H A D | ChooseUninstallationTypeCtrl.java | 32 import org.openoffice.setup.SetupData.SetupDataProvider; 81 PackageDescription packageData = SetupDataProvider.getPackageDescription(); in afterShow()
|
H A D | UninstallationOngoingCtrl.java | 32 import org.openoffice.setup.SetupData.SetupDataProvider; 71 PackageDescription packageData = SetupDataProvider.getPackageDescription(); in beforeShow()
|
H A D | ChooseInstallationTypeCtrl.java | 30 import org.openoffice.setup.SetupData.SetupDataProvider; 99 PackageDescription packageData = SetupDataProvider.getPackageDescription(); in afterShow()
|
H A D | UninstallationPrologueCtrl.java | 32 import org.openoffice.setup.SetupData.SetupDataProvider; 156 … PackageDescription packageData = SetupDataProvider.getPackageDescription(); in duringShow()
|
H A D | ChooseDirectoryCtrl.java | 33 import org.openoffice.setup.SetupData.SetupDataProvider; 130 …SetupDataProvider.setNewMacro("DIR", installDefaultDir.getPath()); // important for string replace… in afterShow()
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ |
H A D | SetupDataProvider.java | 37 public class SetupDataProvider { class 42 private SetupDataProvider() { in SetupDataProvider() method in SetupDataProvider
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | InstallChangeCtrl.java | 32 import org.openoffice.setup.SetupData.SetupDataProvider; 68 PackageDescription packageData = SetupDataProvider.getPackageDescription(); in checkInstallChange()
|
H A D | Controller.java | 30 import org.openoffice.setup.SetupData.SetupDataProvider; 222 …SetupDataProvider.setNewMacro("DIR", installData.getInstallDefaultDir()); // important for string … in checkForNewerVersion()
|
H A D | ModuleCtrl.java | 35 import org.openoffice.setup.SetupData.SetupDataProvider; 872 PackageDescription packageData = SetupDataProvider.getPackageDescription(); in defaultDatabaseAnalysis()
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/ |
H A D | ResourceManager.java | 26 import org.openoffice.setup.SetupData.SetupDataProvider; 110 value = SetupDataProvider.replaceMacros(value); in getString()
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/ |
H A D | LinuxInstaller.java | 32 import org.openoffice.setup.SetupData.SetupDataProvider; 135 ProductDescription productData = SetupDataProvider.getProductDescription(); in installPackage() 314 ProductDescription productData = SetupDataProvider.getProductDescription(); in uninstallPackage()
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ |
H A D | ChooseComponents.java | 31 import org.openoffice.setup.SetupData.SetupDataProvider; 75 DefaultMutableTreeNode root = SetupDataProvider.createTree(); in ChooseComponents()
|
H A D | ChooseUninstallationComponents.java | 31 import org.openoffice.setup.SetupData.SetupDataProvider; 76 DefaultMutableTreeNode root = SetupDataProvider.createTree(); in ChooseUninstallationComponents()
|