20 #ifndef __com_sun_star_table_XTableChart_idl__ 21 #define __com_sun_star_table_XTableChart_idl__ 27 module
com { module sun { module star { module table {
41 boolean getHasColumnHeaders();
47 void setHasColumnHeaders( [in]
boolean bHasColumnHeaders );
53 boolean getHasRowHeaders();
59 void setHasRowHeaders( [in]
boolean bHasRowHeaders );
64 sequence<com::sun::star::table::CellRangeAddress> getRanges();
70 [in] sequence<com::sun::star::table::CellRangeAddress> aRanges );
Definition: Ambiguous.idl:22
provides access to the settings of a chart object in a table or spreadsheet.
Definition: XTableChart.idl:35
base interface of all UNO interfaces
Definition: XInterface.idl:47