summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XDDELink.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XDDELink.idl')
-rw-r--r--offapi/com/sun/star/sheet/XDDELink.idl55
1 files changed, 8 insertions, 47 deletions
diff --git a/offapi/com/sun/star/sheet/XDDELink.idl b/offapi/com/sun/star/sheet/XDDELink.idl
index e7769b8825f4..e043693e073e 100644
--- a/offapi/com/sun/star/sheet/XDDELink.idl
+++ b/offapi/com/sun/star/sheet/XDDELink.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDDELink.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:38 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:08:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,6 +58,7 @@
*
*
************************************************************************/
+
#ifndef __com_sun_star_sheet_XDDELink_idl__
#define __com_sun_star_sheet_XDDELink_idl__
@@ -65,47 +66,35 @@
#include <com/sun/star/uno/XInterface.idl>
#endif
-
//=============================================================================
- module com { module sun { module star { module sheet {
+module com { module sun { module star { module sheet {
//=============================================================================
-// DocMerge from xml: interface com::sun::star::sheet::XDDELink
-/** represents a DDE link.
-
-
-
+/** provides methods to change the settings of a DDE link.
+ @deprecated
-
-
- @deprecated@see com::sun::star::sheet::DDELink
+ @see com::sun::star::sheet::DDELink
*/
interface XDDELink: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
- // DOCUMENTATION CHANGED FOR XDDELink::getApplication
- // DocMerge from xml: method com::sun::star::sheet::XDDELink::getApplication
/** returns the application from which data are requested
(the DDE server application).
*/
string getApplication();
//-------------------------------------------------------------------------
- // DOCUMENTATION CHANGED FOR XDDELink::getTopic
- // DocMerge from xml: method com::sun::star::sheet::XDDELink::getTopic
/** returns the DDE topic from which data are requested.
*/
string getTopic();
//-------------------------------------------------------------------------
- // DOCUMENTATION CHANGED FOR XDDELink::getItem
- // DocMerge from xml: method com::sun::star::sheet::XDDELink::getItem
/** returns the DDE item from which data are requested.
*/
string getItem();
@@ -116,33 +105,5 @@ interface XDDELink: com::sun::star::uno::XInterface
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.4 2000/12/21 08:35:12 mi
- @see interface/service/... ident -> @see ident - for new docu generator
-
- Revision 1.3 2000/11/08 12:43:46 mi
- moved from api
-
- Revision 1.2 2000/10/09 14:24:58 mi
- #78715# exchanged stardiv::... by com::sun::star::... (especially in @see tags)
-
- Revision 1.1.1.1 2000/09/18 23:35:50 hjs
- initial import
-
- Revision 1.5 2000/09/11 11:52:51 mi
- documentation merged from XML
-
- Revision 1.3 2000/03/24 17:35:23 nn
- #74032# documentation added
-
- Revision 1.2 2000/02/07 11:24:55 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:45 jsc
- new
-
-
-=============================================================================*/
#endif
+