mirror of
https://github.com/LibreOffice/loeclipse.git
synced 2025-07-25 15:02:58 +00:00
55 lines
1.8 KiB
HTML
55 lines
1.8 KiB
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>Going further</title>
|
|
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
|
|
<link rel="start" href="index.html"
|
|
title="UNO Java component creation explained">
|
|
<link rel="up" href="index.html"
|
|
title="UNO Java component creation explained">
|
|
<link rel="prev" href="ar01s03.html"
|
|
title="Packaging and testing the component">
|
|
<link rel="next" href="ar01s05.html"
|
|
title="Public Documentation License Notice ">
|
|
<link href="../../styles.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
|
|
alink="#0000FF">
|
|
<div class="section" lang="en-GB">
|
|
<div class="titlepage">
|
|
<div>
|
|
<div>
|
|
<h2 class="title" style="clear: both"><a name="id2526712"></a>Going
|
|
further</h2>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<p>This chapter is only for those who enjoyed this tutorial and want
|
|
to know more about the UNO component creation in Java or other
|
|
languages. You will have a list of useful links for any UNO developer in
|
|
the next line.</p>
|
|
<div class="itemizedlist">
|
|
<ul type="disc">
|
|
<li>
|
|
<p><a
|
|
href="http://wiki.openoffice.org/wiki/Documentation/DevGuide"
|
|
target="_top">OpenOffice.org developer's guide</a> is still a huge source of
|
|
documentation for LibreOffice extensions developers. You should probably
|
|
have a look at the chapters 3, 4 and 5 for UNO components informations.</p>
|
|
</li>
|
|
<li>
|
|
<p><a
|
|
href="http://api.libreoffice.org/docs/java/ref/index.html"
|
|
target="_top">LibreOffice Java reference</a> is the UNO binding for Java
|
|
reference.</p>
|
|
</li>
|
|
<li>
|
|
<p><a href="http://api.libreoffice.org/docs/common/ref/com/sun/star/module-ix.html" target="_top">
|
|
UNO API reference</a> will provide you the documentation for the LibreOffice UNO API.</p>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|