|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module sheet {
void autoOutline([in] com::sun::star::table::CellRangeAddress aRange)
creates outline groups from formula references in a range.
void hideDetail([in] com::sun::star::table::CellRangeAddress aRange)
collapses an outline group.
void clearOutline()
removes all outline groups from the sheet.
provides methods to access the outlines of a sheet.
Definition: XSheetOutline.idl:27
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:27
void showDetail([in] com::sun::star::table::CellRangeAddress aRange)
reopens an outline group.
TableOrientation
used to select whether operations are carried out on columns or rows.
Definition: TableOrientation.idl:27
void group([in] com::sun::star::table::CellRangeAddress aRange, [in] com::sun::star::table::TableOrientation nOrientation)
creates an outline group.
void showLevel([in] short nLevel, [in] com::sun::star::table::TableOrientation nOrientation)
shows all outlined groups below a specific level.
Definition: Ambiguous.idl:20
void ungroup([in] com::sun::star::table::CellRangeAddress aRange, [in] com::sun::star::table::TableOrientation nOrientation)
removes outline groups.
base interface of all UNO interfaces
Definition: XInterface.idl:46