summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer
diff options
context:
space:
mode:
authorJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
committerJuergen Schmidt <jsc@openoffice.org>2001-03-16 15:41:54 +0000
commitcb052b66e6e945ae51f93baf28a53c9a5ad07d2e (patch)
treea8ea17ad9c564e34d8a1b91012fa4e5962353af3 /offapi/com/sun/star/datatransfer
parent2503ca170abbf7dc9faebe97369b8a67d9423cea (diff)
remove interfaceheader with uik and remove [const] in method definitions
Diffstat (limited to 'offapi/com/sun/star/datatransfer')
-rw-r--r--offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl9
-rw-r--r--offapi/com/sun/star/datatransfer/XMimeContentType.idl17
-rw-r--r--offapi/com/sun/star/datatransfer/XMimeContentTypeFactory.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/XTransferDataAccess.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/XTransferable.idl11
-rw-r--r--offapi/com/sun/star/datatransfer/XTransferableEx.idl7
-rw-r--r--offapi/com/sun/star/datatransfer/XTransferableSource.idl7
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl9
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/XClipboardEx.idl7
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/XClipboardFactory.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/XClipboardListener.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/XClipboardManager.idl9
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/XFlushableClipboard.idl7
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDragGestureListener.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDragSource.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDragSourceListener.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDropTarget.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl5
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl5
24 files changed, 67 insertions, 91 deletions
diff --git a/offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl b/offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl
index 1efb02cac7e8..c7b6e3060466 100644
--- a/offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl
+++ b/offapi/com/sun/star/datatransfer/XDataFormatTranslator.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDataFormatTranslator.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: arellano $ $Date: 2001-03-01 17:53:51 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,7 +84,6 @@ module com { module sun { module star { module datatransfer {
which has to be registered in order to get a valid clipboard format value.</p>
*/
-[ uik( C0336F40-6DF0-4477-975EF9F4-C201BDF0 ), ident("XDataFormatTranslator", 0.1) ]
interface XDataFormatTranslator : com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -92,14 +91,14 @@ interface XDataFormatTranslator : com::sun::star::uno::XInterface
@returns
a DataFlavor for the given system data type.
*/
- [const] any getSystemDataTypeFromDataFlavor( [in] DataFlavor aDataFlavor );
+ any getSystemDataTypeFromDataFlavor( [in] DataFlavor aDataFlavor );
//-------------------------------------------------------------------------
/**
@returns
a system data type for the given DataFlavor.
*/
- [const] DataFlavor getDataFlavorFromSystemDataType( [in] any aSysDataType );
+ DataFlavor getDataFlavorFromSystemDataType( [in] any aSysDataType );
};
}; }; }; };
diff --git a/offapi/com/sun/star/datatransfer/XMimeContentType.idl b/offapi/com/sun/star/datatransfer/XMimeContentType.idl
index feacad79455e..1e2c6bb378a8 100644
--- a/offapi/com/sun/star/datatransfer/XMimeContentType.idl
+++ b/offapi/com/sun/star/datatransfer/XMimeContentType.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMimeContentType.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: arellano $ $Date: 2001-03-01 17:53:51 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,6 @@
module com { module sun { module star { module datatransfer {
-[ uik( 3044BBA7-E4E0-4e23-84864045-09BFD08D ), ident("XMimeContentType", 0.1) ]
interface XMimeContentType : com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -82,25 +81,25 @@ interface XMimeContentType : com::sun::star::uno::XInterface
<!-- Dennis: Is "contenttype" spelled correctly? -->
*/
- [const] string getMediaType( );
+ string getMediaType( );
//-------------------------------------------------------------------------
/** @returns
the media subtype of the contenttype
*/
- [const] string getMediaSubtype( );
+ string getMediaSubtype( );
//-------------------------------------------------------------------------
/** @returns
the full media type of the contenttype (type/subtype)
*/
- [const] string getFullMediaType( );
+ string getFullMediaType( );
//-------------------------------------------------------------------------
/** @returns
a list of the names of all parameters of the contenttype
*/
- [const] sequence< string > getParameters( );
+ sequence< string > getParameters( );
//-------------------------------------------------------------------------
/** @returns
@@ -108,7 +107,7 @@ interface XMimeContentType : com::sun::star::uno::XInterface
<!-- Dennis: Returns what? -->
*/
- [const] boolean hasParameter( [in] string aName );
+ boolean hasParameter( [in] string aName );
//-------------------------------------------------------------------------
/** @returns
@@ -117,7 +116,7 @@ interface XMimeContentType : com::sun::star::uno::XInterface
@param
the name of the parameter
*/
- [const] string getParameterValue( [in] string aNameaName )
+ string getParameterValue( [in] string aNameaName )
raises ( com::sun::star::container::NoSuchElementException );
};
diff --git a/offapi/com/sun/star/datatransfer/XMimeContentTypeFactory.idl b/offapi/com/sun/star/datatransfer/XMimeContentTypeFactory.idl
index 02d222dab16a..f0419adc8d94 100644
--- a/offapi/com/sun/star/datatransfer/XMimeContentTypeFactory.idl
+++ b/offapi/com/sun/star/datatransfer/XMimeContentTypeFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XMimeContentTypeFactory.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: arellano $ $Date: 2001-03-01 17:53:51 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,6 @@
module com { module sun { module star { module datatransfer {
-[ uik( 5D0C63DC-01ED-4ac4-94BFDF99-C8DDB81B ), ident("XMimeContentTypeFactory", 0.1) ]
interface XMimeContentTypeFactory : com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/datatransfer/XTransferDataAccess.idl b/offapi/com/sun/star/datatransfer/XTransferDataAccess.idl
index 1614b0485db6..b37317e5f81e 100644
--- a/offapi/com/sun/star/datatransfer/XTransferDataAccess.idl
+++ b/offapi/com/sun/star/datatransfer/XTransferDataAccess.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTransferDataAccess.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: arellano $ $Date: 2001-03-01 17:53:51 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,6 @@ module com { module sun { module star { module datatransfer {
@see com::sun::star::datatransfer::XTransferable
*/
-[ uik(29E1BE61-92E2-11d4-83330050-04D765F1), ident("XTransferDataAccess", 0.1) ]
interface XTransferDataAccess: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/datatransfer/XTransferable.idl b/offapi/com/sun/star/datatransfer/XTransferable.idl
index 1beb471d5c51..77d2977b2057 100644
--- a/offapi/com/sun/star/datatransfer/XTransferable.idl
+++ b/offapi/com/sun/star/datatransfer/XTransferable.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTransferable.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: arellano $ $Date: 2001-03-01 17:53:51 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,7 +89,6 @@ module com { module sun { module star { module datatransfer {
@see com::sun::star::datatransfer::DataFlavor
*/
-[ uik(8FDF5C80-0498-11d4-9F4C0050-04D765F1), ident("XTransferable", 0.1) ]
interface XTransferable: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -105,7 +104,7 @@ interface XTransferable: com::sun::star::uno::XInterface
@throws UnsupportedFlavorException
if the requested data flavor is not supported.
*/
- [const] any getTransferData( [in] DataFlavor aFlavor )
+ any getTransferData( [in] DataFlavor aFlavor )
raises ( UnsupportedFlavorException, com::sun::star::io::IOException );
//-------------------------------------------------------------------------
@@ -114,7 +113,7 @@ interface XTransferable: com::sun::star::uno::XInterface
@returns
the list of supported data flavors.
*/
- [const] sequence < DataFlavor > getTransferDataFlavors();
+ sequence < DataFlavor > getTransferDataFlavors();
//-------------------------------------------------------------------------
/** Checks if the data object supports the specified data flavor.
@@ -131,7 +130,7 @@ interface XTransferable: com::sun::star::uno::XInterface
<!-- Dennis: Should this be "getTransferDataFlavors" ? -->
*/
- [const] boolean isDataFlavorSupported( [in] DataFlavor aFlavor );
+ boolean isDataFlavorSupported( [in] DataFlavor aFlavor );
};
//=============================================================================
diff --git a/offapi/com/sun/star/datatransfer/XTransferableEx.idl b/offapi/com/sun/star/datatransfer/XTransferableEx.idl
index 66a7e6441405..b66207c5e5ed 100644
--- a/offapi/com/sun/star/datatransfer/XTransferableEx.idl
+++ b/offapi/com/sun/star/datatransfer/XTransferableEx.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTransferableEx.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: arellano $ $Date: 2001-03-01 17:53:51 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,6 @@ module com { module sun { module star { module datatransfer {
*/
-[ uik(964AFDF7-03E6-437f-848CD733-8D1A510C), ident("XTransferableEx", 0.1) ]
interface XTransferableEx: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -96,7 +95,7 @@ interface XTransferableEx: com::sun::star::uno::XInterface
the list of the matching supported flavors that were requested. For
each requested top-level MIME type, all supported subtypes are returned.
*/
- [const] sequence < DataFlavor > queryTransferDataFlavors( [in] sequence< DataFlavor > requestedFlavors );
+ sequence < DataFlavor > queryTransferDataFlavors( [in] sequence< DataFlavor > requestedFlavors );
};
//=============================================================================
diff --git a/offapi/com/sun/star/datatransfer/XTransferableSource.idl b/offapi/com/sun/star/datatransfer/XTransferableSource.idl
index a430b12288a2..06ecea32b154 100644
--- a/offapi/com/sun/star/datatransfer/XTransferableSource.idl
+++ b/offapi/com/sun/star/datatransfer/XTransferableSource.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTransferableSource.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:38 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,7 +76,6 @@ module com { module sun { module star { module datatransfer {
@see com::sun::star::datatransfer::XTransferable
*/
-[ uik(3D6AE933-9AEA-4e48-B1755E4A-5706257F), ident("XTransferableSource", 0.1) ]
interface XTransferableSource: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -84,7 +83,7 @@ interface XTransferableSource: com::sun::star::uno::XInterface
a human presentable description of the source that created the
transferable object.
*/
- [const] string getDataSourceDescription();
+ string getDataSourceDescription();
};
//=============================================================================
diff --git a/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl b/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl
index 7e88ab10d2c4..642ecf0d0936 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XClipboard.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:39 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,6 @@ module com { module sun { module star { module datatransfer { module clipboard {
interface XClipboardListener;
interface XClipboardOwner;
-[ uik(8FDF5C81-0498-11d4-9F4C0050-04D765F1), ident("XClipboard", 0.1) ]
interface XClipboard: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -90,7 +89,7 @@ interface XClipboard: com::sun::star::uno::XInterface
the transferable object representing the current content of
this clipboard.
*/
- [const] XTransferable getContents();
+ XTransferable getContents();
//-------------------------------------------------------------------------
/** Sets the current contents of the clipboard to the specified
@@ -109,7 +108,7 @@ interface XClipboard: com::sun::star::uno::XInterface
/** @returns
the name of this clipboard object.
*/
- [const] string getName();
+ string getName();
};
//=============================================================================
diff --git a/offapi/com/sun/star/datatransfer/clipboard/XClipboardEx.idl b/offapi/com/sun/star/datatransfer/clipboard/XClipboardEx.idl
index 5c3b528c68f7..c39ce9ce3e4c 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/XClipboardEx.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/XClipboardEx.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XClipboardEx.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:39 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,7 +75,6 @@ module com { module sun { module star { module datatransfer { module clipboard {
@see com::sun::star::datatransfer::clipbaord::XClipboard
*/
-[ uik(5CD84B10-95D5-11d4-83370050-04D765F1), ident("XClipboardEx", 0.1) ]
interface XClipboardEx: com::sun::star::datatransfer::clipboard::XClipboard
{
//-------------------------------------------------------------------------
@@ -84,7 +83,7 @@ interface XClipboardEx: com::sun::star::datatransfer::clipboard::XClipboard
@see RenderingCapabilities
*/
- [const] byte getRenderingCapabilities();
+ byte getRenderingCapabilities();
};
//=============================================================================
diff --git a/offapi/com/sun/star/datatransfer/clipboard/XClipboardFactory.idl b/offapi/com/sun/star/datatransfer/clipboard/XClipboardFactory.idl
index 090cc308fb86..6eaaabc01fde 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/XClipboardFactory.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/XClipboardFactory.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XClipboardFactory.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: arellano $ $Date: 2001-03-01 18:51:52 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,6 @@ interface XClipboard;
@see com::sun::star::datatransfer::clipboard::XClipboard
*/
-[ uik(2D4F8B40-A351-11d4-82B70050-04D765F1), ident("XClipboardFactory", 0.1) ]
interface XClipboardFactory: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/datatransfer/clipboard/XClipboardListener.idl b/offapi/com/sun/star/datatransfer/clipboard/XClipboardListener.idl
index 10558a67c4ce..6629f5c18102 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/XClipboardListener.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/XClipboardListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XClipboardListener.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:42:39 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,7 +81,6 @@ module com { module sun { module star { module datatransfer { module clipboard {
*/
-[ uik(0274C330-92B2-11d4-83330050-04D765F1), ident("XClipboardListener", 0.1) ]
interface XClipboardListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/datatransfer/clipboard/XClipboardManager.idl b/offapi/com/sun/star/datatransfer/clipboard/XClipboardManager.idl
index 0931ffa98d2b..fb66020527fa 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/XClipboardManager.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/XClipboardManager.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XClipboardManager.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: arellano $ $Date: 2001-03-01 18:51:52 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -90,7 +90,6 @@ interface XClipboard;
@see com::sun::star::datatransfer::clipboard::XClipboard
*/
-[ uik(FF3BA850-0935-11d4-82BE0050-04D765F1), ident("XClipboardManager", 0.1) ]
interface XClipboardManager: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -104,7 +103,7 @@ interface XClipboardManager: com::sun::star::uno::XInterface
@throws com::sun::star::container::NoSuchElementException
if no clipboard with the specified name exists.
*/
- [const] XClipboard getClipboard( [in] string aName )
+ XClipboard getClipboard( [in] string aName )
raises ( com::sun::star::container::NoSuchElementException );
//-------------------------------------------------------------------------
@@ -135,7 +134,7 @@ interface XClipboardManager: com::sun::star::uno::XInterface
/** @returns
a list of all clipboard names.
*/
- [const] sequence < string > listClipboardNames();
+ sequence < string > listClipboardNames();
};
//=============================================================================
diff --git a/offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl b/offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl
index e984ae59f584..a25ccdc4cc5c 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/XClipboardNotifier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XClipboardNotifier.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: arellano $ $Date: 2001-03-01 18:51:52 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,7 +77,6 @@ module com { module sun { module star { module datatransfer { module clipboard {
interface XClipboardListener;
-[ uik(29E1BE60-92E2-11d4-9F4C0050-04D765F1), ident("XClipboardNotifier", 0.1) ]
interface XClipboardNotifier: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl b/offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl
index 6a0e188989ef..ec85a3daecff 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/XClipboardOwner.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XClipboardOwner.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: arellano $ $Date: 2001-03-01 18:51:52 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,6 @@ interface XClipboard;
@see com::sun::star::datatransfer::XClipboard
*/
-[ uik(FF3BA852-0935-11d4-82BE0050-04D765F1), ident("XClipboardOwner", 0.1) ]
interface XClipboardOwner: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/datatransfer/clipboard/XFlushableClipboard.idl b/offapi/com/sun/star/datatransfer/clipboard/XFlushableClipboard.idl
index d39a4a84c203..01ae4418eda9 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/XFlushableClipboard.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/XFlushableClipboard.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XFlushableClipboard.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: tra $ $Date: 2001-03-02 13:07:09 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -74,7 +74,6 @@ module com { module sun { module star { module datatransfer { module clipboard {
/** An interface for flushable clipboards.
*/
-[ uik(2FD0B8A6-7BA0-49b0-8CCDA4D4-C165748E), ident("XFlushableClipboard", 0.1) ]
interface XFlushableClipboard: com::sun::star::uno::XInterface
{
@@ -82,7 +81,7 @@ interface XFlushableClipboard: com::sun::star::uno::XInterface
/**
renders all current clipboard data
*/
- [const] void flushClipboard();
+ void flushClipboard();
};
//=============================================================================
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDragGestureListener.idl b/offapi/com/sun/star/datatransfer/dnd/XDragGestureListener.idl
index 806514cf936b..2975f5ab5ec9 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDragGestureListener.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDragGestureListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDragGestureListener.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obr $ $Date: 2001-02-09 10:55:21 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,6 @@ module com { module sun { module star { module datatransfer { module dnd {
*/
-[ uik(E6EFFA64-B551-11d4-82BF0050-04D765F1), ident("XDragGestureListener", 0.1) ]
interface XDragGestureListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl b/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl
index 408516ba61fc..b192b1a47d10 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDragGestureRecognizer.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDragGestureRecognizer.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: obr $ $Date: 2001-01-26 11:27:46 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,7 +82,6 @@ interface XDragGestureListener;
be a real performance issue.</p>
*/
-[ uik(E6EFFA60-B551-11d4-82C90050-04D765F1), ident("XDragGestureRecognizer", 0.1) ]
interface XDragGestureRecognizer: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDragSource.idl b/offapi/com/sun/star/datatransfer/dnd/XDragSource.idl
index f0a5f2c35c8b..a9d25e79cf61 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDragSource.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDragSource.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDragSource.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: obr $ $Date: 2001-02-20 09:55:32 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -95,7 +95,6 @@ interface XDragSourceListener;
be a real performance issue.</p>
*/
-[ uik(E6EFFA61-B551-11d4-82C90050-04D765F1), ident("XDragSource", 0.1) ]
interface XDragSource: com::sun::star::uno::XInterface
{
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl b/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl
index 9337e0dbae3f..d7fc1c162415 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDragSourceContext.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pl $ $Date: 2001-02-09 13:31:46 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,6 @@ interface XDragSourceListener;
dispatching state changes to the DragSourceListener. </p>
*/
-[ uik(E6EFFA63-B551-11d4-82C90050-04D765F1), ident("XDragSourceContext", 0.1) ]
interface XDragSourceContext: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDragSourceListener.idl b/offapi/com/sun/star/datatransfer/dnd/XDragSourceListener.idl
index 414220d75318..0a5fded116b7 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDragSourceListener.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDragSourceListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDragSourceListener.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: obr $ $Date: 2001-02-09 10:55:21 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,7 +83,6 @@ module com { module sun { module star { module datatransfer { module dnd {
implementation that a <type>DragSource</type> supports.
*/
-[ uik(E6EFFA62-B551-11d4-82C90050-04D765F1), ident("XDragSourceListener", 0.1) ]
interface XDragSourceListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDropTarget.idl b/offapi/com/sun/star/datatransfer/dnd/XDropTarget.idl
index 9f027d305af4..806d2ec93722 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDropTarget.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDropTarget.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDropTarget.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: pl $ $Date: 2001-02-09 13:31:46 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,6 @@ interface XDropTargetListener;
be a real performance issue.</p>
*/
-[ uik(E6EFFA68-B551-11d4-82C90050-04D765F1), ident("XDropTarget", 0.1) ]
interface XDropTarget: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl b/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl
index ac218e965543..ded15264c659 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDropTargetDragContext.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pl $ $Date: 2001-02-09 13:31:46 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,6 @@ module com { module sun { module star { module datatransfer { module dnd {
*/
-[ uik(E6EFFA66-B551-11d4-82C90050-04D765F1), ident("XDropTargetDragContext", 0.1) ]
interface XDropTargetDragContext: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl b/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl
index ae34f37f32ab..326158d8240d 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDropTargetDropContext.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: pl $ $Date: 2001-02-09 13:31:46 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,6 @@ module com { module sun { module star { module datatransfer { module dnd {
*/
-[ uik(260EDFB0-EDFB-11d4-82C90050-04D765F1), ident("XDropTargetDropContext", 0.1) ]
interface XDropTargetDropContext : com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl b/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl
index a9d00a2025cc..c13c30e54128 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDropTargetListener.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: pl $ $Date: 2001-02-09 13:31:46 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 16:41:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -86,7 +86,6 @@ module com { module sun { module star { module datatransfer { module dnd {
visual feedback to the user throughout the Drag and Drop operation.</p>
*/
-[ uik(E6EFFA65-B551-11d4-82C90050-04D765F1), ident("XDropTargetListener", 0.1) ]
interface XDropTargetListener: com::sun::star::lang::XEventListener
{
//-------------------------------------------------------------------------