21module
com { module sun { module star { module sheet {
is used to access named objects within a container.
Definition XNameAccess.idl:32
provides access to the members in a collection of named ranges and to insert and remove them.
Definition XNamedRanges.idl:31
void addNewByName([in] string aName, [in] string aContent, [in] com::sun::star::table::CellAddress aPosition, [in] long nType)
adds a new named range to the collection.
void removeByName([in] string aName)
removes a named range from the collection.
void addNewFromTitles([in] com::sun::star::table::CellRangeAddress aSource, [in] com::sun::star::sheet::Border aBorder)
creates named cell ranges from titles in a cell range.
void outputList([in] com::sun::star::table::CellAddress aOutputPosition)
writes a list of all named ranges into the document.
Border
is used to select one of the four borders of a cell range.
Definition Border.idl:27
Definition Ambiguous.idl:20
contains a cell address within a spreadsheet document.
Definition CellAddress.idl:27
contains a cell range address within a spreadsheet document.
Definition CellRangeAddress.idl:27