21module 
com {  module sun {  module star {  module table {
 
   56            [in] sequence<com::sun::star::table::CellRangeAddress> aRanges,
 
   57            [in] 
boolean bColumnHeaders,
 
   58            [in] 
boolean bRowHeaders );
 
 
is used to access named objects within a container.
Definition XNameAccess.idl:32
provides methods to access charts via name and to insert and remove charts.
Definition XTableCharts.idl:30
void addNewByName([in] string aName, [in] com::sun::star::awt::Rectangle aRect, [in] sequence< com::sun::star::table::CellRangeAddress > aRanges, [in] boolean bColumnHeaders, [in] boolean bRowHeaders)
creates a chart and adds it to the collection.
void removeByName([in] string aName)
removes a chart from the collection.
Definition Ambiguous.idl:20
specifies a rectangular area by position and size.
Definition Rectangle.idl:28