Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Universal Network Objects
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Use dmy dates|date=September 2017}} [[File:UNO API.png|thumb|UNO API]] '''Universal Network Objects''' ('''UNO''') is the [[software component|component model]] used in the [[OpenOffice.org]] and [[LibreOffice]] computer software [[application suite]]s. It is interface-based and designed to offer interoperability between different [[programming language]]s, object models and machine architectures, on a single machine, within a LAN or over the Internet. Users can implement or access UNO components from any programming language for which a [[language binding]] exists. Complete UNO language bindings exist for [[C++]] (compiler-dependent), [[Java (programming language)|Java]], [[Object REXX]], [[Python (programming language)|Python]], and [[Tcl (programming language)|Tcl]]. Bindings allowing access, but not writing, to components exist for [[StarOffice Basic]], [[OLE Automation]] and the [[Microsoft .NET|.NET]] [[Common Language Infrastructure]]. In particular, this API is used by macros. Universal Network Objects operate within the UNO Runtime Environment (URE).<ref>{{ cite web | url = http://svn.apache.org/repos/asf/openoffice/ooo-site/trunk/content/l10n/archive/Universal_i18n_framework.pdf | title = Universal I18n Framework for Office Applications: Technical Overview | first = Dieter | last = Loeschky |author2=Shanmugam Senthil | year = 2001 | publisher = Sun Microsystems | location = Palo Alto | pages = 1–26 [8] | format = PDF | access-date = 18 May 2010 }}</ref> The [[Apache OpenOffice]] version of UNO is released under the terms [[Apache License]] (Version 2) as [[free and open source software]]. == UNO for function-calling == Examples: an external program can export an [[OpenDocument|ODT]] file as a [[PDF]] file, or import and convert a [[Office Open XML|DOCX]], calling LibreOffice by the UNO interface. Another external program can access a cell and formulas from LibreOffice Calc file. Application examples: ''Docvert'',<ref>{{cite web|url=http://holloway.co.nz/docvert/|title=Docvert - Office to Open Standards|website=holloway.co.nz|publisher=Bronwyn Holloway-Smith|access-date=20 September 2014}}</ref> ''JODConverter'',<ref>{{cite web|url=https://github.com/sbraconnier/jodconverter/wiki/Getting-Started|title=JODConverter|website=jodconverter.com|access-date=5 September 2017}}</ref> ''unoConv''.<ref>{{cite web|url=http://dag.wieers.com/home-made/unoconv/|title=DAG: unoconv: Convert between any document format supported by OpenOffice|publisher=Dag Wieërs|access-date=20 September 2014}}</ref> == UNO for Add-Ons == Programmers can write and integrate their own UNO components to OpenOffice/LibreOffice. Those components can be added to the LibreOffice menus and toolbars; they are called "Add-Ons".<ref name="unowiki">{{cite web|url=http://help.libreoffice.org/Common/Integrating_new_UNO_components|title=Integrating new UNO components|access-date=20 September 2014}}</ref> The Add-Ons can extend the functionality of LibreOffice. The integration of new components is supported by some tools and services. The three main steps are as follows:<ref name="unowiki"/> #Register the new components within LibreOffice. This can be accomplished using the tool <code>unopkg</code>. #Integrate the new components as services. The ProtocolHandler and JobDispatch services assist you. #Change the user interface (menus or toolbars). This can be done almost automatically by writing an XML text file that describes the changes. Application example: ''jOpenDocument''.<ref>{{cite web|url=http://www.jopendocument.org/|title=jOpenDocument Homepage. Open Document library|access-date=20 September 2014}}</ref> == References == {{Reflist}} == External links == ;Apache OpenOffice * [http://udk.openoffice.org/ UNO Development Kit project page] * [http://www.openoffice.org/udk/common/man/uno.html Overview and technical details] * [http://www.openoffice.org/api/docs/java/ref/overview-summary.html Java overview-summary] * [http://api.openoffice.org/SDK/index.html OpenOffice.org Software Development Kit] * [https://web.archive.org/web/20080501062521/http://odftoolkit.openoffice.org/transition.html ODF Toolkit: Transition Steps] * [http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/OpenOffice.org_Developers_Guide Developer's Guide] ;LibreOffice * [http://api.libreoffice.org/docs/tools.html see unoexe and unopkg] * [https://chris-sherlock.gitbook.io/inside-libreoffice/universal-network-objects Inside LibreOffice: Universal Network Objects] ;Language bridges (native for Java and Python) * [http://sourceforge.net/projects/bsf4oorexx/ UNO for Object REXX] * [http://www.wstech2.net/index.php?do=0a,01,05 UNO for PHP (written in C++)] {{Webarchive|url=https://web.archive.org/web/20160304003131/http://www.wstech2.net/index.php?do=0a,01,05 |date=4 March 2016 }} * [https://sourceforge.net/projects/uno-pas-bridge/ UNO for FreePascal/Delphi] maybe orphaned {{OpenOffice}} {{Authority control}} [[Category:Object-oriented programming]] [[Category:OpenOffice]]
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Authority control
(
edit
)
Template:Cite web
(
edit
)
Template:OpenOffice
(
edit
)
Template:Reflist
(
edit
)
Template:Use dmy dates
(
edit
)
Template:Webarchive
(
edit
)