Home
last modified time | relevance | path

Searched refs:openOffice (Results 1 – 3 of 3) sorted by relevance

/trunk/test/testuno/source/org/openoffice/test/uno/
H A DUnoApp.java48 private OpenOffice openOffice = null; field in UnoApp
68 return openOffice; in getDefaultOpenOffice()
75 public UnoApp(OpenOffice openOffice) { in UnoApp() argument
76 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 …]
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclApp.java45 protected OpenOffice openOffice = null; field in VclApp
51 public VclApp(OpenOffice openOffice) { in VclApp() argument
52 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 …]
/trunk/test/testuno/source/fvt/uno/sd/file/
H A DCheckFileProperties.java121 OpenOffice openOffice = UnoApp.getDefaultOpenOffice(); in setUpConnection() local
123 openOffice.addRegistryModifications( in setUpConnection()
129 app = new UnoApp(openOffice); in setUpConnection()

Completed in 30 milliseconds