Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java156 String[] ReadPaths = null; in getOfficePath() local
164 ReadPaths = new String[iNumEntries]; in getOfficePath()
168 ReadPaths[t] = Template_internal[i]; in getOfficePath()
173 ReadPaths[t] = Template_user[i]; in getOfficePath()
176 ReadPaths[t] = Template_writable; in getOfficePath()
187 for (int i = 0; i < ReadPaths.length; i++) in getOfficePath()
189 String tmpPath = ReadPaths[i] + sSearchDir; in getOfficePath()
192 ResultPath = ReadPaths[i]; in getOfficePath()

Completed in 23 milliseconds