| LibreOffice
    LibreOffice 24.8 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. | |
| void | setSourceArea ([in] string aSourceArea) | 
| sets the source of the range within the source document. | |
| com::sun::star::table::CellRangeAddress | getDestArea () | 
| returns the position of the linked range in the destination document. | |
| void | setDestArea ([in] com::sun::star::table::CellRangeAddress aDestArea) | 
| sets the position of the linked range in the destination document. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
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.