LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sheet_XSheetOutline_idl__
21 #define __com_sun_star_sheet_XSheetOutline_idl__
28 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:34
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:30
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:30
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:22
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:48