Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java75 String ResultPath = getOfficePath(xMSF, sPath, xSimpleFileAccess); in addOfficePath() local
78 String[] PathList = JavaTools.ArrayoutofString(ResultPath, PropertyNames.SEMI_COLON); in addOfficePath()
93 ResultPath += PropertyNames.SEMI_COLON + sAddPath; in addOfficePath()
120 String ResultPath = PropertyNames.EMPTY_STRING; in getOfficePath() local
122ResultPath = com.sun.star.uno.AnyConverter.toString(Helper.getUnoPropertyValue(xInterface, sPath)); in getOfficePath()
123 ResultPath = deleteLastSlashfromUrl(ResultPath); in getOfficePath()
124 return ResultPath; in getOfficePath()
148 String ResultPath = PropertyNames.EMPTY_STRING; in getOfficePath() local
185 ResultPath = WritePath; in getOfficePath()
196 ResultPath = ReadPaths[i]; in getOfficePath()
[all …]