summaryrefslogtreecommitdiffstats
path: root/odk/index.html
blob: 810d4302a3da099d75423a25d7ecd145c4abf9a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
<html>
<head>
  <title>[TITLE] SDK</title>
  <link rel="stylesheet" type="text/css" href="docs/sdk_styles.css">
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <meta name="AUTHOR" content="J&uuml;rgen Schmidt">
  <meta name="CREATED" content="20020311;11245374">
  <meta name="CHANGEDBY" content="J&uuml;rgen Schmidt">
  <meta name="CHANGED" content="20020311;11420968">
</head>

<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td height="15" colspan="3">&nbsp;</td>
  </tr>
  <tr> 
    <td bgcolor="#000000" height="1"></td>
    <td bgcolor="#000000" height="1"  width="1"><img src="docs/images/black_dot.gif" width="1" height="1"></td>
    <td bgcolor="#000000" height="1" width="222"></td>
  </tr>
  <tr> 
    <td> 
      <div align="left"><img src="docs/images/sdk_logo.gif" width="328" height="121"></div>
    </td>
    <td><img src="docs/images/black_dot.gif" width="1" height="121"></td>
    <td width="222"> 
      <div align="left"><img src="docs/images/logo.gif" width="222" height="121"></div>
    </td>
  </tr>
  <tr> 
    <td bgcolor="#000000" height="1"></td>
    <td><img src="docs/images/black_dot.gif" width="1" height="1"></td>
    <td bgcolor="#000000" height="1" width="222"></td>
  </tr>
  <tr> 
    <td class="color1" height="12"></td>
    <td bgcolor="#000000" height="12"><img src="docs/images/black_dot.gif" width="1" height="12"></td>
    <td class="color2" height="12" width="222"></td>
  </tr>
  <tr> 
    <td height="5" background="docs/images/shadow_r.gif"><img src="docs/images/shadow_l.gif" width="587" height="5"></td>
    <td background="docs/images/shadow_r.gif" height="5" width="1"></td>
    <td background="docs/images/shadow_r.gif" height="5" width="222"><img src="docs/images/shadow_r.gif" width="1" height="5"></td>
  </tr>
  <tr> 
    <td colspan="3"><img src="docs/images/elements.jpg" width="587" height="147"></td>
  </tr>
  <tr> 
    <td bgcolor="#000000" height="1"></td>
    <td bgcolor="#000000"><img src="docs/images/black_dot.gif" width="1" height="1"></td>
    <td bgcolor="#000000" height="1" width="222"></td>
  </tr>
  <tr> 
    <td class="color2" height="6"></td>
    <td bgcolor="#000000" height="6" width="1"><img src="docs/images/black_dot.gif" width="1" height="6"></td>
    <td class="color1" height="6" width="222"></td>
  </tr>
  <tr> 
    <td bgcolor="#000000" height="1"></td>
    <td bgcolor="#000000" height="1" width="1"><img src="docs/images/black_dot.gif" width="1" height="1"></td>
    <td bgcolor="#000000" height="1" width="222"></td>
  </tr>
  <tr> 
    <td colspan="3">&nbsp;</td>
  </tr>
  <tr> 
    <td colspan="3" height="8">
      <blockquote>      
      <table width="100%" border="0" cellpadding="5">
        <tr>
          <td>
            <P>[PRODUCTNAME] software is a complete, feature-rich office productivity product that 
               provides, in combination with this SDK, all the essential tools for building and deploying 
               custom solutions that build on, or integrate with, the [PRODUCTNAME] suite of products.
            </p>
            <p>The SDK is a development kit for [PRODUCTNAME], which eases the development 
               of office components. It provides a set of libraries, binaries, header, and idl files 
               which have final API's and can only be extended with new functionality. This set of 
               libraries and binaries is the minimum set of functions needed to use system abstraction for 
               base functionality and for using UNO (Universal Network Objects) component technology. 
               The UNO component model is the base of the whole Office API. The SDK provides everything 
               necessary to use the Office API from external programs (e.g. Java, C++) 
               or to extend the Office functionality with new components (e.g. new filter components, 
               CalcAddin functions).  It is compatible over several versions because the API remains 
               unaffected and will only be extended with new functions.</P>
            <p>The SDK provides the basic building blocks for external developers to develop components in 
               any language for which a binding exists. Currently, there are language bindings for 
               [PRODUCTNAME] Basic, Java, and different C++ compilers on different platforms, for 
               [PRODUCTNAME], thus covering the two most commonly used programming languages. There 
               will be no limit for office automation in heterogeneous environments. Currently supported
               platforms of the SDK are Linux, Solaris (sparc), and Windows.</p>
            <P>The SDK also contains <a href="docs/common/ref/com/sun/star/module-ix.html">
               reference</a> documentation for the API and a complete 
               <a href="docs/DevelopersGuide_intro.html">Developer's Guide</a>, with lots of examples, 
               which introduce the API, explain the concepts behind it, and make it possible for 
               all users to quickly get started with the Office API.
               </P>
            <hr>
            <table width="100%" border="0" cellpadding="4">
              <tr>
                <td colspan="2"><font size="4"><b>Content</b></font></td>
              </tr>
	      <tr>
                <td width=30%>
		  <font size="3"><a href="docs/install.html">Installation Guide</a></font>
                </td>
		<td width=70%>
                  An overview of all necessary installation steps (e.g. environment variables) to use 
                  this SDK.
                </td>
              </tr> 
              <tr>
                <td colspan="2">&nbsp;</td>    
              </tr>
              <tr>
                <td width=30%>
                  <font size="3"><a href="docs/DevelopersGuide_intro.html">Developer's Guide</a></font>
                </td>
                <td width=70%>
                  Detailed documentation, explaining the [PRODUCTNAME] API and the concepts behind it, 
                  with a rich set of examples, implemented mainly in Java.
                </td>
              </tr> 	      
              <tr>
                <td width=30%>
                  <font size="3"><a href="docs/common/ref/com/sun/star/module-ix.html">
                      IDL Reference</a></font>
                </td>
                <td width=70%>
                  Complete [PRODUCTNAME] API reference.
                </td>
              </tr> 	      
              <tr>
                <td width=30%>
                  <font size="3"><a href="docs/java/ref/index.html">Java UNO Runtime Reference
                  </a></font>
                </td>
                <td width=70%>
                  Reference documentation of the Java UNO runtime API.
                </td>
              </tr> 	      
              <tr>
                <td width=30%>
                  <font size="3"><a href="docs/cpp/ref/index.html">C++ Reference</a></font>
                </td>
                <td width=70%>
                  Reference documentation of the C++ UNO runtime and a set of C/C++ base and helper 
                  functions and classes to abstract from the system layer.
                </td>
              </tr> 	      
              <tr>
                <td colspan="2">&nbsp;</td>    
              </tr>
              <tr>
                <td width=30%>
                  <font size="3"><a href="docs/tools.html">Development Tools</a></font>
                </TD>
                <td width=70%>
                  Overview and a short description of the UNO development tools.
                </td>
              </tr>
              <tr>
                <td width=30%>
                  <font size="3"><a href="examples/examples.html">Examples</a></font>
                </td>
                <td width=70%>
                  A collection of examples in different programming languages (Java, C++, Basic, OLE).
                </td>
              </tr> 	      
              <tr>
                <td colspan="2">&nbsp;</td>    
              </tr>
              <tr>
                <td width=30%>
                  <font size="3"><a href="docs/DevStudioWizards/wizards.html">Sun ONE Studio 4 Integration</a></font>
                </td>
                <td width=70%>
                  An introduction to use the SDK with Sun ONE Studio 4 (formerly Forte for Java) or 
		    NetBeans. The wizards are in a very early preview state and should be replaced in 
		    the near future.
                </td>
              </tr>
              <tr>
                <td colspan="2">&nbsp;</td>    
              </tr>
              <tr>
                <td width=30%>
                  <font size="3"><a href="docs/common/spec/xml_format/xml_specification_draft.pdf">XML File Format 
                  Specification</a></font>
                </td>
                <td width=70%>
                  Specification of the XML file format used by [PRODUCTNAME], which serves as a reference.
                </td>
              </tr> 	      
              <tr>
                <td width=30%>
                  <font size="3"><a href="docs/basic/man/tutorial/tutorial.pdf">[PRODUCTNAME] Basic Programmer's 
                  Tutorial</a></font>
                </td>
                <td width=70%>
                  A tutorial which shows the use of the [PRODUCTNAME] API using StarBasic.
                </td>
              </tr> 	      
            </table>
            <hr>
            <table width="100%" border="0" cellpadding="4">
              <tr>
                <td colspan="2"><font size="4"><b>Additional Resources</b></font></td>
              </tr>
	      <tr>
                <td width=30%>
		  <font size="3"><a target="_blank" href="http://www.sun.com/developers/">Sun Developer Resources</a>
                  </font>
                </td>
		<td width=70%>
                  Sun's one-stop location for Developers.
                </td>
              </tr> 
              <tr>
                <td width=30%>
                  <font size="3"><a target="_blank" href="http://www.sun.com/staroffice/">StarOffice&#153</a></font>
                </td>
                <td width=70%>
                  Full-featured suite of office productivity tools.
                </td>
              </tr>
              <tr>
                <td width=30%>
                  <font size="3"><a target="_blank" href="http://www.openoffice.org/">OpenOffice.org</a></font>
                </TD>
                <td width=70%>
                  Open Source community project of office-productivity software.
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
      </blockquote>      
    </td>
  </tr>
  <tr> 
    <td colspan="3">&nbsp;</td>
  </tr>
  <tr> 
    <td bgcolor="#000000" height="1"></td>
    <td bgcolor="#000000"><img src="docs/images/black_dot.gif" width="1" height="1"></td>
    <td bgcolor="#000000" height="1" width="222"></td>
  </tr>
  <tr> 
    <td class="color2" height="6"></td>
    <td bgcolor="#000000" height="6" width="1"><img src="docs/images/black_dot.gif" width="1" height="6"></td>
    <td class="color1" height="6" width="222"></td>
  </tr>
  <tr> 
    <td bgcolor="#000000" height="1"></td>
    <td bgcolor="#000000" height="1" width="1"><img src="docs/images/black_dot.gif" width="1" height="1"></td>
    <td bgcolor="#000000" height="1" width="222"></td>
  </tr>
  <tr> 
    <td colspan="3" height="8"></td>
  </tr>
  <tr> 
    <td colspan="3">
      <p align=center><font size=2><b>Copyright 2003 Sun Microsystems, Inc.</b></font>
      </p>
      &nbsp
    </td>
  </tr>
</table>
</body>
</html>