LibreOffice
LibreOffice 24.2 SDK API Reference
|
provides methods to change the settings of a linked cell range. More...
import"XAreaLink.idl";
Public Member Functions | |
string | getSourceArea () |
returns the source of the range within the source document. More... | |
void | setSourceArea ([in] string aSourceArea) |
sets the source of the range within the source document. More... | |
com::sun::star::table::CellRangeAddress | getDestArea () |
returns the position of the linked range in the destination document. More... | |
void | setDestArea ([in] com::sun::star::table::CellRangeAddress aDestArea) |
sets the position of the linked range in the destination document. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
provides methods to change the settings of a linked cell range.
com::sun::star::table::CellRangeAddress getDestArea | ( | ) |
returns the position of the linked range in the destination document.
string getSourceArea | ( | ) |
returns the source of the range within the source document.
This can be the address of a cell or range in the form "Sheet1.A1:C5", or the name of a named range or database range.
void setDestArea | ( | [in] com::sun::star::table::CellRangeAddress | aDestArea | ) |
sets the position of the linked range in the destination document.
void setSourceArea | ( | [in] string | aSourceArea | ) |
sets the source of the range within the source document.
This can be the address of a cell or range in the form "Sheet1.A1:C5", or the name of a named range or database range.