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
65 OpenOffice openOffice = new OpenOffice(); in getDefaultOpenOffice() local
66 openOffice.addArgs("-nofirststartwizard", "-norestore", "-quickstart=no"); in getDefaultOpenOffice()
67 openOffice.setUnoUrl(OpenOffice.DEFAULT_UNO_URL); in getDefaultOpenOffice()
68 return openOffice; in getDefaultOpenOffice()
72 this.openOffice = getDefaultOpenOffice(); in UnoApp()
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()
[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()
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 …]
/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()