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