Home
last modified time | relevance | path

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

/trunk/main/solenv/bin/
H A Dconvertlinks.pl54 $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 …]
/trunk/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx274 OUString relPath(relPath_); in makeURL() local
275 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()
/trunk/main/sw/qa/complex/writer/
H A DLoadSaveTest.java217 void getDirAndFileNames(File file, String relPath, in getDirAndFileNames() argument
220 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()
/trunk/main/desktop/source/deployment/inc/
H A Ddp_misc.h85 ::rtl::OUString const & baseURL, ::rtl::OUString const & relPath );
94 ::rtl::OUString const & baseURL, ::rtl::OUString const & relPath );
/trunk/main/jvmfwk/source/
H A Dfwkbase.hxx134 ::rtl::OUString buildClassPathFromDirectory(const ::rtl::OUString & relPath);
H A Dfwkutil.hxx130 rtl::OUString buildClassPathFromDirectory(const rtl::OUString & relPath);

Completed in 20 milliseconds