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 --- 13 unchanged lines hidden (view full) --- 22#************************************************************** 23 --> 24<html> 25<head> 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" | 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 --- 13 unchanged lines hidden (view full) --- 22#************************************************************** 23 --> 24<html> 25<head> 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"> | 30 content="text/html; charset=UTF-8"> |
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); background-position: bottom; "> --- 1865 unchanged lines hidden (view full) --- 1904 <tr class="thead"> 1905 <td class="cell20">Example</td> 1906 <td class="cell80">Description</td> 1907 </tr> 1908 <tr> 1909 <td class="cell20"><a 1910 href="./BasicAndDialogs/FirstStepsBasic.odt" 1911 title="link to BasicAndDialogs/FirstStepsBasic.odt">FirstStepsBasic.odt</a></td> | 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); background-position: bottom; "> --- 1865 unchanged lines hidden (view full) --- 1904 <tr class="thead"> 1905 <td class="cell20">Example</td> 1906 <td class="cell80">Description</td> 1907 </tr> 1908 <tr> 1909 <td class="cell20"><a 1910 href="./BasicAndDialogs/FirstStepsBasic.odt" 1911 title="link to BasicAndDialogs/FirstStepsBasic.odt">FirstStepsBasic.odt</a></td> |
1912 <td class="cell80">This StarBasc example shows how to | 1912 <td class="cell80">This StarBasic example shows how to |
1913create an own dialog which inserts a graphics object into a text 1914document.</td> 1915 </tr> 1916 <tr> 1917 <td class="cell20"><a 1918 href="./BasicAndDialogs/CreatingDialogs/SampleDialog.java" 1919 title="link to BasicAndDialogs/CreatingDialogs/SampleDialog.java">SampleDialog</a></td> 1920 <td class="cell80">This example builds a Java --- 263 unchanged lines hidden (view full) --- 2184 <td class="cell80">This file contains the 2185implementation of the class declared in SStatement.hxx.</td> 2186 </tr> 2187 <tr> 2188 <td class="cell20"><a 2189 href="./Database/DriverSkeleton/propertyids.hxx" 2190 title="link to Database/DriverSkeleton/propertyids.hxx">propertyids.hxx</a></td> 2191 <td class="cell80">Defines some common used strings | 1913create an own dialog which inserts a graphics object into a text 1914document.</td> 1915 </tr> 1916 <tr> 1917 <td class="cell20"><a 1918 href="./BasicAndDialogs/CreatingDialogs/SampleDialog.java" 1919 title="link to BasicAndDialogs/CreatingDialogs/SampleDialog.java">SampleDialog</a></td> 1920 <td class="cell80">This example builds a Java --- 263 unchanged lines hidden (view full) --- 2184 <td class="cell80">This file contains the 2185implementation of the class declared in SStatement.hxx.</td> 2186 </tr> 2187 <tr> 2188 <td class="cell20"><a 2189 href="./Database/DriverSkeleton/propertyids.hxx" 2190 title="link to Database/DriverSkeleton/propertyids.hxx">propertyids.hxx</a></td> 2191 <td class="cell80">Defines some common used strings |
2192and declare a helper class for properties.</td> | 2192and declares a helper class for properties.</td> |
2193 </tr> 2194 <tr> 2195 <td class="cell20"><a 2196 href="./Database/DriverSkeleton/propertyids.cxx" 2197 title="link to Database/DriverSkeleton/propertyids.cxx">propertyids.cxx</a></td> 2198 <td class="cell80">Implements the property helper 2199class.</td> 2200 </tr> --- 107 unchanged lines hidden (view full) --- 2308example for a form working on a database. Two tables will be created 2309and a form (writer document) with a business example will fill its 2310fields from these tables.</td> 2311 </tr> 2312 <tr> 2313 <td class="cell20"><a 2314 href="./Forms/DateValidator.java" 2315 title="link to Forms/DateValidator.java">DateValidator</a></td> | 2193 </tr> 2194 <tr> 2195 <td class="cell20"><a 2196 href="./Database/DriverSkeleton/propertyids.cxx" 2197 title="link to Database/DriverSkeleton/propertyids.cxx">propertyids.cxx</a></td> 2198 <td class="cell80">Implements the property helper 2199class.</td> 2200 </tr> --- 107 unchanged lines hidden (view full) --- 2308example for a form working on a database. Two tables will be created 2309and a form (writer document) with a business example will fill its 2310fields from these tables.</td> 2311 </tr> 2312 <tr> 2313 <td class="cell20"><a 2314 href="./Forms/DateValidator.java" 2315 title="link to Forms/DateValidator.java">DateValidator</a></td> |
2316 <td class="cell80">The class <code>DateValidator</code> 2317implements an <a | 2316 <td class="cell80">The class <code>DateValidator</code> implements an <a |
2318 href="../../docs/common/ref/com/sun/star/form/validation/XValidator.html" 2319 title="link to the reference documentation of com.sun.star.form.validation.XValidator">validator</a> 2320for a form control, which can check the content of a form date field. </td> 2321 </tr> 2322 <tr> 2323 <td class="cell20"><a 2324 href="./Forms/DocumentBasedExample.java" 2325 title="link to Forms/DocumentBasedExample.java">DocumentBasedExample</a></td> --- 77 unchanged lines hidden (view full) --- 2403 title="link to the reference documentation of com.sun.star.form.validation.XValidator">validator</a> 2404for a form control, which can veto certain selections in a list box 2405control.</td> 2406 </tr> 2407 <tr> 2408 <td class="cell20"><a 2409 href="./Forms/NumericValidator.java" 2410 title="link to Forms/NumericValidator.java">NumericValidator</a></td> | 2317 href="../../docs/common/ref/com/sun/star/form/validation/XValidator.html" 2318 title="link to the reference documentation of com.sun.star.form.validation.XValidator">validator</a> 2319for a form control, which can check the content of a form date field. </td> 2320 </tr> 2321 <tr> 2322 <td class="cell20"><a 2323 href="./Forms/DocumentBasedExample.java" 2324 title="link to Forms/DocumentBasedExample.java">DocumentBasedExample</a></td> --- 77 unchanged lines hidden (view full) --- 2402 title="link to the reference documentation of com.sun.star.form.validation.XValidator">validator</a> 2403for a form control, which can veto certain selections in a list box 2404control.</td> 2405 </tr> 2406 <tr> 2407 <td class="cell20"><a 2408 href="./Forms/NumericValidator.java" 2409 title="link to Forms/NumericValidator.java">NumericValidator</a></td> |
2411 <td class="cell80">The class <code>NumericValidator</code> 2412implements an <a | 2410 <td class="cell80">The class <code>NumericValidator</code> implements an <a |
2413 href="../../docs/common/ref/com/sun/star/form/validation/XValidator.html" 2414 title="link to the reference documentation of com.sun.star.form.validation.XValidator">validator</a> 2415for a form control, which can veto certain values in every control 2416which allows exchanging numerical values.</td> 2417 </tr> 2418 <tr> 2419 <td class="cell20"><a 2420 href="./Forms/SingleControlValidation.java" --- 73 unchanged lines hidden (view full) --- 2494 href="../../docs/common/ref/com/sun/star/form/validation/XValidator.html" 2495 title="link to the reference documentation of com.sun.star.form.validation.XValidator">validator</a> 2496for a form control, which can monitor the content of a form time field. 2497 </td> 2498 </tr> 2499 <tr> 2500 <td class="cell20"><a href="./Forms/UNO.java" 2501 title="link to Forms/UNO.java">UNO</a></td> | 2411 href="../../docs/common/ref/com/sun/star/form/validation/XValidator.html" 2412 title="link to the reference documentation of com.sun.star.form.validation.XValidator">validator</a> 2413for a form control, which can veto certain values in every control 2414which allows exchanging numerical values.</td> 2415 </tr> 2416 <tr> 2417 <td class="cell20"><a 2418 href="./Forms/SingleControlValidation.java" --- 73 unchanged lines hidden (view full) --- 2492 href="../../docs/common/ref/com/sun/star/form/validation/XValidator.html" 2493 title="link to the reference documentation of com.sun.star.form.validation.XValidator">validator</a> 2494for a form control, which can monitor the content of a form time field. 2495 </td> 2496 </tr> 2497 <tr> 2498 <td class="cell20"><a href="./Forms/UNO.java" 2499 title="link to Forms/UNO.java">UNO</a></td> |
2502 <td class="cell80">A small UNO-syntax related helper 2503class.</td> | 2500 <td class="cell80">A small UNO-syntax related helper class.</td> |
2504 </tr> 2505 <tr> 2506 <td class="cell20"><img 2507 src="../../docs/images/blueball.png"> <a 2508 href="./Forms/ValueBinding.java" 2509 title="link to Forms/ValueBinding.java">ValueBinding</a></td> 2510 <td class="cell80">An example how to bind the content 2511of a form control to a table cell in a text document.</td> --- 531 unchanged lines hidden (view full) --- 3043 <div class="centertext"> 3044 <p><img class="apachelogo" src="../../docs/images/sdk-footer-logo.png" title="Apache Logo" alt="Apache Logo" /> 3045 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> 3046 </div> 3047 </td> 3048 </tr> 3049</table> 3050<map name="Map"> | 2501 </tr> 2502 <tr> 2503 <td class="cell20"><img 2504 src="../../docs/images/blueball.png"> <a 2505 href="./Forms/ValueBinding.java" 2506 title="link to Forms/ValueBinding.java">ValueBinding</a></td> 2507 <td class="cell80">An example how to bind the content 2508of a form control to a table cell in a text document.</td> --- 531 unchanged lines hidden (view full) --- 3040 <div class="centertext"> 3041 <p><img class="apachelogo" src="../../docs/images/sdk-footer-logo.png" title="Apache Logo" alt="Apache Logo" /> 3042 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> 3043 </div> 3044 </td> 3045 </tr> 3046</table> 3047<map name="Map"> |
3051 <area shape="rect" coords="10,68,400,105" href="http://www.openoffice.org"> | 3048 <area shape="rect" coords="10,68,400,105" href="https://www.openoffice.org"> |
3052</map> 3053</body> 3054</html> | 3049</map> 3050</body> 3051</html> |