Lines Matching refs:relPath
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;
112 s#(http:\/\/api\.openoffice\.org\/index.html)#$relPath\/www\/odk_index.html#go;
118 s#(http:\/\/udk\.openoffice\.org\/index.html)#$relPath\/www\/udk_index.html#go;
119 s#((http:\/\/udk\.openoffice\.org)(\/*))#$relPath\/www$3#go;
122 s#((http:\/\/api\.openoffice\.org\/)(basic\/man\/tutorial\/tutorial.pdf))#$relPath\/www\/$3#go;