examples.html (a893be29) | examples.html (0f3543aa) |
---|---|
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> 2<!-- 3#************************************************************** 4# 5# Licensed to the Apache Software Foundation (ASF) under one 6# or more contributor license agreements. See the NOTICE file 7# distributed with this work for additional information 8# regarding copyright ownership. The ASF licenses this file --- 9 unchanged lines hidden (view full) --- 18# KIND, either express or implied. See the License for the 19# specific language governing permissions and limitations 20# under the License. 21# 22#************************************************************** 23 --> 24<html> 25<head> | 1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> 2<!-- 3#************************************************************** 4# 5# Licensed to the Apache Software Foundation (ASF) under one 6# or more contributor license agreements. See the NOTICE file 7# distributed with this work for additional information 8# regarding copyright ownership. The ASF licenses this file --- 9 unchanged lines hidden (view full) --- 18# KIND, either express or implied. See the License for the 19# specific language governing permissions and limitations 20# under the License. 21# 22#************************************************************** 23 --> 24<html> 25<head> |
26 <title>OpenOffice.org %PRODUCT_RELEASE% SDK - Developer's Guide Examples</title> | 26 <title>Apache OpenOffice %PRODUCT_RELEASE% SDK - Developer's Guide Examples</title> |
27 <link rel="stylesheet" type="text/css" 28 href="../../docs/sdk_styles.css"> 29 <meta http-equiv="Content-Type" 30 content="text/html; charset=iso-8859-1"> 31 <meta name="author" content="Jürgen Schmidt"> 32 <meta name="created" content="2004-12-14"> 33</head> 34<body class="sdkbody"> 35<a name="examples"></a> 36<table class="table1" cellpadding="0"> 37 <tbody> | 27 <link rel="stylesheet" type="text/css" 28 href="../../docs/sdk_styles.css"> 29 <meta http-equiv="Content-Type" 30 content="text/html; charset=iso-8859-1"> 31 <meta name="author" content="Jürgen Schmidt"> 32 <meta name="created" content="2004-12-14"> 33</head> 34<body class="sdkbody"> 35<a name="examples"></a> 36<table class="table1" cellpadding="0"> 37 <tbody> |
38 <tr style="background-image:url(../../docs/images/sdk_head-2.png); backgorund-position: bottom; "> | 38 <tr style="background-image:url(../../docs/images/sdk_head-2.png); background-position: bottom; "> |
39 <td class="background" colspan="3" align="left"><img src="../../docs/images/sdk_head-1.png" width="800" height="120" usemap="#Map" border="0"></td> 40 </tr> 41 <tr> 42 <td colspan="3"><img class="nothing10" 43 src="../../docs/images/nada.gif"></td> 44 </tr> 45 <tr> 46 <td class="content1"><img class="nothing8" --- 24 unchanged lines hidden (view full) --- 71 </tr> 72 <tr> 73 <td> 74 <table class="table3"> 75 <tbody> 76 <tr> 77 <td colspan="3"> 78 <p>The <a | 39 <td class="background" colspan="3" align="left"><img src="../../docs/images/sdk_head-1.png" width="800" height="120" usemap="#Map" border="0"></td> 40 </tr> 41 <tr> 42 <td colspan="3"><img class="nothing10" 43 src="../../docs/images/nada.gif"></td> 44 </tr> 45 <tr> 46 <td class="content1"><img class="nothing8" --- 24 unchanged lines hidden (view full) --- 71 </tr> 72 <tr> 73 <td> 74 <table class="table3"> 75 <tbody> 76 <tr> 77 <td colspan="3"> 78 <p>The <a |
79 href="http://doc.services.openoffice.org/wiki/index.php/Documentation/DevGuide/OpenOffice.org_Developers_Guide" | 79 href="https://wiki.openoffice.org/wiki/Documentation/DevGuide" |
80 title="link to the Developer's Guide in the Wiki">Developer's Guide</a> 81comes with a wide range of examples from all application areas which 82shows the use of the API in the context of the different functional 83areas. Furthermore the examples can be used as a first starting point 84to modify an existing example to their own needs.</p> 85 <p>Some fo the examples need a running office 86instance listening on a port. If this is necessary you will get further 87information in the makefiles.</p> --- 2967 unchanged lines hidden --- | 80 title="link to the Developer's Guide in the Wiki">Developer's Guide</a> 81comes with a wide range of examples from all application areas which 82shows the use of the API in the context of the different functional 83areas. Furthermore the examples can be used as a first starting point 84to modify an existing example to their own needs.</p> 85 <p>Some fo the examples need a running office 86instance listening on a port. If this is necessary you will get further 87information in the makefiles.</p> --- 2967 unchanged lines hidden --- |