LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sheet_XSheetAuditing_idl__
21 #define __com_sun_star_sheet_XSheetAuditing_idl__
27 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:30
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:34
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:48
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.