Searched refs:openOffice (Results 1 – 3 of 3) sorted by relevance
48 private OpenOffice openOffice = null; field in UnoApp68 return openOffice; in getDefaultOpenOffice()75 public UnoApp(OpenOffice openOffice) { in UnoApp() argument76 this.openOffice = openOffice; in UnoApp()96 if (openOffice != null) { in start()97 openOffice.start(); in start()98 unoUrl = openOffice.getUnoUrl(); in start()127 if (openOffice != null) { in close()130 if (!openOffice.isRunning()) in close()138 if (openOffice != null && openOffice.isRunning()) 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 20 milliseconds