provides access to the settings of a consolidation descriptor. More...
import "XConsolidationDescriptor.idl";
 
  
| Public Member Functions | |
| com::sun::star::sheet::GeneralFunction | getFunction () | 
| returns the function by which the ranges are consolidated. | |
| void | setFunction ([in] com::sun::star::sheet::GeneralFunction nFunction) | 
| sets the function by which the ranges are consolidated. | |
| 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. | |
| com::sun::star::table::CellAddress | getStartOutputPosition () | 
| returns the position of the top left cell of the cell range where the consolidated data are copied. | |
| 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. | |
| boolean | getUseColumnHeaders () | 
| returns, whether column headers from the cell ranges are used to find matching data or not. | |
| void | setUseColumnHeaders ([in] boolean bUseColumnHeaders) | 
| specifies if column headers from the cell ranges are used to find matching data. | |
| boolean | getUseRowHeaders () | 
| returns, whether row headers from the cell ranges are used to find matching data or not. | |
| void | setUseRowHeaders ([in] boolean bUseRowHeaders) | 
| specifies if row headers from the cell ranges are used to find matching data. | |
| boolean | getInsertLinks () | 
| returns, whether links to the original data are inserted in the output area or not. | |
| void | setInsertLinks ([in] boolean bInsertLinks) | 
| specifies if links to the original data are inserted in the output area. | |
|  Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
provides access to the settings of a consolidation descriptor.
| com::sun::star::sheet::GeneralFunction getFunction | ( | ) | 
returns the function by which the ranges are consolidated.
| boolean getInsertLinks | ( | ) | 
returns, whether links to the original data are inserted in the output area or not.
| sequence< com::sun::star::table::CellRangeAddress > getSources | ( | ) | 
returns the cell ranges which are consolidated.
| com::sun::star::table::CellAddress getStartOutputPosition | ( | ) | 
returns the position of the top left cell of the cell range where the consolidated data are copied.
| boolean getUseColumnHeaders | ( | ) | 
returns, whether column headers from the cell ranges are used to find matching data or not.
| boolean getUseRowHeaders | ( | ) | 
returns, whether row headers from the cell ranges are used to find matching data or not.
| void setFunction | ( | [in] com::sun::star::sheet::GeneralFunction | nFunction | ) | 
sets the function by which the ranges are consolidated.
| void setInsertLinks | ( | [in] boolean | bInsertLinks | ) | 
specifies if links to the original data are inserted in the output area.
| 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.
| void setUseColumnHeaders | ( | [in] boolean | bUseColumnHeaders | ) | 
specifies if column headers from the cell ranges are used to find matching data.
| void setUseRowHeaders | ( | [in] boolean | bUseRowHeaders | ) | 
specifies if row headers from the cell ranges are used to find matching data.