LibreOffice
LibreOffice 24.2 SDK API Reference
Public Member Functions | List of all members
XAreaLink Interface Referencepublished

provides methods to change the settings of a linked cell range. More...

import"XAreaLink.idl";

Inheritance diagram for XAreaLink:
XInterface CellAreaLink

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...
 

Detailed Description

provides methods to change the settings of a linked cell range.

See also
com::sun::star::sheet::CellAreaLink
Developers Guide
Spreadsheet Documents - Cell Area Links

Member Function Documentation

◆ getDestArea()

returns the position of the linked range in the destination document.

◆ getSourceArea()

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.

◆ setDestArea()

void setDestArea ( [in] com::sun::star::table::CellRangeAddress  aDestArea)

sets the position of the linked range in the destination document.

◆ setSourceArea()

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.


The documentation for this interface was generated from the following file: