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