Home
last modified time | relevance | path

Searched defs:storeUrl (Results 1 – 5 of 5) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XStorable.java50 String storeUrl; field in _XStorable
/trunk/test/testuno/source/fvt/uno/sc/formula/
H A DTestFormulaRoundTrip.java114 private void saveFormatTo(String filterName, String storeUrl) throws Exception { in saveFormatTo()
/trunk/test/testuno/source/testlib/uno/
H A DSDUtil.java89 String storeUrl = Testspace.getUrl("temp/" + fileName + "." + extName); in saveFileAs() local
H A DSCUtil.java531 String storeUrl = Testspace.getUrl(scTempDir + fileName + "." + extName); in saveFileAs() local
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java479 protected void storeDocComponent(XComponent xDoc, String storeUrl) in storeDocComponent()