Did you know that the OpenOffice.org Wiki has a WYSIWYG editor? See Help:FCKeditor
Building and registering your ScriptProvider
From OpenOffice.org Wiki
< Documentation | DevGuide
Revision as of 13:22, 15 May 2009 by OOoWikiBot (Talk | contribs)
In order to compile these classes you need to include the UNO and Scripting Framework jar files in your classpath. You can find these in the program/classes directory of your OpenOffice.org installation. The jar files that you need to include are: ridl.jar, unoil.jar, jurt.jar and ScriptFramework.jar.
To compile ScriptProviderForYourLanuage:
- Compile the ScriptProviderForYourLanguage.java, ScriptEditorForYourLanguage.java and YourLanguageScript.java files
- Create a jar file for
ScriptProviderForYourLanguagewith the following in the manifest file. (Use the-mswitch to the jar command to add the manifest data)
Built-By: Yours Truly RegistrationClassName: ScriptProviderForYourLanguage
- Register the
ScriptProviderForYourLanguagejar file using the Extension Manager.
Now you should see an entry for YourLanguage in the Tools - Macros - Organize Macros... menu.
| Content on this page is licensed under the Public Documentation License (PDL). |

