Searched refs:htmlFile (Results 1 – 4 of 4) sorted by relevance
40 private File htmlFile = null; field in OfficeAttachment135 htmlFile = new File( file ); in createTempDocs()183 htmlFile = null; in createTempDocs()192 htmlFile = null; in createTempDocs()220 htmlFile.delete(); in removeTempDocs()234 htmlFile.delete(); in removeTempDocs()255 htmlFile.delete(); in cleanUpOnError()266 htmlFile.delete(); in cleanUpOnError()296 attachments[0] = htmlFile; in getAttachments()309 attachments[0] = htmlFile; in getAttachments()
81 File htmlFile = new File(htmlDirectory, licenseFile); in createEditorPane() local82 if (! htmlFile.exists()) { in createEditorPane()83 System.err.println("Couldn't find file: " + htmlFile.toString()); in createEditorPane()89 editorPane.setPage(htmlFile.toURL()); in createEditorPane()
127 File htmlFile = new File(htmlDirectory, helpFileName); in createEditorPane() local128 if (! htmlFile.exists()) { in createEditorPane()129 System.err.println("Couldn't find file: " + htmlFile.toString()); in createEditorPane()135 editorPane.setPage(htmlFile.toURL()); in createEditorPane()
207 File htmlFile = new File(outputDir, "result.html"); in store() local210 FileUtil.storeXML(doc, htmlFile, is); in store()
Completed in 19 milliseconds