Searched refs:relPath (Results 1 – 6 of 6) sorted by relevance
54 $relPath = ".";58 $relPath = $3;59 $relPath =~ s#\w+#\.\.#go;62 $relPath = "\.\.\/$relPath";66 $relToSource = "\.\.\/$relPath";69 $relToSource = $relPath; 75 $relPath = "\.\.";82 $relToSource = $relPath; 99 s#((http:\/\/api\.openoffice\.org\/)(common\/ref[^\"]+))#$relPath\/$3#go;111 s#((http:\/\/api\.openoffice\.org\/)(design_guide.html))#$relPath\/www\/$3#go;[all …]
274 OUString relPath(relPath_); in makeURL() local275 if (relPath.getLength() > 0 && relPath[ 0 ] == '/') in makeURL()276 relPath = relPath.copy( 1 ); in makeURL()277 if (relPath.getLength() > 0) in makeURL()284 relPath = encodeForRcFile(relPath); in makeURL()289 relPath = ::rtl::Uri::encode( relPath, rtl_UriCharClassUric, in makeURL()293 buf.append( relPath ); in makeURL()
217 void getDirAndFileNames(File file, String relPath, in getDirAndFileNames() argument220 assure("does not exist: " + relPath, file.exists()); in getDirAndFileNames()222 dirs.add(relPath); in getDirAndFileNames()227 relPath + File.separator + subfile.getName(); in getDirAndFileNames()233 files.add(relPath); in getDirAndFileNames()
85 ::rtl::OUString const & baseURL, ::rtl::OUString const & relPath );94 ::rtl::OUString const & baseURL, ::rtl::OUString const & relPath );
134 ::rtl::OUString buildClassPathFromDirectory(const ::rtl::OUString & relPath);
130 rtl::OUString buildClassPathFromDirectory(const rtl::OUString & relPath);
Completed in 29 milliseconds