Lines Matching refs:sURL
243 public void load(String sURL) in load() argument
245 load(sURL,new com.sun.star.beans.PropertyValue[0]); in load()
250 public void load(String sURL, com.sun.star.beans.PropertyValue[] lArguments) in load() argument
252 … com.sun.star.lang.XComponent xDocument = FunctionHelper.loadDocument(mxFrame,sURL,lArguments); in load()
280 public void exportHTML(String sURL) in exportHTML() argument
288 FunctionHelper.saveAsHTML(xDocument,sURL); in exportHTML()
388 String sURL = FunctionHelper.askUserForFileURL(DocumentView.this,true); in actionPerformed() local
389 if(sURL!=null) in actionPerformed()
390 DocumentView.this.load(sURL); in actionPerformed()
404 String sURL = FunctionHelper.askUserForFileURL(DocumentView.this,false); in actionPerformed() local
405 if(sURL!=null) in actionPerformed()
406 DocumentView.this.exportHTML(sURL); in actionPerformed()