examples.html (2f8a5df7) examples.html (64c3c3ee)
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

--- 143 unchanged lines hidden (view full) ---

152 <td class="content3"><img
153 src="../../docs/images/arrow-1.gif"></td>
154 <td><a href="#Charts"
155 title="link to the Charts examples">Charts</a></td>
156 <td class="content10"></td>
157 <td class="content3"><img
158 src="../../docs/images/arrow-1.gif"></td>
159 <td><a href="#BasicandDialogs"
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

--- 143 unchanged lines hidden (view full) ---

152 <td class="content3"><img
153 src="../../docs/images/arrow-1.gif"></td>
154 <td><a href="#Charts"
155 title="link to the Charts examples">Charts</a></td>
156 <td class="content10"></td>
157 <td class="content3"><img
158 src="../../docs/images/arrow-1.gif"></td>
159 <td><a href="#BasicandDialogs"
160 title="link to the Basic And Dialogs examples">OpenOffice %PRODUCT_RELEASE% Basic and
160 title="link to the Basic And Dialogs examples">Apache OpenOffice Basic and
161Dialogs</a></td>
162 </tr>
163 <tr valign="top">
164 <td class="content3"><img
165 src="../../docs/images/arrow-1.gif"></td>
166 <td><a href="#Database"
167 title="link to the Database examples">Database Access</a></td>
168 <td class="content4"></td>

--- 127 unchanged lines hidden (view full) ---

296 <table class="table2">
297 <tbody>
298 <tr>
299 <td>
300 <table class="table3">
301 <tbody>
302 <tr>
303 <td colspan="2" class="head1"><a
161Dialogs</a></td>
162 </tr>
163 <tr valign="top">
164 <td class="content3"><img
165 src="../../docs/images/arrow-1.gif"></td>
166 <td><a href="#Database"
167 title="link to the Database examples">Database Access</a></td>
168 <td class="content4"></td>

--- 127 unchanged lines hidden (view full) ---

296 <table class="table2">
297 <tbody>
298 <tr>
299 <td>
300 <table class="table3">
301 <tbody>
302 <tr>
303 <td colspan="2" class="head1"><a
304 name="ProfessionalUNO">Professional UNO examples</a></td>
304 name="ProfessionalUNO"></a>Professional UNO examples</td>
305 <td align="right"> <a href="#examples"
306 title="link to the Developer's Guide examples overview"><img
307 class="navigate" src="../../docs/images/nav_up.png"></a> <a
308 href="../../index.html" title="link to the SDK start page"><img
309 class="navigate" src="../../docs/images/nav_home.png"></a> </td>
310 </tr>
311 </tbody>
312 </table>

--- 484 unchanged lines hidden (view full) ---

797 <table class="table2">
798 <tbody>
799 <tr>
800 <td>
801 <table class="table3">
802 <tbody>
803 <tr>
804 <td colspan="2" class="head1"><a
305 <td align="right"> <a href="#examples"
306 title="link to the Developer's Guide examples overview"><img
307 class="navigate" src="../../docs/images/nav_up.png"></a> <a
308 href="../../index.html" title="link to the SDK start page"><img
309 class="navigate" src="../../docs/images/nav_home.png"></a> </td>
310 </tr>
311 </tbody>
312 </table>

--- 484 unchanged lines hidden (view full) ---

797 <table class="table2">
798 <tbody>
799 <tr>
800 <td>
801 <table class="table3">
802 <tbody>
803 <tr>
804 <td colspan="2" class="head1"><a
805 name="OfficeDevelopment">Office Development examples</a></td>
805 name="OfficeDevelopment"></a>Office Development examples</td>
806 <td align="right"> <a href="#examples"
807 title="link to the Developer's Guide examples overview"><img
808 class="navigate" src="../../docs/images/nav_up.png"></a> <a
809 href="../../index.html" title="link to the SDK start page"><img
810 class="navigate" src="../../docs/images/nav_home.png"></a> </td>
811 </tr>
812 </tbody>
813 </table>

--- 514 unchanged lines hidden (view full) ---

1328 </tr>
1329 <tr>
1330 <td class="cell20"><a
1331 href="./OfficeDev/PathSettings/PathSettingsTest.java"
1332 title="link to OfficeDev/PathSettings/PathSettingsTest.java">PathsettingsTest</a></td>
1333 <td class="cell80">This code example creates the
1334service <a
1335 href="../../docs/common/ref/com/sun/star/util/PathSettings.html"
806 <td align="right"> <a href="#examples"
807 title="link to the Developer's Guide examples overview"><img
808 class="navigate" src="../../docs/images/nav_up.png"></a> <a
809 href="../../index.html" title="link to the SDK start page"><img
810 class="navigate" src="../../docs/images/nav_home.png"></a> </td>
811 </tr>
812 </tbody>
813 </table>

--- 514 unchanged lines hidden (view full) ---

1328 </tr>
1329 <tr>
1330 <td class="cell20"><a
1331 href="./OfficeDev/PathSettings/PathSettingsTest.java"
1332 title="link to OfficeDev/PathSettings/PathSettingsTest.java">PathsettingsTest</a></td>
1333 <td class="cell80">This code example creates the
1334service <a
1335 href="../../docs/common/ref/com/sun/star/util/PathSettings.html"
1336 title="link to the reference documentation of com.sun.star.util.PathSettingst">
1336 title="link to the reference documentation of com.sun.star.util.PathSettings">
1337 <code>com.sun.star.util.PathSettings</code></a> and
1338retrieves all path properties from it. It shows how a developer can
1339change the path properties using the <a
1340 href="../../docs/common/ref/com/sun/star/beans/XPropertySet.html"
1341 title="link to the reference documentation of com.sun.star.beans.XPropertySet"><code>XPropertySet</code></a>
1342interface.</td>
1343 </tr>
1344 </tbody>

--- 535 unchanged lines hidden (view full) ---

1880 <table class="table2">
1881 <tbody>
1882 <tr>
1883 <td>
1884 <table class="table3">
1885 <tbody>
1886 <tr>
1887 <td colspan="2" class="head1"><a
1337 <code>com.sun.star.util.PathSettings</code></a> and
1338retrieves all path properties from it. It shows how a developer can
1339change the path properties using the <a
1340 href="../../docs/common/ref/com/sun/star/beans/XPropertySet.html"
1341 title="link to the reference documentation of com.sun.star.beans.XPropertySet"><code>XPropertySet</code></a>
1342interface.</td>
1343 </tr>
1344 </tbody>

--- 535 unchanged lines hidden (view full) ---

1880 <table class="table2">
1881 <tbody>
1882 <tr>
1883 <td>
1884 <table class="table3">
1885 <tbody>
1886 <tr>
1887 <td colspan="2" class="head1"><a
1888 name="BasicandDialogs">OpenOffice %PRODUCT_RELEASE% Basic and Dialogs examples</a></td>
1888 name="BasicandDialogs"></a>Apache OpenOffice Basic and Dialogs examples</td>
1889 <td align="right"> <a href="#examples"
1890 title="link to the Developer's Guide examples overview"><img
1891 class="navigate" src="../../docs/images/nav_up.png"></a> <a
1892 href="../../index.html" title="link to the SDK start page"><img
1893 class="navigate" src="../../docs/images/nav_home.png"></a> </td>
1894 </tr>
1895 </tbody>
1896 </table>

--- 6 unchanged lines hidden (view full) ---

1903 <tr class="thead">
1904 <td class="cell20">Example</td>
1905 <td class="cell80">Description</td>
1906 </tr>
1907 <tr>
1908 <td class="cell20"><a
1909 href="./BasicAndDialogs/FirstStepsBasic.odt"
1910 title="link to BasicAndDialogs/FirstStepsBasic.odt">FirstStepsBasic.odt</a></td>
1889 <td align="right"> <a href="#examples"
1890 title="link to the Developer's Guide examples overview"><img
1891 class="navigate" src="../../docs/images/nav_up.png"></a> <a
1892 href="../../index.html" title="link to the SDK start page"><img
1893 class="navigate" src="../../docs/images/nav_home.png"></a> </td>
1894 </tr>
1895 </tbody>
1896 </table>

--- 6 unchanged lines hidden (view full) ---

1903 <tr class="thead">
1904 <td class="cell20">Example</td>
1905 <td class="cell80">Description</td>
1906 </tr>
1907 <tr>
1908 <td class="cell20"><a
1909 href="./BasicAndDialogs/FirstStepsBasic.odt"
1910 title="link to BasicAndDialogs/FirstStepsBasic.odt">FirstStepsBasic.odt</a></td>
1911 <td class="cell80">This OpenOffice Basic example shows how to
1911 <td class="cell80">This Apache OpenOffice Basic example shows how to
1912create an own dialog which inserts a graphics object into a text
1913document.</td>
1914 </tr>
1915 <tr>
1916 <td class="cell20"><a
1917 href="./BasicAndDialogs/CreatingDialogs/SampleDialog.java"
1918 title="link to BasicAndDialogs/CreatingDialogs/SampleDialog.java">SampleDialog</a></td>
1919 <td class="cell80">This example builds a Java

--- 614 unchanged lines hidden (view full) ---

2534 <table class="table2">
2535 <tbody>
2536 <tr>
2537 <td>
2538 <table class="table3">
2539 <tbody>
2540 <tr>
2541 <td colspan="2" class="head1"><a
1912create an own dialog which inserts a graphics object into a text
1913document.</td>
1914 </tr>
1915 <tr>
1916 <td class="cell20"><a
1917 href="./BasicAndDialogs/CreatingDialogs/SampleDialog.java"
1918 title="link to BasicAndDialogs/CreatingDialogs/SampleDialog.java">SampleDialog</a></td>
1919 <td class="cell80">This example builds a Java

--- 614 unchanged lines hidden (view full) ---

2534 <table class="table2">
2535 <tbody>
2536 <tr>
2537 <td>
2538 <table class="table3">
2539 <tbody>
2540 <tr>
2541 <td colspan="2" class="head1"><a
2542 name="UniversalContentBroker(UCB)">Universal Content Broker (UCB)
2543examples</a></td>
2542 name="UniversalContentBroker(UCB)"></a>Universal Content Broker (UCB)
2543examples</td>
2544 <td align="right"> <a href="#examples"
2545 title="link to the Developer's Guide examples overview"><img
2546 class="navigate" src="../../docs/images/nav_up.png"></a> <a
2547 href="../../index.html" title="link to the SDK start page"><img
2548 class="navigate" src="../../docs/images/nav_home.png"></a> </td>
2549 </tr>
2550 </tbody>
2551 </table>

--- 349 unchanged lines hidden (view full) ---

2901 <table class="table2">
2902 <tbody>
2903 <tr>
2904 <td>
2905 <table class="table3">
2906 <tbody>
2907 <tr>
2908 <td colspan="2" class="head1"><a
2544 <td align="right"> <a href="#examples"
2545 title="link to the Developer's Guide examples overview"><img
2546 class="navigate" src="../../docs/images/nav_up.png"></a> <a
2547 href="../../index.html" title="link to the SDK start page"><img
2548 class="navigate" src="../../docs/images/nav_home.png"></a> </td>
2549 </tr>
2550 </tbody>
2551 </table>

--- 349 unchanged lines hidden (view full) ---

2901 <table class="table2">
2902 <tbody>
2903 <tr>
2904 <td>
2905 <table class="table3">
2906 <tbody>
2907 <tr>
2908 <td colspan="2" class="head1"><a
2909 name="ScriptingFramework">Scripting Framework Examples</a></td>
2909 name="ScriptingFramework"></a>Scripting Framework Examples</td>
2910 <td align="right"> <a href="#examples"
2911 title="link to the Developer's Guide examples overview"><img
2912 class="navigate" src="../../docs/images/nav_up.png"></a> <a
2913 href="../../index.html" title="link to the SDK start page"><img
2914 class="navigate" src="../../docs/images/nav_home.png"></a> </td>
2915 </tr>
2916 </tbody>
2917 </table>

--- 40 unchanged lines hidden (view full) ---

2958 <td>
2959 <table class="table2">
2960 <tbody>
2961 <tr>
2962 <td>
2963 <table class="table3">
2964 <tbody>
2965 <tr>
2910 <td align="right"> <a href="#examples"
2911 title="link to the Developer's Guide examples overview"><img
2912 class="navigate" src="../../docs/images/nav_up.png"></a> <a
2913 href="../../index.html" title="link to the SDK start page"><img
2914 class="navigate" src="../../docs/images/nav_home.png"></a> </td>
2915 </tr>
2916 </tbody>
2917 </table>

--- 40 unchanged lines hidden (view full) ---

2958 <td>
2959 <table class="table2">
2960 <tbody>
2961 <tr>
2962 <td>
2963 <table class="table3">
2964 <tbody>
2965 <tr>
2966 <td colspan="2" class="head1"><a
2967 name="GraphicalUserInterfaces">Graphical User Interfaces</a></td>
2966 <td colspan="2" class="head1"><a name="GraphicalUserInterfaces"></a>
2967 Graphical User Interfaces</td>
2968 <td align="right"> <a href="#examples"
2969 title="link to the Developer's Guide examples overview"><img
2970 class="navigate" src="../../docs/images/nav_up.png"></a> <a
2971 href="../../index.html" title="link to the SDK start page"><img
2972 class="navigate" src="../../docs/images/nav_home.png"></a> </td>
2973 </tr>
2974 </tbody>
2975 </table>

--- 56 unchanged lines hidden (view full) ---

3032 </tr>
3033 <tr>
3034 <td colspan="3"><img class="line"
3035 src="../../docs/images/sdk_line-1.gif"></td>
3036 </tr>
3037 <tr>
3038 <td colspan="3">
3039 <div class="centertext">
2968 <td align="right"> <a href="#examples"
2969 title="link to the Developer's Guide examples overview"><img
2970 class="navigate" src="../../docs/images/nav_up.png"></a> <a
2971 href="../../index.html" title="link to the SDK start page"><img
2972 class="navigate" src="../../docs/images/nav_home.png"></a> </td>
2973 </tr>
2974 </tbody>
2975 </table>

--- 56 unchanged lines hidden (view full) ---

3032 </tr>
3033 <tr>
3034 <td colspan="3"><img class="line"
3035 src="../../docs/images/sdk_line-1.gif"></td>
3036 </tr>
3037 <tr>
3038 <td colspan="3">
3039 <div class="centertext">
3040 <p><img class="apachelogo" src="../../docs/images/sdk-footer-logo.png" title="Apache Logo" alt="Apache Logo" />
3040 <p><img class="apachelogo" src="../../docs/images/sdk-footer-logo.png" title="Apache Logo" alt="Apache Logo">
3041 Copyright &copy; 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>
3042 </div>
3043 </td>
3044 </tr>
3045</table>
3046<map name="Map">
3041 Copyright &copy; 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>
3042 </div>
3043 </td>
3044 </tr>
3045</table>
3046<map name="Map">
3047 <area shape="rect" coords="10,68,400,105" href="https://www.openoffice.org">
3047 <area shape="rect" coords="25,100,400,25" href="https://www.openoffice.org">
3048</map>
3049</body>
3050</html>
3048</map>
3049</body>
3050</html>