summaryrefslogtreecommitdiff
path: root/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml
diff options
context:
space:
mode:
authorDuncan Foster <dfoster@openoffice.org>2003-03-25 14:05:18 +0000
committerDuncan Foster <dfoster@openoffice.org>2003-03-25 14:05:18 +0000
commitb658df4194bc54a156dfa7d8224bdae4848f0f84 (patch)
treece675c5a582e8acd23d367abf1299666e1e7462f /scripting/examples/beanshell/Capitalise/parcel-descriptor.xml
parent036ed05fe35044e49a91e12b6a8e5f36a5b9c4c2 (diff)
Added Capitalise beanshell script
Diffstat (limited to 'scripting/examples/beanshell/Capitalise/parcel-descriptor.xml')
-rwxr-xr-xscripting/examples/beanshell/Capitalise/parcel-descriptor.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml b/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml
new file mode 100755
index 000000000000..294a82298b52
--- /dev/null
+++ b/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<parcel language="BeanShell" xmlns:parcel="scripting.dtd">
+
+ <script language="BeanShell">
+ <locale lang="en">
+ <displayname value="Capitalise"/>
+ <description>
+ Change the case of a selection, or current word from upper case, to first char upper case, to all lower case to upper case...
+ </description>
+ </locale>
+ <functionname value="capitalise.bsh"/>
+ <logicalname value="Capitalise.BeanShell"/>
+ </script>
+
+</parcel>