Content for OpenOffice.org version 3.3.
| Methods' Summary |
| hideDependents |
removes arrows for one level of dependents of a formula cell.
|
| hidePrecedents |
removes arrows for one level of precedents of a formula cell.
|
| showDependents |
draws arrows between a formula cell and its dependents.
|
| showPrecedents |
draws arrows between a formula cell and its precedents.
|
| showErrors |
draws arrows between a formula cell containing an error
and the cells causing the error.
|
| showInvalid |
marks all cells containing invalid values.
|
| clearArrows |
removes all auditing arrows from the spreadsheet.
|
| Methods' Details |
hideDependents
- Description
- removes arrows for one level of dependents of a formula cell.
If the method is executed again for the same cell, the previous
level of dependent cells is removed.
- Parameter aPosition
- the address of the formula cell.
|
|
hidePrecedents
- Description
- removes arrows for one level of precedents of a formula cell.
If the method is executed again for the same cell, the previous
level of dependent cells is removed.
- Parameter aPosition
- the address of the formula cell.
|
|
showDependents
- Description
- draws arrows between a formula cell and its dependents.
If the method is executed again for the same cell, the next
level of dependent cells is marked.
- Parameter aPosition
- the address of the formula cell.
|
|
showPrecedents
- Description
- draws arrows between a formula cell and its precedents.
If the method is executed again for the same cell, the next
level of dependent cells is marked.
- Parameter aPosition
- the address of the formula cell.
|
|
showErrors
- Description
- draws arrows between a formula cell containing an error
and the cells causing the error.
|
|
showInvalid
- Description
- marks all cells containing invalid values.
|
|
clearArrows
- Description
- removes all auditing arrows from the spreadsheet.
|
|
Top of Page
Copyright © 1995, 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.