Difference between revisions of "Documentation/DevGuide/Spreadsheets/Detective"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Changing Category:Spreadsheet Documents)
m (FINAL VERSION FOR L10N)
 
(One intermediate revision by the same user not shown)
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.
Line 33: Line 34:
 
{{PDL1}}
 
{{PDL1}}
  
[[Category:Documentation/Developers Guide/Spreadsheet Documents]]
+
[[Category:Documentation/Developer's Guide/Spreadsheet Documents]]

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()

hidePrecedents()

Hides the last arrows to dependent or precedent cells of a formula cell. Repeated calls of the methods shrink the chains of arrows.
showDependents()

showPrecedents()

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).
Personal tools
In other languages