LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
DDELink Service Referencepublished

represents a DDE link. More...

import "DDELink.idl";

Inheritance diagram for DDELink:
XNamed XDDELink XRefreshable XDDELinkResults XInterface XInterface XInterface XInterface

Exported Interfaces

interface com::sun::star::container::XNamed
 provides access to the name of the DDE link.
interface com::sun::star::sheet::XDDELink
 provides methods to change the settings of the DDE link.
interface com::sun::star::util::XRefreshable
 provides methods to reload the external linked data.
interface com::sun::star::sheet::XDDELinkResults
 provides access to the DDE link results.

Additional Inherited Members

Public Member Functions inherited from XNamed
string getName ()
void setName ([in] string aName)
 sets the programmatic name of the object.
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.
Public Member Functions inherited from XRefreshable
void refresh ()
 refreshes the data of the object from the connected data source.
void addRefreshListener ([in] com::sun::star::util::XRefreshListener l)
 adds the specified listener to receive the event "refreshed."
void removeRefreshListener ([in] com::sun::star::util::XRefreshListener l)
 removes the specified listener.
Protected Member Functions inherited from XDDELinkResults
sequence< sequence< any > > getResults ()
 returns the DDE link results.
void setResults ([in] sequence< sequence< any > > aResults)
 sets the DDE link results.

Detailed Description

represents a DDE link.

A DDE link controls the results of a DDE spreadsheet formula.

Developers Guide
Spreadsheet Documents - DDE Links

Exported Interfaces

◆ com::sun::star::container::XNamed

provides access to the name of the DDE link.

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

◆ com::sun::star::sheet::XDDELink

provides methods to change the settings of the DDE link.

◆ com::sun::star::sheet::XDDELinkResults

provides access to the DDE link results.

Since
OOo 3.0

◆ com::sun::star::util::XRefreshable

provides methods to reload the external linked data.


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