Difference between revisions of "Documentation/DevGuide/Spreadsheets/Detective"
From Apache OpenOffice Wiki
< Documentation | DevGuide
OOoWikiBot (talk | contribs) m (Robot: Changing Category:Documentation/Developers Guide/Spreadsheet Documents) |
OOoWikiBot (talk | contribs) m (FINAL VERSION FOR L10N) |
||
| Line 5: | Line 5: | ||
|NextPage=Documentation/DevGuide/Spreadsheets/Other Table Operations | |NextPage=Documentation/DevGuide/Spreadsheets/Other Table Operations | ||
}} | }} | ||
| − | {{DISPLAYTITLE:Detective}} | + | {{Documentation/DevGuideLanguages|Documentation/DevGuide/Spreadsheets/{{SUBPAGENAME}}}} |
| + | {{DISPLAYTITLE:Detective}} | ||
<!--<idltopic>com.sun.star.sheet.XSheetAuditing</idltopic>--> | <!--<idltopic>com.sun.star.sheet.XSheetAuditing</idltopic>--> | ||
The spreadsheet interface <idl>com.sun.star.sheet.XSheetAuditing</idl> supports the detective functionality of the spreadsheet. | The spreadsheet interface <idl>com.sun.star.sheet.XSheetAuditing</idl> supports the detective functionality of the spreadsheet. | ||
Latest revision as of 10:32, 14 May 2009
The spreadsheet interface com.sun.star.sheet.XSheetAuditing supports the detective functionality of the spreadsheet.
| Methods of com.sun.star.sheet.XSheetAuditing | |
|---|---|
| hideDependents() |
Hides the last arrows to dependent or precedent cells of a formula cell. Repeated calls of the methods shrink the chains of arrows. |
| showDependents() |
Adds arrows to the next dependent or precedent cells of a formula cell. Repeated calls of the methods extend the chains of arrows. |
| showErrors() | Inserts arrows to all cells that cause an error in the specified cell. |
| showInvalid() | Marks all cells that contain invalid values. |
| clearArrows() | Removes all auditing arrows from the spreadsheet. |
| Content on this page is licensed under the Public Documentation License (PDL). |