Home
last modified time | relevance | path

Searched refs:OfficeInstallation (Results 1 – 11 of 11) sorted by relevance

/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DSelectPathVisualPanel.java38 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()
H A DSelectPathPanel.java42 import org.openoffice.idesupport.OfficeInstallation;
57 private OfficeInstallation office;
124 public void setSelectedPath(OfficeInstallation oi) { in setSelectedPath()
129 public OfficeInstallation getSelectedPath() { in getSelectedPath()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/options/
H A DOfficeSettings.java36 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()
H A DOfficeSettingsBeanInfo.java36 import org.openoffice.idesupport.OfficeInstallation;
116 return ((OfficeInstallation)getValue()).getPath(); in getAsText()
120 OfficeInstallation oi = new OfficeInstallation(path); in setAsText()
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DSVersionRCFile.java68 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()
H A DOfficeInstallation.java28 public class OfficeInstallation implements java.io.Serializable { class
38 public OfficeInstallation(String path) { in OfficeInstallation() method in OfficeInstallation
42 public OfficeInstallation(String name, String path) { in OfficeInstallation() method in OfficeInstallation
H A DJavaFinder.java163 OfficeInstallation oi = (OfficeInstallation)offices.nextElement(); in getClassLoader()
H A DCommandLineTools.java77 OfficeInstallation oi = new OfficeInstallation(officePath); in main()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DOfficeModule.java32 import org.openoffice.idesupport.OfficeInstallation;
45 OfficeInstallation oi = (OfficeInstallation) in installed()
H A DManifestParser.java40 import org.openoffice.idesupport.OfficeInstallation;
64 OfficeInstallation oi = OfficeSettings.getDefault().getOfficeDirectory(); in parse()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DDeployParcelAction.java52 import org.openoffice.idesupport.OfficeInstallation;
75 final OfficeInstallation oi = OfficeSettings.getDefault().getOfficeDirectory(); in getPopupPresenter()

Completed in 30 milliseconds