Home
last modified time | relevance | path

Searched refs:DEFAULT_UNO_URL (Results 1 – 4 of 4) sorted by relevance

/trunk/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java60 public static final String DEFAULT_UNO_URL = "socket,host=127.0.0.1,port=2002;urp"; field in OpenOffice
159 defaultInstance.setUnoUrl(DEFAULT_UNO_URL); in getDefault()
/trunk/test/testuno/source/org/openoffice/test/uno/
H A DUnoApp.java67 openOffice.setUnoUrl(OpenOffice.DEFAULT_UNO_URL); in getDefaultOpenOffice()
/trunk/test/testuno/source/pvt/uno/
H A DConversion.java92 aoo.setUnoUrl(OpenOffice.DEFAULT_UNO_URL); in beforeClass()
/trunk/test/testuno/source/fvt/uno/ffc/
H A DFFCTest.java104 defaultOpenOffice.setUnoUrl(OpenOffice.DEFAULT_UNO_URL); in init()