Integrating new UNO components/text/shared/guide/integratinguno.xhpSun Microsystems, Inc.converted from old format - fpeadd-ons, see UNO componentsUNO components;integrating newinstalling;UNO componentsIntegrating new UNO components
Programmers can write and integrate their own UNO (Universal Network Objects) components to $[officename]. Those new components can be added to the $[officename] menus and toolbars; we call them "Add-Ons".The integration of new components is supported by some tools and services. Details can be found in the $[officename] Developer's Guide. The three main steps are as follows:Register the new components within $[officename]. This can be accomplished using the tool unopkg, which can be found in {installpath}/
\program.Integrate the new components as services. The ProtocolHandler and JobDispatch services assist you; more information can be found in the $[officename] Developer's Guide.Change the user interface (menus or toolbars). This can be done almost automatically by writing an XML text file that describes the changes. More information can be found in the $[officename] Developer's Guide.The Add-Ons can extend the functionality of $[officename]. They are not related to the Add-Ins
Add-Ins that provide new functions for $[officename] Calc.