Home
last modified time | relevance | path

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

/AOO41X/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java146 String Template_writable = PropertyNames.EMPTY_STRING; in getOfficePath() local
160 Template_writable = (String) xPropertySet.getPropertyValue(sPath + "_writable"); in getOfficePath()
176 ReadPaths[t] = Template_writable; in getOfficePath()
177 WritePath = Template_writable; in getOfficePath()
218 String Template_writable = PropertyNames.EMPTY_STRING; in getOfficePaths() local
233 Template_writable = (String) xPropertySet.getPropertyValue(_sPath + "_writable"); in getOfficePaths()
255 aPathList.add(Template_writable); in getOfficePaths()