Searched refs:_url (Results 1 – 5 of 5) sorted by relevance
50 private String _url; field in ConnectionAwareClient58 _url = url; in ConnectionAwareClient()163 String a[] = parseUnoUrl( _url ); in getComponentLoader()166 throw new com.sun.star.uno.Exception( "Couldn't parse uno-url "+ _url ); in getComponentLoader()
71 public void setUrl(final String _url) in setUrl() argument73 url = _url; in setUrl()
77 public void storeAsURL( final String _url ) throws IOException in storeAsURL() argument79 m_storeDoc.storeAsURL( _url, new PropertyValue[] { } ); in storeAsURL()
158 public XDispatch queryDispatch(com.sun.star.util.URL _url, String _str, int _param) in queryDispatch() argument160 return m_dispatchProvider.queryDispatch( _url, _str, _param ); in queryDispatch()
124 public void setURL(String _url){ in setURL() argument125 url = _url; in setURL()
Completed in 43 milliseconds