interface XDDELink in module com::sun::star::sheet::

(Global Index)

Syntax

interface XDDELink : com::sun::star::uno::XInterface ;

Description

represents a DDE link. @deprecated@see com::sun::star::sheet::DDELink

Method Summary

getApplication returns the application from which data are requested (the DDE server application).

getTopic returns the DDE topic from which data are requested.

getItem returns the DDE item from which data are requested.

Known Services Which Export this Interface

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

Method Details



getApplication

Syntax

string getApplication ();

Description

returns the application from which data are requested (the DDE server application).


getTopic

Syntax

string getTopic ();

Description

returns the DDE topic from which data are requested.


getItem

Syntax

string getItem ();

Description

returns the DDE item from which data are requested.

Top of Page