20 #ifndef __com_sun_star_sheet_XDatabaseRanges_idl__
21 #define __com_sun_star_sheet_XDatabaseRanges_idl__
27 module
com { module sun { module star { module sheet {
is used to access named objects within a container.
Definition: XNameAccess.idl:40
provides functions to manage a collection of database ranges.
Definition: XDatabaseRanges.idl:35
void removeByName([in] string aName)
removes a database range from the collection.
void addNewByName([in] string aName, [in] com::sun::star::table::CellRangeAddress aRange)
adds a new database range to the collection.
Definition: Ambiguous.idl:22
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:30