repo.or.cz
/
ooovba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
merge the formfield patch from ooo-build
[ooovba.git]
/
cpputools
/
source
/
sp2bv
/
readme.txt
blob
257fe28856c368d8bcdfce7bca8008e7d1676d7d
1
This tool converts system paths into file urls and escapes it for use as
2
bootstrap variable. For example
3
4
c:\program files\App$
5
->
6
file:///c:/program%20files/App$
7
->
8
file:///c:/program%20files/App\$
9
10