Home
last modified time | relevance | path

Searched refs:extName (Results 1 – 4 of 4) sorted by relevance

/aoo4110/test/testuno/source/fvt/uno/sc/data/
H A DValidityTypeTest.java71 private String extName; field in ValidityTypeTest
144 String formula2, String extName) { in ValidityTypeTest() argument
153 this.extName = extName; in ValidityTypeTest()
200 SCUtil.saveFileAs(scComponent, "Validationtest", extName); in test()
202 scDocument, "Validationtest." + extName); in test()
/aoo4110/test/testuno/source/testlib/uno/
H A DSDUtil.java85 …public static void saveFileAs(XComponent sdComponent, String fileName, String extName) throws Exce… in saveFileAs() argument
89 String storeUrl = Testspace.getUrl("temp/" + fileName + "." + extName); in saveFileAs()
94 storeProps[0].Value = filterName.get(extName); in saveFileAs()
H A DSCUtil.java527 …public static void saveFileAs(XComponent scComponent, String fileName, String extName) throws Exce… in saveFileAs() argument
531 String storeUrl = Testspace.getUrl(scTempDir + fileName + "." + extName); in saveFileAs()
536 storeProps[0].Value = filterName.get(extName); in saveFileAs()
/aoo4110/test/testgui/source/testlib/gui/
H A DAppTool.java158 String extName = FileUtil.getFileExtName(path).toLowerCase(); in submitSaveDlg() local
166 if (extName.equals(f.substring(dotIndex + 1, f.length() - 1))) in submitSaveDlg()

Completed in 30 milliseconds