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

service DDELinks
Description
represents a collection of DDE links.
See also
DDELink, SpreadsheetDocument

Exported Interfaces - Summary
::com::sun::star::container::XNameAccess

provides access to the DDE links via the DDE link string. (details)

::com::sun::star::container::XIndexAccess

provides access to the DDE links via index. (details)

::com::sun::star::container::XEnumerationAccess

creates an enumeration of all DDE links. (details)

XDDELinks

provides a method to add a DDE link to a spreadsheet. (details)

Exported Interfaces - Details
::com::sun::star::container::XNameAccess
Description
provides access to the DDE links via the DDE link string.

A DDE link has the form Application|Topic!Item.

::com::sun::star::container::XIndexAccess
Description
provides access to the DDE links via index.
See also
DDELink
::com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of all DDE links.
See also
DDELinksEnumeration
XDDELinks
Usage Restrictions
optional
Description
provides a method to add a DDE link to a spreadsheet.
Since
OOo 3.0

 
Top of Page