LibreOffice
LibreOffice 5.3 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | List of all members
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. More...
 
interface com::sun::star::sheet::XDDELink
 provides methods to change the settings of the DDE link. More...
 
interface com::sun::star::util::XRefreshable
 provides methods to reload the external linked data. More...
 
interface com::sun::star::sheet::XDDELinkResults
 provides access to the DDE link results. More...
 

Additional Inherited Members

- Public Member Functions inherited from XNamed
string getName ()
 
void setName ([in] string aName)
 sets the programmatic name of the object. More...
 
- Public Member Functions inherited from XInterface
any queryInterface ([in] type aType)
 queries for a new interface to an existing UNO object. More...
 
void acquire ()
 increases the reference counter by one. More...
 
void release ()
 decreases the reference counter by one. More...
 
- Public Member Functions inherited from XRefreshable
void refresh ()
 refreshes the data of the object from the connected data source. More...
 
void addRefreshListener ([in] com::sun::star::util::XRefreshListener l)
 adds the specified listener to receive the event "refreshed." More...
 
void removeRefreshListener ([in] com::sun::star::util::XRefreshListener l)
 removes the specified listener. More...
 
- Protected Member Functions inherited from XDDELinkResults
sequence< sequence< any > > getResults ()
 returns the DDE link results. More...
 
void setResults ([in] sequence< sequence< any > > aResults)
 sets the DDE link results. More...
 

Detailed Description

represents a DDE link.

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

Developers Guide
Spreadsheets - DDE Links

Exported Interfaces

provides access to the name of the DDE link.

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

provides methods to change the settings of the DDE link.

provides access to the DDE link results.

Since
OOo 3.0

provides methods to reload the external linked data.


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