Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java160 String[] ReadPaths = null; in getOfficePath() local
168 ReadPaths = new String[iNumEntries]; in getOfficePath()
172 ReadPaths[t] = Template_internal[i]; in getOfficePath()
177 ReadPaths[t] = Template_user[i]; in getOfficePath()
180 ReadPaths[t] = Template_writable; in getOfficePath()
191 for (int i = 0; i < ReadPaths.length; i++) in getOfficePath()
193 String tmpPath = ReadPaths[i] + sSearchDir; in getOfficePath()
196 ResultPath = ReadPaths[i]; in getOfficePath()

Completed in 19 milliseconds