Home
last modified time | relevance | path

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

/aoo41x/main/scripting/examples/java/Newsgroup/
H A DOfficeAttachment.java46 private String attachmentName = ""; field in OfficeAttachment
76 attachmentName = storedDoc.getLocation(); in OfficeAttachment()
84 if( attachmentName.equalsIgnoreCase( "" ) ) in OfficeAttachment()
86 attachmentName = "Attachment"; in OfficeAttachment()
91 int lastSep = attachmentName.lastIndexOf( "/" ); in OfficeAttachment()
92 attachmentName = attachmentName.substring( lastSep + 1, attachmentName.length() ); in OfficeAttachment()
93 int dot = attachmentName.indexOf( "." ); in OfficeAttachment()
94 attachmentName = attachmentName.substring( 0, dot ); in OfficeAttachment()
101 String filenameURL = "file:///" + templocationURL + "/" + attachmentName; in createTempDocs()
128 if( homefiles[i].getName().equals( attachmentName + ".html" ) ) in createTempDocs()
[all …]

Completed in 13 milliseconds