Searched refs:appHome (Results 1 – 2 of 2) sorted by relevance
100 public OpenOffice(String appHome) { in OpenOffice() argument101 if (appHome == null) in OpenOffice()102 appHome = System.getProperty("openoffice.home"); in OpenOffice()103 if (appHome == null) in OpenOffice()104 appHome = System.getenv("OPENOFFICE_HOME"); in OpenOffice()105 if (appHome == null) { in OpenOffice()111 appHome = file.getParentFile().getParentFile().getAbsolutePath(); in OpenOffice()117 if (appHome == null) { in OpenOffice()120 appHome = DEFAULT_HOME[i]; in OpenOffice()123 home = new File(appHome); in OpenOffice()[all …]
META-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...