21module
com { module sun { module star { module sheet {
is used to access named objects within a container.
Definition XNameAccess.idl:32
provides functions to manage a collection of database ranges.
Definition XDatabaseRanges.idl:29
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:20
contains a cell range address within a spreadsheet document.
Definition CellRangeAddress.idl:27