Searched refs:sepPos (Results 1 – 1 of 1) sorted by relevance
60 int sepPos = templocationURL.indexOf( "\\" ); in OfficeAttachment() local61 String firstPart = templocationURL.substring( 0, sepPos ); in OfficeAttachment()62 String lastPart = templocationURL.substring( sepPos + 1, templocationURL.length() ); in OfficeAttachment()
Completed in 14 milliseconds