Searched refs:unoUrl (Results 1 – 6 of 6) sorted by relevance
50 private String unoUrl = null; field in UnoApp79 public UnoApp(String unoUrl) { in UnoApp() argument80 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()
83 private String unoUrl = null; field in OpenOffice252 return unoUrl; in getUnoUrl()259 public void setUnoUrl(String unoUrl) { in setUnoUrl() argument260 this.unoUrl = unoUrl; in setUnoUrl()310 if (unoUrl != null) in start()311 cmds.add("-accept=" + unoUrl); in start()
70 public void init(String unoUrl) { in init() argument71 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()
362 public static UnoUrl parseUnoUrl(String unoUrl) in parseUnoUrl() argument365 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()
184 UnoUrl unoUrl = UnoUrl.parseUnoUrl(url); in execServer() local187 unoUrl.getConnectionAndParametersAsString()); in execServer()190 "", unoUrl.getProtocolAndParametersAsString(), connection, in execServer()
673 private XMultiComponentFactory getRemoteServiceManager(String unoUrl) throws java.lang.Exception in getRemoteServiceManager() argument696 Object initialObject = xUnoUrlResolver.resolve( unoUrl ); in getRemoteServiceManager()
Completed in 98 milliseconds