(incubating) | The Free and Open Productivity Suite

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: sheet ::

interface XAreaLinks
Base Interfaces
XAreaLinks
┗ ::com::sun::star::container::XIndexAccess
   ┗ ::com::sun::star::container::XElementAccess

::com::sun::star::container::XIndexAccess
(referenced interface's summary:)
provides access to the elements of a collection through an index.
Description
provides access via index to a collection of area links and inserting and removing area links.
See also
CellAreaLinks, CellAreaLink
Developers Guide
Spreadsheets - Cell Area Links

Methods' Summary
insertAtPosition creates an area link and adds it to the collection.  
removeByIndex removes an area link from the collection.  
Methods' Details
insertAtPosition
void
insertAtPosition( [in] ::com::sun::star::table::CellAddress  aDestPos,
[in] string  aFileName,
[in] string  aSourceArea,
[in] string  aFilter,
[in] string  aFilterOptions );

Description
creates an area link and adds it to the collection.
Parameter aDestPos
the address of the first cell of the range inside the current document.
Parameter aFileName
the URL of the source document.
Parameter 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.

Parameter aFilter
the name of the filter used to load the source document.
Parameter aFilterOptions
optional filter options for the specified filter.
removeByIndex
void
removeByIndex( [in] long  nIndex );

Description
removes an area link from the collection.
Top of Page

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.