Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java71 String ResultPath = getOfficePath(xMSF, sPath, xSimpleFileAccess); in addOfficePath() local
74 String[] PathList = JavaTools.ArrayoutofString(ResultPath, PropertyNames.SEMI_COLON); in addOfficePath()
89 ResultPath += PropertyNames.SEMI_COLON + sAddPath; in addOfficePath()
116 String ResultPath = PropertyNames.EMPTY_STRING; in getOfficePath() local
118ResultPath = com.sun.star.uno.AnyConverter.toString(Helper.getUnoPropertyValue(xInterface, sPath)); in getOfficePath()
119 ResultPath = deleteLastSlashfromUrl(ResultPath); in getOfficePath()
120 return ResultPath; in getOfficePath()
144 String ResultPath = PropertyNames.EMPTY_STRING; in getOfficePath() local
181 ResultPath = WritePath; in getOfficePath()
192 ResultPath = ReadPaths[i]; in getOfficePath()
[all …]