LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sheet_XConsolidationDescriptor_idl__
21 #define __com_sun_star_sheet_XConsolidationDescriptor_idl__
29 module
com { module sun { module star { module sheet {
53 sequence< com::sun::star::table::CellRangeAddress >
getSources();
59 [in] sequence< com::sun::star::table::CellRangeAddress > aSources );
boolean getUseColumnHeaders()
returns, whether column headers from the cell ranges are used to find matching data or not.
com::sun::star::sheet::GeneralFunction getFunction()
returns the function by which the ranges are consolidated.
contains a cell address within a spreadsheet document.
Definition: CellAddress.idl:30
com::sun::star::table::CellAddress getStartOutputPosition()
returns the position of the top left cell of the cell range where the consolidated data are copied.
provides access to the settings of a consolidation descriptor.
Definition: XConsolidationDescriptor.idl:39
void setInsertLinks([in] boolean bInsertLinks)
specifies if links to the original data are inserted in the output area.
void setUseColumnHeaders([in] boolean bUseColumnHeaders)
specifies if column headers from the cell ranges are used to find matching data.
void setFunction([in] com::sun::star::sheet::GeneralFunction nFunction)
sets the function by which the ranges are consolidated.
boolean getUseRowHeaders()
returns, whether row headers from the cell ranges are used to find matching data or not.
GeneralFunction
used to specify a function to be calculated from values.
Definition: GeneralFunction.idl:30
boolean getInsertLinks()
returns, whether links to the original data are inserted in the output area or not.
Definition: Ambiguous.idl:22
void setUseRowHeaders([in] boolean bUseRowHeaders)
specifies if row headers from the cell ranges are used to find matching data.
base interface of all UNO interfaces
Definition: XInterface.idl:48
sequence< com::sun::star::table::CellRangeAddress > getSources()
returns the cell ranges which are consolidated.
void setSources([in] sequence< com::sun::star::table::CellRangeAddress > aSources)
sets the cell ranges which are consolidated.
void setStartOutputPosition([in] com::sun::star::table::CellAddress aStartOutputPosition)
sets the position of the top left cell of the cell range where the consolidated data are copied.