Searched refs:storeUrl (Results 1 – 5 of 5) sorted by relevance
50 String storeUrl; field in _XStorable80 if (storeUrl != null) { in _getLocation()82 log.println(oObj.getLocation() + "--" + storeUrl); in _getLocation()84 storeUrl.equals(oObj.getLocation())); in _getLocation()105 if (storeUrl != null) { in _hasLocation()145 storeUrl = url; in _storeAsURL()150 storeUrl = null; in _storeAsURL()
59 storeUrl = xModel.getURL();60 storeUrl = storeUrl.substring(0,storeUrl.lastIndexOf('.'));67 xStorable.storeToURL(storeUrl+"_sheet"+(i+1)+".html", storeProps);
89 String storeUrl = Testspace.getUrl("temp/" + fileName + "." + extName); in saveFileAs() local101 sdStorable.storeAsURL(storeUrl, storeProps); in saveFileAs()
531 String storeUrl = Testspace.getUrl(scTempDir + fileName + "." + extName); in saveFileAs() local543 scStorable.storeAsURL(storeUrl, storeProps); in saveFileAs()
479 protected void storeDocComponent(XComponent xDoc, String storeUrl) in storeDocComponent() argument490 System.out.println("... store \"PrintDemo.odt\" to \"" + storeUrl + "\"."); in storeDocComponent()491 xStorable.storeAsURL(storeUrl, storeProps); in storeDocComponent()
Completed in 37 milliseconds