Home
last modified time | relevance | path

Searched refs:productData (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DSetupDataProvider.java40 static private ProductDescription productData; field in SetupDataProvider
50 return productData; in getProductDescription()
54 return productData.replaceMacros(s); in replaceMacros()
58 return productData.get(key); in getString()
62 productData.setNewMacro(key, value); in setNewMacro()
66 productData.dumpMacros(); in dumpMacros()
103 productData = new ProductDescription(rawData);
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInfoCtrl.java48 …static public String setReadyToInstallInfoText(ProductDescription productData, String htmlInfoText… in setReadyToInstallInfoText() argument
51 … htmlInfoText = htmlInfoText + "<b>Product</b>: " + productData.get("product_fullname") + "<br>"; in setReadyToInstallInfoText()
138 … static public String setInstallLogInfoText(ProductDescription productData, String htmlInfoText) { in setInstallLogInfoText() argument
141 … htmlInfoText = htmlInfoText + "<b>Product</b>: " + productData.get("product_fullname") + "<br>"; in setInstallLogInfoText()
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DUninstallationImminentCtrl.java72 ProductDescription productData = SetupDataProvider.getProductDescription(); in beforeShow() local
76 htmlInfoText = InfoCtrl.setReadyToInstallInfoText(productData, htmlInfoText); in beforeShow()
H A DUninstallationCompletedCtrl.java49 ProductDescription productData = SetupDataProvider.getProductDescription(); in beforeShow() local
79 htmlInfoText = InfoCtrl.setInstallLogInfoText(productData, htmlInfoText); in beforeShow()
H A DInstallationCompletedCtrl.java50 ProductDescription productData = SetupDataProvider.getProductDescription(); in beforeShow() local
75 htmlInfoText = InfoCtrl.setInstallLogInfoText(productData, htmlInfoText); in beforeShow()
H A DInstallationImminentCtrl.java103 ProductDescription productData = SetupDataProvider.getProductDescription(); in beforeShow() local
107 htmlInfoText = InfoCtrl.setReadyToInstallInfoText(productData, htmlInfoText); in beforeShow()
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/
H A DLinuxInstaller.java135 ProductDescription productData = SetupDataProvider.getProductDescription(); in installPackage() local
314 ProductDescription productData = SetupDataProvider.getProductDescription(); in uninstallPackage() local

Completed in 102 milliseconds