Home
last modified time | relevance | path

Searched refs:unoUrl (Results 1 – 6 of 6) sorted by relevance

/trunk/test/testuno/source/org/openoffice/test/uno/
H A DUnoApp.java50 private String unoUrl = null; field in UnoApp
79 public UnoApp(String unoUrl) { in UnoApp() argument
80 this.unoUrl = unoUrl; in UnoApp()
98 unoUrl = openOffice.getUnoUrl(); in start()
104 …untime.queryInterface(XComponentContext.class, resolver.resolve("uno:" + unoUrl + ";StarOffice.Com… in start()
116 throw new RuntimeException("Failed to connect to uno url: " + unoUrl); in start()
/trunk/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java83 private String unoUrl = null; field in OpenOffice
252 return unoUrl; in getUnoUrl()
259 public void setUnoUrl(String unoUrl) { in setUnoUrl() argument
260 this.unoUrl = unoUrl; in setUnoUrl()
310 if (unoUrl != null) in start()
311 cmds.add("-accept=" + unoUrl); in start()
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTFilterOLEExtracter.java70 public void init(String unoUrl) { in init() argument
71 if (unoUrl == null || unoUrl.equals("")) { in init()
72 unoUrl = UNO_URL; in init()
74 debugln("Init with uno url=" + unoUrl); in init()
79 … System.err.println("Could not connect to the office '" + unoUrl + "'\n" + ex.getMessage()); in init()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DUnoUrl.java362 public static UnoUrl parseUnoUrl(String unoUrl) in parseUnoUrl() argument
365 String url = unoUrl; in parseUnoUrl()
380 …throw new com.sun.star.lang.IllegalArgumentException("'"+unoUrl+"' is an invalid Uno Url. " + FORM… in parseUnoUrl()
390 …throw new com.sun.star.lang.IllegalArgumentException("'"+unoUrl+"' is an invalid Uno Url. " + FORM… in parseUnoUrl()
/trunk/main/bridges/test/java_uno/acquire/
H A DTestAcquire.java184 UnoUrl unoUrl = UnoUrl.parseUnoUrl(url); in execServer() local
187 unoUrl.getConnectionAndParametersAsString()); in execServer()
190 "", unoUrl.getProtocolAndParametersAsString(), connection, in execServer()
/trunk/main/xmlsecurity/tools/uno/
H A DTestTool.java673 private XMultiComponentFactory getRemoteServiceManager(String unoUrl) throws java.lang.Exception in getRemoteServiceManager() argument
696 Object initialObject = xUnoUrlResolver.resolve( unoUrl ); in getRemoteServiceManager()

Completed in 40 milliseconds