21module
com { module sun { module star { module sheet {
provides methods to access auditing (detective) features in a spreadsheet.
Definition XSheetAuditing.idl:28
boolean showInvalid()
marks all cells containing invalid values.
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 showDependents([in] com::sun::star::table::CellAddress aPosition)
draws arrows between a formula cell and its dependents.
boolean showPrecedents([in] com::sun::star::table::CellAddress aPosition)
draws arrows between a formula cell and its precedents.
boolean hideDependents([in] com::sun::star::table::CellAddress aPosition)
removes arrows for one level of dependents of a formula cell.
void clearArrows()
removes all auditing arrows from the spreadsheet.
boolean hidePrecedents([in] com::sun::star::table::CellAddress aPosition)
removes arrows for one level of precedents of a formula cell.
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20
contains a cell address within a spreadsheet document.
Definition CellAddress.idl:27