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]
/
scripting
/
examples
/
beanshell
/
InteractiveBeanShell
/
interactive.bsh
blob
5311882c1be397c75967160289461c817041826f
1
//Pops up a window into which you can type BeanShell code and run it
2
//against the current document
3
editor();
4
return 0;