LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sheet_XNamedRanges_idl__
21 #define __com_sun_star_sheet_XNamedRanges_idl__
29 module
com { module sun { module star { module sheet {
contains a cell address within a spreadsheet document.
Definition: CellAddress.idl:30
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:30
void removeByName([in] string aName)
removes a named range from the collection.
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.
provides access to the members in a collection of named ranges and to insert and remove them.
Definition: XNamedRanges.idl:39
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.
is used to access named objects within a container.
Definition: XNameAccess.idl:40
void outputList([in] com::sun::star::table::CellAddress aOutputPosition)
writes a list of all named ranges into the document.
Definition: Ambiguous.idl:22
Border
is used to select one of the four borders of a cell range.
Definition: Border.idl:30