Files
loongoffice/scripting/examples/beanshell/Capitalise/parcel-descriptor.xml
Rüdiger Timm 6a3a0fe329 INTEGRATION: CWS ooo19126 (1.1.90); FILE MERGED
2005/09/05 12:04:24 rt 1.1.90.1: #i54170# Change license header: remove SISSL
2005-09-09 00:53:36 +00:00

17 lines
544 B
XML
Executable File

<?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>