Searched refs:openOffice (Results 1 – 3 of 3) sorted by relevance
49 private OpenOffice openOffice = null; field in UnoApp69 return openOffice; in getDefaultOpenOffice()76 public UnoApp(OpenOffice openOffice) { in UnoApp() argument77 this.openOffice = openOffice; in UnoApp()97 if (openOffice != null) { in start()98 openOffice.start(); in start()99 unoUrl = openOffice.getUnoUrl(); in start()131 if (openOffice != null) in close()132 openOffice.kill(); in close()140 if (openOffice != null) in close()[all …]
45 protected OpenOffice openOffice = null; field in VclApp51 public VclApp(OpenOffice openOffice) { in VclApp() argument52 this.openOffice = openOffice; 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()110 if (!openOffice.isRunning()) in stop()[all …]
121 OpenOffice openOffice = UnoApp.getDefaultOpenOffice(); in setUpConnection() local123 openOffice.addRegistryModifications( in setUpConnection()129 app = new UnoApp(openOffice); in setUpConnection()
Completed in 30 milliseconds