LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides methods to access auditing (detective) features in a spreadsheet. More...
import"XSheetAuditing.idl";
Public Member Functions | |
boolean | hideDependents ([in] com::sun::star::table::CellAddress aPosition) |
removes arrows for one level of dependents of a formula cell. More... | |
boolean | hidePrecedents ([in] com::sun::star::table::CellAddress aPosition) |
removes arrows for one level of precedents of a formula cell. More... | |
boolean | showDependents ([in] com::sun::star::table::CellAddress aPosition) |
draws arrows between a formula cell and its dependents. More... | |
boolean | showPrecedents ([in] com::sun::star::table::CellAddress aPosition) |
draws arrows between a formula cell and its precedents. More... | |
boolean | showErrors ([in] com::sun::star::table::CellAddress aPosition) |
draws arrows between a formula cell containing an error and the cells causing the error. More... | |
boolean | showInvalid () |
marks all cells containing invalid values. More... | |
void | clearArrows () |
removes all auditing arrows from the spreadsheet. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
provides methods to access auditing (detective) features in a spreadsheet.
void clearArrows | ( | ) |
removes all auditing arrows from the spreadsheet.
boolean hideDependents | ( | [in] com::sun::star::table::CellAddress | aPosition | ) |
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.
aPosition | the address of the formula cell. |
boolean hidePrecedents | ( | [in] com::sun::star::table::CellAddress | aPosition | ) |
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.
aPosition | the address of the formula cell. |
boolean showDependents | ( | [in] com::sun::star::table::CellAddress | aPosition | ) |
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.
aPosition | the address of the formula cell. |
boolean showErrors | ( | [in] com::sun::star::table::CellAddress | aPosition | ) |
draws arrows between a formula cell containing an error and the cells causing the error.
boolean showInvalid | ( | ) |
marks all cells containing invalid values.
boolean showPrecedents | ( | [in] com::sun::star::table::CellAddress | aPosition | ) |
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.
aPosition | the address of the formula cell. |