Home
last modified time | relevance | path

Searched refs:officePath (Results 1 – 5 of 5) sorted by relevance

/trunk/main/scripting/java/org/openoffice/idesupport/
H A DLocalOffice.java51 ClassLoader parent, String officePath, int port) in create() argument
54 path.addElement(officePath + "/program/classes/ridl.jar"); in create()
55 path.addElement(officePath + "/program/classes/jurt.jar"); in create()
56 path.addElement(officePath + "/program/classes/unoil.jar"); in create()
57 path.addElement(officePath + "/program/classes/juh.jar"); in create()
71 office.connect(officePath, port); in create()
85 protected void connect(String officePath, int port) in connect() argument
H A DCommandLineTools.java43 private static String officePath = null; field in CommandLineTools
51 if (officePath == null) in main()
57 officePath = sv.getDefaultVersion().getPath(); in main()
65 if (officePath == null) in main()
70 File officeDir = new File(officePath); in main()
74 "Error: Office Installation path not valid: " + officePath); in main()
77 OfficeInstallation oi = new OfficeInstallation(officePath); in main()
141 officePath = args[i+1]; in parseArgs()
/trunk/main/scripting/workben/installer/
H A DInstallWizard.java244 String officePath = null; in main() local
255 officePath = args[++i]; in main()
268 if (officePath == null && netbeansPath == null) in main()
289 if (officePath != null) { in main()
290 …XmlUpdater xud = new XmlUpdater(officePath, label, progressbar, bNetworkInstall, bBindingsInstall … in main()
/trunk/main/scripting/java/org/openoffice/idesupport/localoffice/
H A DLocalOfficeImpl.java77 protected void connect(String officePath, int port) in connect() argument
80 mOfficePath = officePath; in connect()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java795 String officePath = officeExecutable.substring(0, index); in validateAppExecutionCommand() local
796 File f = new File(officePath); in validateAppExecutionCommand()
799 "point to a valid system directory: " + officePath; in validateAppExecutionCommand()

Completed in 31 milliseconds