Home
last modified time | relevance | path

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

/aoo41x/main/scripting/java/org/openoffice/idesupport/
H A DOfficeInstallation.java52 path = path.replace('/', File.separatorChar); in OfficeInstallation()
60 path = path.replace(File.separatorChar, '/'); in OfficeInstallation()
87 name = name.replace(File.separatorChar, '/'); in getURL()
H A DSVersionRCFile.java168 path = path.replace(File.separatorChar, '/'); in toFileURL()
H A DJavaFinder.java237 path = path.replace(File.separatorChar, '.'); in findClassNames()
/aoo41x/test/testgui/source/bvt/gui/
H A DFileExport.java115 int sepIndex = apath.indexOf(File.separatorChar); in recursionfiles()
134 int sepIndex = apath.indexOf(File.separatorChar); in getrealoutpath()
135 int sepIndexLast = apath.lastIndexOf(File.separatorChar); in getrealoutpath()
226 result = new DataSheet(getFile("outputlog" + File.separatorChar in testSaveAs()
231 testedlogfile = abspre + "testgui" + File.separatorChar + "cases_tested.txt"; in testSaveAs()
/aoo41x/main/jurt/com/sun/star/comp/loader/
H A DRegistrationClassFinder.java93 && (p2.charAt(p2.length() - 1) == File.separatorChar in checkAccess()
94 || p.charAt(p2.length()) == File.separatorChar)) in checkAccess()
/aoo41x/main/i18npool/source/nativenumber/
H A Dnativenumbersupplier.cxx321 OUString numberChar, multiplierChar, decimalChar, minusChar, separatorChar; in NativeToAscii() local
326 separatorChar = OUString(SeparatorChar, NumberChar_Count); in NativeToAscii()
344 else if ((index = separatorChar.indexOf(str[i])) >= 0 && in NativeToAscii()
/aoo41x/main/connectivity/qa/complex/connectivity/
H A DFlatFileAccess.java74 …eWriter = new PrintWriter( new FileOutputStream( tableLocation + File.separatorChar + "dates.csv",… in before()
/aoo41x/main/qadevOOo/runner/convwatch/
H A DFileHelper.java212 File new_dir = new File(already_done + File.separatorChar + part); in makeDirectories()
/aoo41x/main/scripting/java/com/sun/star/script/framework/io/
H A DUCBStreamHandler.java274 return name.replace('.', File.separatorChar) + ".class"; in convertClassNameToFileName()
/aoo41x/main/scripting/workben/installer/
H A DXmlUpdater.java371 String dest = path + names[i].replace('/', File.separatorChar); in run()
/aoo41x/main/qadevOOo/runner/graphical/
H A DFileHelper.java243 File new_dir = new File(already_done + File.separatorChar + part); in makeDirectories()
/aoo41x/main/qadevOOo/runner/util/
H A Dutils.java219 File new_dir = new File(already_done + File.separatorChar + part); in make_Directories()

Completed in 204 milliseconds