Home
last modified time | relevance | path

Searched refs:OfficeSettings (Results 1 – 13 of 13) sorted by relevance

/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/options/
H A DOfficeSettingsBeanInfo.java48 new PropertyDescriptor(OfficeSettings.OFFICE_DIRECTORY, in getPropertyDescriptors()
49 OfficeSettings.class, in getPropertyDescriptors()
50 "get" + OfficeSettings.OFFICE_DIRECTORY, in getPropertyDescriptors()
51 "set" + OfficeSettings.OFFICE_DIRECTORY), in getPropertyDescriptors()
53 OfficeSettings.class, in getPropertyDescriptors()
57 OfficeSettings.class, in getPropertyDescriptors()
61 OfficeSettings.class, in getPropertyDescriptors()
64 new PropertyDescriptor(OfficeSettings.WARN_BEFORE_MOUNT, in getPropertyDescriptors()
65 OfficeSettings.class, in getPropertyDescriptors()
66 "get" + OfficeSettings.WARN_BEFORE_MOUNT, in getPropertyDescriptors()
[all …]
H A DOfficeSettings.java42 public class OfficeSettings extends SystemOption { class
86 public static OfficeSettings getDefault() { in getDefault()
87 return (OfficeSettings)findObject(OfficeSettings.class, true); in getDefault()
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DFrameworkJarChecker.java35 import org.openoffice.netbeans.modules.office.options.OfficeSettings;
41 OfficeSettings.getDefault().getOfficeDirectory().getPath()); in mountDependencies()
89 OfficeSettings.getDefault().getOfficeDirectory().getPath()); in unmountDependencies()
118 OfficeSettings settings = OfficeSettings.getDefault(); in warnBeforeMount()
H A DOfficeModule.java34 import org.openoffice.netbeans.modules.office.options.OfficeSettings;
48 OfficeSettings settings = OfficeSettings.getDefault(); in installed()
H A DManifestParser.java39 import org.openoffice.netbeans.modules.office.options.OfficeSettings;
64 OfficeInstallation oi = OfficeSettings.getDefault().getOfficeDirectory(); in parse()
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DDeployParcelAction.java57 import org.openoffice.netbeans.modules.office.options.OfficeSettings;
75 final OfficeInstallation oi = OfficeSettings.getDefault().getOfficeDirectory(); in getPopupPresenter()
197 OfficeSettings settings = OfficeSettings.getDefault(); in showNagDialog()
H A DOfficeDocumentSupport.java47 import org.openoffice.netbeans.modules.office.options.OfficeSettings;
89 OfficeSettings settings = OfficeSettings.getDefault(); in open()
H A DParcelSupport.java47 import org.openoffice.netbeans.modules.office.options.OfficeSettings;
99 OfficeSettings settings = OfficeSettings.getDefault(); in deploy()
H A DParcelFolderSupport.java57 import org.openoffice.netbeans.modules.office.options.OfficeSettings;
243 OfficeSettings settings = OfficeSettings.getDefault(); in getConfigureClasspath()
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/nodes/
H A DOfficeDocumentChildren.java36 import org.openoffice.netbeans.modules.office.options.OfficeSettings;
122 OfficeSettings settings = OfficeSettings.getDefault(); in destroy()
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/
H A DSelectPathPanel.java41 import org.openoffice.netbeans.modules.office.options.OfficeSettings;
61 office = OfficeSettings.getDefault().getOfficeDirectory(); in SelectPathPanel()
H A DSelectPathVisualPanel.java39 import org.openoffice.netbeans.modules.office.options.OfficeSettings;
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/resources/
H A DBundle.properties31 …dExternalToolSettings/org-openoffice-netbeans-modules-office-options-OfficeSettings.instance=Offic…
33 Services/org-openoffice-netbeans-modules-office-resources-OfficeSettings.settings=Office Settings

Completed in 41 milliseconds