Home
last modified time | relevance | path

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

/aoo41x/main/scripting/examples/java/Newsgroup/
H A DOfficeAttachment.java44 private String templocationURL = ""; field in OfficeAttachment
55 templocationSystem = templocationURL = System.getProperty( "user.home" ); in OfficeAttachment()
58 while( templocationURL.indexOf( "\\" ) != -1 ) in OfficeAttachment()
60 int sepPos = templocationURL.indexOf( "\\" ); in OfficeAttachment()
61 String firstPart = templocationURL.substring( 0, sepPos ); in OfficeAttachment()
62 String lastPart = templocationURL.substring( sepPos + 1, templocationURL.length() ); in OfficeAttachment()
63 templocationURL = firstPart + "/" + lastPart; in OfficeAttachment()
101 String filenameURL = "file:///" + templocationURL + "/" + attachmentName; in createTempDocs()

Completed in 14 milliseconds