Searched defs:storeUrl (Results 1 – 5 of 5) sorted by relevance
50 String storeUrl; field in _XStorable
114 private void saveFormatTo(String filterName, String storeUrl) throws Exception { in saveFormatTo()
89 String storeUrl = Testspace.getUrl("temp/" + fileName + "." + extName); in saveFileAs() local
531 String storeUrl = Testspace.getUrl(scTempDir + fileName + "." + extName); in saveFileAs() local
479 protected void storeDocComponent(XComponent xDoc, String storeUrl) in storeDocComponent()