LibreOffice
LibreOffice 24.2 SDK API Reference
|
represents a DDE link. More...
import"DDELink.idl";
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 XDDELink | |
string | getApplication () |
returns the application from which data are requested (the DDE server application). More... | |
string | getTopic () |
returns the DDE topic from which data are requested. More... | |
string | getItem () |
returns the DDE item from which data are requested. 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... | |
represents a DDE link.
A DDE link controls the results of a DDE spreadsheet formula.
interface com::sun::star::container::XNamed |
provides access to the name of the DDE link.
A DDE link has the form Application|Topic!Item.
interface com::sun::star::sheet::XDDELink |
provides methods to change the settings of the DDE link.
|
optional |
provides access to the DDE link results.
interface com::sun::star::util::XRefreshable |
provides methods to reload the external linked data.