Searched refs:OfficeInstallation (Results 1 – 11 of 11) sorted by relevance
38 import org.openoffice.idesupport.OfficeInstallation;57 OfficeInstallation orig = panel.getSelectedPath(); in SelectPathVisualPanel()63 OfficeInstallation oi = (OfficeInstallation)enumer.nextElement(); in SelectPathVisualPanel()102 OfficeInstallation oi = in installationsComboBoxActionPerformed()103 (OfficeInstallation)installationsComboBox.getSelectedItem(); in installationsComboBoxActionPerformed()199 OfficeInstallation oi = new OfficeInstallation(path, path); in browseButtonActionPerformed()
42 import org.openoffice.idesupport.OfficeInstallation;57 private OfficeInstallation office;124 public void setSelectedPath(OfficeInstallation oi) { in setSelectedPath()129 public OfficeInstallation getSelectedPath() { in getSelectedPath()
36 import org.openoffice.idesupport.OfficeInstallation;65 OfficeInstallation oi; in initialize()68 oi = (OfficeInstallation)enum.nextElement(); in initialize()90 public OfficeInstallation getOfficeDirectory() { in getOfficeDirectory()91 return (OfficeInstallation)getProperty(OFFICE_DIRECTORY); in getOfficeDirectory()94 public void setOfficeDirectory(OfficeInstallation oi) { in setOfficeDirectory()
36 import org.openoffice.idesupport.OfficeInstallation;116 return ((OfficeInstallation)getValue()).getPath(); in getAsText()120 OfficeInstallation oi = new OfficeInstallation(path); in setAsText()
68 private OfficeInstallation defaultversion = null;99 public OfficeInstallation getDefaultVersion() throws IOException { in getDefaultVersion()146 OfficeInstallation oi = new OfficeInstallation(name, path); in load()228 OfficeInstallation oi = (OfficeInstallation)enumer.nextElement(); in main()
28 public class OfficeInstallation implements java.io.Serializable { class38 public OfficeInstallation(String path) { in OfficeInstallation() method in OfficeInstallation42 public OfficeInstallation(String name, String path) { in OfficeInstallation() method in OfficeInstallation
163 OfficeInstallation oi = (OfficeInstallation)offices.nextElement(); in getClassLoader()
77 OfficeInstallation oi = new OfficeInstallation(officePath); in main()
32 import org.openoffice.idesupport.OfficeInstallation;45 OfficeInstallation oi = (OfficeInstallation) in installed()
40 import org.openoffice.idesupport.OfficeInstallation;64 OfficeInstallation oi = OfficeSettings.getDefault().getOfficeDirectory(); in parse()
52 import org.openoffice.idesupport.OfficeInstallation;75 final OfficeInstallation oi = OfficeSettings.getDefault().getOfficeDirectory(); in getPopupPresenter()
Completed in 38 milliseconds