INTEGRATION: CWS xmlfilter02 (1.6.72); FILE MERGED
2007/11/29 10:12:58 tbe 1.6.72.1: #i81573# API: need interface to add DDE links
This commit is contained in:
parent
88aec53298
commit
fca7473dbb
1 changed files with 14 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: DDELink.idl,v $
|
||||
*
|
||||
* $Revision: 1.6 $
|
||||
* $Revision: 1.7 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2005-09-08 04:27:43 $
|
||||
* last change: $Author: obo $ $Date: 2008-01-10 12:38:32 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -48,6 +48,10 @@
|
|||
#include <com/sun/star/util/XRefreshable.idl>
|
||||
#endif
|
||||
|
||||
#ifndef __com_sun_star_sheet_XDDELinkResults_idl__
|
||||
#include <com/sun/star/sheet/XDDELinkResults.idl>
|
||||
#endif
|
||||
|
||||
//=============================================================================
|
||||
|
||||
module com { module sun { module star { module sheet {
|
||||
|
@ -80,6 +84,14 @@ published service DDELink
|
|||
*/
|
||||
interface com::sun::star::util::XRefreshable;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
||||
/** provides access to the DDE link results.
|
||||
|
||||
@since CWS xmlfilter02
|
||||
*/
|
||||
[optional] interface com::sun::star::sheet::XDDELinkResults;
|
||||
|
||||
};
|
||||
|
||||
//=============================================================================
|
||||
|
|
Loading…
Reference in a new issue