diff options
author | Michael Hönnig <mi@openoffice.org> | 2002-10-03 12:11:20 +0000 |
---|---|---|
committer | Michael Hönnig <mi@openoffice.org> | 2002-10-03 12:11:20 +0000 |
commit | 3ed849358bbc4beacb456e3f903b52709d58b1bb (patch) | |
tree | 278e87a4cdec4d27e4b93a501c422b9d23b0b5c9 /offapi/com/sun/star/sheet/DDELink.idl | |
parent | 3ca7e230e0f4a6244bd4f094c31660e84f86caa7 (diff) |
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/sheet/DDELink.idl')
-rw-r--r-- | offapi/com/sun/star/sheet/DDELink.idl | 113 |
1 files changed, 56 insertions, 57 deletions
diff --git a/offapi/com/sun/star/sheet/DDELink.idl b/offapi/com/sun/star/sheet/DDELink.idl index 3d4e439ca..6722495ba 100644 --- a/offapi/com/sun/star/sheet/DDELink.idl +++ b/offapi/com/sun/star/sheet/DDELink.idl @@ -2,9 +2,9 @@ * * $RCSfile: DDELink.idl,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: mi $ $Date: 2000-11-08 12:43:45 $ + * last change: $Author: mi $ $Date: 2002-10-03 13:07:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -58,60 +58,59 @@ * * ************************************************************************/ -#ifndef __com_sun_star_sheet_DDELink_idl__ -#define __com_sun_star_sheet_DDELink_idl__ - -#ifndef __com_sun_star_container_XNamed_idl__ -#include <com/sun/star/container/XNamed.idl> -#endif - -#ifndef __com_sun_star_sheet_XDDELink_idl__ -#include <com/sun/star/sheet/XDDELink.idl> -#endif - -#ifndef __com_sun_star_util_XRefreshable_idl__ -#include <com/sun/star/util/XRefreshable.idl> -#endif - - -//============================================================================= - - module com { module sun { module star { module sheet { - -//============================================================================= - -// DocMerge from xml: service com::sun::star::sheet::DDELink -/** a DDE link. + +#ifndef __com_sun_star_sheet_DDELink_idl__ +#define __com_sun_star_sheet_DDELink_idl__ + +#ifndef __com_sun_star_container_XNamed_idl__ +#include <com/sun/star/container/XNamed.idl> +#endif + +#ifndef __com_sun_star_sheet_XDDELink_idl__ +#include <com/sun/star/sheet/XDDELink.idl> +#endif + +#ifndef __com_sun_star_util_XRefreshable_idl__ +#include <com/sun/star/util/XRefreshable.idl> +#endif + +//============================================================================= + +module com { module sun { module star { module sheet { + +//============================================================================= + +/** represents a DDE link. + + <p>A DDE link controls the results of a DDE spreadsheet formula.</p> */ service DDELink -{ - // DocMerge: empty anyway - interface com::sun::star::container::XNamed; - - // DocMerge: empty anyway - interface com::sun::star::sheet::XDDELink; - - // DocMerge: empty anyway - interface com::sun::star::util::XRefreshable; - -}; - -//============================================================================= - -}; }; }; }; - -/*============================================================================= - - $Log: not supported by cvs2svn $ - Revision 1.1.1.1 2000/09/18 23:35:46 hjs - initial import - - Revision 1.3 2000/09/11 11:52:48 mi - documentation merged from XML - - Revision 1.1.1.1 1999/11/11 09:48:45 jsc - new - - -=============================================================================*/ -#endif +{ + //------------------------------------------------------------------------- + + /** provides access to the name of the DDE link. + + <p>A DDE link has the form <const>Application|Topic!Item</const>.</p> + */ + interface com::sun::star::container::XNamed; + + //------------------------------------------------------------------------- + + /** provides methods to change the settings of the DDE link. + */ + interface com::sun::star::sheet::XDDELink; + + //------------------------------------------------------------------------- + + /** provides methods to reload the external linked data. + */ + interface com::sun::star::util::XRefreshable; + +}; + +//============================================================================= + +}; }; }; }; + +#endif + |