examples.html (80295734) | examples.html (99eb6ac2) |
---|---|
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 --- 11 unchanged lines hidden (view full) --- 20# under the License. 21# 22#************************************************************** 23 --> 24<html> 25<head> 26 <title>Apache OpenOffice %PRODUCT_RELEASE% SDK - Examples</title> 27 <link rel="stylesheet" type="text/css" href="../docs/sdk_styles.css"> | 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 --- 11 unchanged lines hidden (view full) --- 20# under the License. 21# 22#************************************************************** 23 --> 24<html> 25<head> 26 <title>Apache OpenOffice %PRODUCT_RELEASE% SDK - Examples</title> 27 <link rel="stylesheet" type="text/css" href="../docs/sdk_styles.css"> |
28 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 28 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
29 <meta name="author" content="Jürgen Schmidt"> 30 <meta name="created" content="2004-12-14"> 31</head> 32 33<body class="sdkbody"><a name="examples"/> 34<table class="table1" cellpadding=0> 35 <tr style="background-image:url(../docs/images/sdk_head-2.png); background-position: bottom; "> 36 <td class="background" colspan="3" align="left"><img src="../docs/images/sdk_head-1.png" width="800" height="120" usemap="#Map" border="0"></td> --- 276 unchanged lines hidden (view full) --- 313 <td> 314 <table class="table4"> 315 <tbody> 316 <tr class="thead"> 317 <td class="cell20">UNO Component Examples</td> 318 <td class="cell80">Description</td> 319 </tr> 320 <tr> | 29 <meta name="author" content="Jürgen Schmidt"> 30 <meta name="created" content="2004-12-14"> 31</head> 32 33<body class="sdkbody"><a name="examples"/> 34<table class="table1" cellpadding=0> 35 <tr style="background-image:url(../docs/images/sdk_head-2.png); background-position: bottom; "> 36 <td class="background" colspan="3" align="left"><img src="../docs/images/sdk_head-1.png" width="800" height="120" usemap="#Map" border="0"></td> --- 276 unchanged lines hidden (view full) --- 313 <td> 314 <table class="table4"> 315 <tbody> 316 <tr class="thead"> 317 <td class="cell20">UNO Component Examples</td> 318 <td class="cell80">Description</td> 319 </tr> 320 <tr> |
321 <td class="cell20"><a href="http://wiki.services.openoffice.org/wiki/Object_Inspector" title="link to the Object Inspector project page in the wiki">Object Inspector</a></td> | 321 <td class="cell20"><a href="https://wiki.openoffice.org/wiki/Object_Inspector" title="link to the Object Inspector project page in the wiki">Object Inspector</a></td> |
322 <td class="cell80">The Object Inspector is primarily an auxiliary tool 323 for the developer, which can present information about an object of the 324 Apache OpenOffice %PRODUCT_RELEASE% API at run-time. Depending on the object to be inspected, 325 appropriate methods, interfaces, services, and attributes can be displayed 326 to the developer. The methods, interfaces, services and attributes are 327 represented in a predictable tree. If the attributes contained in an 328 object are to be examined, the appropriate nodes in the tree can be 329 expanded with the help of the mouse. For each non primitive object, five 330 categories are offered to the user, as long as those are available with 331 that object. The Object Inspector is currently available as a NetBeans project | 322 <td class="cell80">The Object Inspector is primarily an auxiliary tool 323 for the developer, which can present information about an object of the 324 Apache OpenOffice %PRODUCT_RELEASE% API at run-time. Depending on the object to be inspected, 325 appropriate methods, interfaces, services, and attributes can be displayed 326 to the developer. The methods, interfaces, services and attributes are 327 represented in a predictable tree. If the attributes contained in an 328 object are to be examined, the appropriate nodes in the tree can be 329 expanded with the help of the mouse. For each non primitive object, five 330 categories are offered to the user, as long as those are available with 331 that object. The Object Inspector is currently available as a NetBeans project |
332 only because of major code changes. Please see the <a href="http://wiki.services.openoffice.org/wiki/Object_Inspector" title="link to the Object Inspector project page in the wiki">project page</a> for further details.</td> | 332 only because of major code changes. Please see the <a href="https://wiki.openoffice.org/wiki/Object_Inspector" title="link to the Object Inspector project page in the wiki">project page</a> for further details.</td> |
333 </tr> 334 <tr> 335 <td class="cell20"><a href="java/MinimalComponent/" title="link to the source directory of the Java MinimalComponent example">MinimalComponent</a></td> 336 <td class="cell80">This class provides a minimal UNO component. You can 337 take this class as a base for your own components. By extensions of this 338 class it is possible to also extend the function range of the Office.</td> 339 </tr> 340 <tr> 341 <td class="cell20"><a href="java/PropertySet/" title="link to the source directory of the Java PropertySet example">PropTest</a></td> 342 <td class="cell80">Contains a component that provides property set | 333 </tr> 334 <tr> 335 <td class="cell20"><a href="java/MinimalComponent/" title="link to the source directory of the Java MinimalComponent example">MinimalComponent</a></td> 336 <td class="cell80">This class provides a minimal UNO component. You can 337 take this class as a base for your own components. By extensions of this 338 class it is possible to also extend the function range of the Office.</td> 339 </tr> 340 <tr> 341 <td class="cell20"><a href="java/PropertySet/" title="link to the source directory of the Java PropertySet example">PropTest</a></td> 342 <td class="cell80">Contains a component that provides property set |
343 interfaces by means of inheriting <a href="../docs/java/ref/com/sun/star/lib/uno/helper/PropertySet.html" title="link into the Java UNO reference to the PropertySet helper class">com.sun.star.lib.uno.helper.ProperterSet</a>.</td> | 343 interfaces by means of inheriting <a href="../docs/java/ref/com/sun/star/lib/uno/helper/PropertySet.html" title="link into the Java UNO reference to the PropertySet helper class">com.sun.star.lib.uno.helper.PropertySet</a>.</td> |
344 </tr> 345 <tr> 346 <td class="cell20"><a href="java/ToDo/" title="link to the source directory of the Java ToDo example">ToDo</a></td> 347 <td class="cell80">For every to-do listed in a spreadsheet document, this 348 component calculates the start date, day of week of the start date, the 349 end date, and the day of week of the end date. All calculations are 350 dependent upon the values of "Needed Days", "Due Date" 351 and "Status". The columns "Needed Days" and --- 414 unchanged lines hidden (view full) --- 766 <div class="centertext"> 767 <p><img class="apachelogo" src="../docs/images/sdk-footer-logo.png" title="Apache Logo" alt="Apache Logo" /> 768 Copyright © 2011 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> 769 </div> 770 </td> 771 </tr> 772</table> 773<map name="Map"> | 344 </tr> 345 <tr> 346 <td class="cell20"><a href="java/ToDo/" title="link to the source directory of the Java ToDo example">ToDo</a></td> 347 <td class="cell80">For every to-do listed in a spreadsheet document, this 348 component calculates the start date, day of week of the start date, the 349 end date, and the day of week of the end date. All calculations are 350 dependent upon the values of "Needed Days", "Due Date" 351 and "Status". The columns "Needed Days" and --- 414 unchanged lines hidden (view full) --- 766 <div class="centertext"> 767 <p><img class="apachelogo" src="../docs/images/sdk-footer-logo.png" title="Apache Logo" alt="Apache Logo" /> 768 Copyright © 2011 The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.<p> 769 </div> 770 </td> 771 </tr> 772</table> 773<map name="Map"> |
774 <area shape="rect" coords="10,68,400,105" href="http://www.openoffice.org"> | 774 <area shape="rect" coords="10,68,400,105" href="https://www.openoffice.org"> |
775</map> 776</body> 777</html> | 775</map> 776</body> 777</html> |