1 <?xml version=
"1.0" encoding=
"UTF-8"?>
4 <!--***********************************************************************
6 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
8 * Copyright 2008 by Sun Microsystems, Inc.
10 * OpenOffice.org - a multi-platform office productivity suite
12 * $RCSfile: integratinguno.xhp,v $
15 * This file is part of OpenOffice.org.
17 * OpenOffice.org is free software: you can redistribute it and/or modify
18 * it under the terms of the GNU Lesser General Public License version 3
19 * only, as published by the Free Software Foundation.
21 * OpenOffice.org is distributed in the hope that it will be useful,
22 * but WITHOUT ANY WARRANTY; without even the implied warranty of
23 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 * GNU Lesser General Public License version 3 for more details
25 * (a copy is included in the LICENSE file that accompanied this code).
27 * You should have received a copy of the GNU Lesser General Public License
28 * version 3 along with OpenOffice.org. If not, see
29 * <http://www.openoffice.org/license.html>
30 * for a copy of the LGPLv3 License.
32 ************************************************************************-->
34 <helpdocument version=
"1.0">
36 <topic id=
"textsharedguideintegratingunoxml" indexer=
"include" status=
"PUBLISH">
37 <title id=
"tit" xml-lang=
"en-US">Integrating new UNO components
</title>
38 <filename>/text/shared/guide/integratinguno.xhp
</filename>
41 <created date=
"2003-10-31T00:00:00">Sun Microsystems, Inc.
</created>
42 <lastedited date=
"2005-05-18T09:49:43">converted from old format - fpe
</lastedited>
46 <bookmark xml-lang=
"en-US" branch=
"index" id=
"bm_id3149760"><bookmark_value>add-ons, see UNO components
</bookmark_value>
47 <bookmark_value>UNO components;integrating new
</bookmark_value>
48 <bookmark_value>installing;UNO components
</bookmark_value>
50 <paragraph role=
"heading" id=
"hd_id3149760" xml-lang=
"en-US" level=
"1" l10n=
"U" oldref=
"7"><variable id=
"integratinguno"><link href=
"text/shared/guide/integratinguno.xhp" name=
"Integrating new UNO components">Integrating new UNO components
</link>
51 </variable></paragraph>
52 <paragraph role=
"paragraph" id=
"par_id3147571" xml-lang=
"en-US" l10n=
"U" oldref=
"1">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".
</paragraph>
53 <paragraph role=
"paragraph" id=
"par_id3154751" xml-lang=
"en-US" l10n=
"U" oldref=
"2">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:
</paragraph>
56 <paragraph role=
"listitem" id=
"par_id3153748" xml-lang=
"en-US" l10n=
"CHG" oldref=
"3">Register the new components within $[officename]. This can be accomplished using the tool
<item type=
"literal">unopkg
</item>, which can be found in {installpath}
<switchinline select=
"sys"><caseinline select=
"UNIX">/
57 </caseinline><defaultinline>\
</defaultinline></switchinline>program.
</paragraph>
60 <paragraph role=
"listitem" id=
"par_id3153345" xml-lang=
"en-US" l10n=
"U" oldref=
"4">Integrate the new components as services. The ProtocolHandler and JobDispatch services assist you; more information can be found in the $[officename] Developer's Guide.
</paragraph>
63 <paragraph role=
"listitem" id=
"par_id3166460" xml-lang=
"en-US" l10n=
"U" oldref=
"5">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.
</paragraph>
66 <paragraph role=
"paragraph" id=
"par_id3151110" xml-lang=
"en-US" l10n=
"U" oldref=
"6">The Add-Ons can extend the functionality of $[officename]. They are not related to the
<switchinline select=
"appl"><caseinline select=
"CALC"><link href=
"text/scalc/01/04060112.xhp" name=
"Add-Ins">Add-Ins
</link>
67 </caseinline><defaultinline>Add-Ins
</defaultinline></switchinline> that provide new functions for $[officename] Calc.
</paragraph>