| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
provides access via index to a collection of area links and inserting and removing area links. More...
import "XAreaLinks.idl";
 
  
| Public Member Functions | |
| void | insertAtPosition ([in] com::sun::star::table::CellAddress aDestPos, [in] string aFileName, [in] string aSourceArea, [in] string aFilter, [in] string aFilterOptions) | 
| creates an area link and adds it to the collection. | |
| void | removeByIndex ([in] long nIndex) | 
| removes an area link from the collection. | |
| Public Member Functions inherited from XIndexAccess | |
| long | getCount () | 
| any | getByIndex ([in] long Index) raises ( com::sun::star::lang::IndexOutOfBoundsException, com::sun::star::lang::WrappedTargetException ) | 
| Public Member Functions inherited from XElementAccess | |
| type | getElementType () | 
| boolean | hasElements () | 
| 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 access via index to a collection of area links and inserting and removing area links.
| void insertAtPosition | ( | [in] com::sun::star::table::CellAddress | aDestPos, | 
| [in] string | aFileName, | ||
| [in] string | aSourceArea, | ||
| [in] string | aFilter, | ||
| [in] string | aFilterOptions ) | 
creates an area link and adds it to the collection.
| aDestPos | the address of the first cell of the range inside the current document. | 
| aFileName | the URL of the source document. | 
| aSourceArea | the name of the range in 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.
| aFilter | the name of the filter used to load the source document. | 
| aFilterOptions | optional filter options for the specified filter. | 
| void removeByIndex | ( | [in] long | nIndex | ) | 
removes an area link from the collection.