Searched refs:openOffice (Results 1 – 3 of 3) sorted by relevance
49 private OpenOffice openOffice = null; field in UnoApp66 OpenOffice openOffice = new OpenOffice(); in getDefaultOpenOffice() local67 openOffice.addArgs("-nofirststartwizard", "-norestore", "-quickstart=no"); in getDefaultOpenOffice()68 openOffice.setUnoUrl(OpenOffice.DEFAULT_UNO_URL); in getDefaultOpenOffice()69 return openOffice; in getDefaultOpenOffice()73 this.openOffice = getDefaultOpenOffice(); in UnoApp()76 public UnoApp(OpenOffice openOffice) { in UnoApp() argument77 this.openOffice = openOffice; in UnoApp()97 if (openOffice != null) { in start()98 openOffice.start(); in start()[all …]
45 protected OpenOffice openOffice = null; field in VclApp51 public VclApp(OpenOffice openOffice) { in VclApp() argument52 this.openOffice = openOffice; in VclApp()53 … this.communicationManager = new CommunicationManager("127.0.0.1", openOffice.getAutomationPort()); in VclApp()63 openOffice.kill(); in clean()64 openOffice.cleanUserInstallation(); in clean()68 openOffice.start(); in start()97 if (openOffice != null) { in quit()101 return !openOffice.isRunning(); in quit()109 if (openOffice != null) { in stop()[all …]
121 OpenOffice openOffice = UnoApp.getDefaultOpenOffice(); in setUpConnection() local123 openOffice.addRegistryModifications( in setUpConnection()129 app = new UnoApp(openOffice); in setUpConnection()