LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sheet_XAreaLink_idl__
21 #define __com_sun_star_sheet_XAreaLink_idl__
27 module
com { module sun { module star { module sheet {
contains a cell range address within a spreadsheet document.
Definition: CellRangeAddress.idl:30
void setDestArea([in] com::sun::star::table::CellRangeAddress aDestArea)
sets the position of the linked range in the destination document.
string getSourceArea()
returns the source of the range within the source document.
provides methods to change the settings of a linked cell range.
Definition: XAreaLink.idl:35
Definition: Ambiguous.idl:22
com::sun::star::table::CellRangeAddress getDestArea()
returns the position of the linked range in the destination document.
base interface of all UNO interfaces
Definition: XInterface.idl:48
void setSourceArea([in] string aSourceArea)
sets the source of the range within the source document.