examples.html (99eb6ac2) | examples.html (907636ef) |
---|---|
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 --- 334 unchanged lines hidden (view full) --- 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" | 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 --- 334 unchanged lines hidden (view full) --- 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 | 351 and "Status". The columns "Needed Days" and |
352 "Status" are mandatory. The first to-do should be placed in 353 row nine. The date to start the calculation should be placed in cell C6. 354 The private holidays should be placed in cell K4/K5 and below.<br> | 352 "Status" are mandatory. The first to-do should be placed in 353 row nine. The date to start the calculation should be placed in cell C6. 354 The private holidays should be placed in cell K4/K5 and below.<br> |
355 All rows will be calculated up to the first empty cell in the first | 355 All rows will be calculated up to the first empty cell in the first |
356 column. If a cell in the column "Due Date" is colored red, 357 you should take a look at your entries.</td> 358 </tr> 359 <tr> 360 <td class="cell20"><a href="java/EmbedDocument/EmbeddedObject" title="link to the source directory of the Java EmbeddedObject example">EmbeddedObject</a></td> 361 <td class="cell80">Contains a component that provides an example of embedded object implementation.</td> 362 </tr> 363 <tbody> --- 210 unchanged lines hidden (view full) --- 574 <td class="cell20"><a href="basic/text/creating_an_index/" title="link to the source directory of the Apache OpenOffice %PRODUCT_RELEASE% Basic text/create_index example">Creating an Index</a></td> 575 <td class="cell80">Indices for text documents can be created manually in 576 Apache OpenOffice %PRODUCT_RELEASE% Writer by clicking on the words that should appear in the 577 index. If the document is large, or if you have to generate indices for 578 several documents, this task should be automated.</td> 579 </tr> 580 <tr> 581 <td class="cell20"><a href="basic/sheet/" title="link to the source directory of the Apache OpenOffice %PRODUCT_RELEASE% Basic sheet example">Adapting to Euroland</a></td> | 356 column. If a cell in the column "Due Date" is colored red, 357 you should take a look at your entries.</td> 358 </tr> 359 <tr> 360 <td class="cell20"><a href="java/EmbedDocument/EmbeddedObject" title="link to the source directory of the Java EmbeddedObject example">EmbeddedObject</a></td> 361 <td class="cell80">Contains a component that provides an example of embedded object implementation.</td> 362 </tr> 363 <tbody> --- 210 unchanged lines hidden (view full) --- 574 <td class="cell20"><a href="basic/text/creating_an_index/" title="link to the source directory of the Apache OpenOffice %PRODUCT_RELEASE% Basic text/create_index example">Creating an Index</a></td> 575 <td class="cell80">Indices for text documents can be created manually in 576 Apache OpenOffice %PRODUCT_RELEASE% Writer by clicking on the words that should appear in the 577 index. If the document is large, or if you have to generate indices for 578 several documents, this task should be automated.</td> 579 </tr> 580 <tr> 581 <td class="cell20"><a href="basic/sheet/" title="link to the source directory of the Apache OpenOffice %PRODUCT_RELEASE% Basic sheet example">Adapting to Euroland</a></td> |
582 <td class="cell80">Most of the members of the European Union will abandon 583 their old currency in favor of the new Euro in 2001. This requires | 582 <td class="cell80">Most of the members of the European Union have abandoned 583 their old currency in favor of the Euro in 2001. This requires |
584 modifications to all programs using the old currencies. Since the exchange 585 rates for the old currencies have been fixed at the end of 1999, one can | 584 modifications to all programs using the old currencies. Since the exchange 585 rates for the old currencies have been fixed at the end of 1999, one can |
586 already convert old data. The following program does this for all values 587 in a table that are formatted with the currency string DM.</td> | 586 simply convert old data. The following program does this for all values 587 in a table that is formatted with the currency string DM.</td> |
588 </tr> 589 <tr> 590 <td class="cell20"><a href="basic/drawing/" title="link to the source directory of the Apache OpenOffice %PRODUCT_RELEASE% Basic drawing example">Import/Export of ASCII Files</a></td> 591 <td class="cell80">You can use the drawing facilities of StarOffice API 592 to generate a picture from ASCII input. One application would be a 593 hierarchical representation of a directory listing, based on textual 594 data.</td> 595 </tr> --- 182 unchanged lines hidden --- | 588 </tr> 589 <tr> 590 <td class="cell20"><a href="basic/drawing/" title="link to the source directory of the Apache OpenOffice %PRODUCT_RELEASE% Basic drawing example">Import/Export of ASCII Files</a></td> 591 <td class="cell80">You can use the drawing facilities of StarOffice API 592 to generate a picture from ASCII input. One application would be a 593 hierarchical representation of a directory listing, based on textual 594 data.</td> 595 </tr> --- 182 unchanged lines hidden --- |