Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java92 public static String deleteLastSlashfromUrl(String _sPath) in deleteLastSlashfromUrl() method in FileAccess
119 ResultPath = deleteLastSlashfromUrl(ResultPath); in getOfficePath()
198 ResultPath = deleteLastSlashfromUrl(ResultPath); in getOfficePath()
/AOO41X/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogImpl.java1130 sTemplatePath = FileAccess.deleteLastSlashfromUrl(sTemplatePath); in initializeNorms()
1140 sMainPath = FileAccess.deleteLastSlashfromUrl(sMainPath); in initializeNorms()
1154 … sLocLetterPath = FileAccess.deleteLastSlashfromUrl(nameList1[i] + sLetterSubPath); in initializeNorms()