Home
last modified time | relevance | path

Searched refs:defaultOpenOffice (Results 1 – 2 of 2) sorted by relevance

/aoo4110/test/testuno/source/org/openoffice/test/uno/
H A DUnoApp.java65 private static OpenOffice defaultOpenOffice = null; field in UnoApp
68 defaultOpenOffice = new OpenOffice();
69 defaultOpenOffice.addArgs("-nofirststartwizard", "-norestore", "-quickstart=no");
70 defaultOpenOffice.setUnoUrl(OpenOffice.DEFAULT_UNO_URL);
74 this.openOffice = defaultOpenOffice; in UnoApp()
/aoo4110/test/testuno/source/fvt/uno/ffc/
H A DFFCTest.java102 OpenOffice defaultOpenOffice = new OpenOffice(); in init() local
103 defaultOpenOffice.addArgs("-nofirststartwizard", "-norestore", "-quickstart=no"); in init()
104 defaultOpenOffice.setUnoUrl(OpenOffice.DEFAULT_UNO_URL); in init()
105 defaultOpenOffice.addArgs("-invisible", "-conversionmode", "-headless", "-hidemenu"); in init()
106 app = new UnoApp(defaultOpenOffice); in init()

Completed in 16 milliseconds