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 );
71 void setStartOutputPosition(
78 boolean getUseColumnHeaders();
84 void setUseColumnHeaders( [in]
boolean bUseColumnHeaders );
90 boolean getUseRowHeaders();
96 void setUseRowHeaders( [in]
boolean bUseRowHeaders );
102 boolean getInsertLinks();
108 void setInsertLinks( [in]
boolean bInsertLinks );
Definition: Ambiguous.idl:22
contains a cell address within a spreadsheet document.
Definition: CellAddress.idl:29
GeneralFunction
used to specify a function to be calculated from values.
Definition: GeneralFunction.idl:29
base interface of all UNO interfaces
Definition: XInterface.idl:47
provides access to the settings of a consolidation descriptor.
Definition: XConsolidationDescriptor.idl:38