summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/datatransfer
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer')
-rw-r--r--offapi/com/sun/star/datatransfer/XTransferable.idl2
-rw-r--r--offapi/com/sun/star/datatransfer/XTransferableEx.idl2
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/XSystemClipboard.idl2
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/DragSourceEvent.idl2
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/DropTargetEvent.idl2
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDragSource.idl6
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl2
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl2
8 files changed, 10 insertions, 10 deletions
diff --git a/offapi/com/sun/star/datatransfer/XTransferable.idl b/offapi/com/sun/star/datatransfer/XTransferable.idl
index f21cb90cfe7a..08e2d6610c6c 100644
--- a/offapi/com/sun/star/datatransfer/XTransferable.idl
+++ b/offapi/com/sun/star/datatransfer/XTransferable.idl
@@ -74,7 +74,7 @@ published interface XTransferable: com::sun::star::uno::XInterface
<br/><br/><p><strong>Note: </strong>This method is only for analogy with the JAVA Clipboard interface. To
avoid many calls, the caller should instead use
- <member scope="com::sun::star::datatransfer">XTransferable::getTransferDataFlavors()</member>.
+ com::sun::star::datatransfer::XTransferable::getTransferDataFlavors().
*/
boolean isDataFlavorSupported( [in] DataFlavor aFlavor );
};
diff --git a/offapi/com/sun/star/datatransfer/XTransferableEx.idl b/offapi/com/sun/star/datatransfer/XTransferableEx.idl
index ed57da8a27a9..05012d29b078 100644
--- a/offapi/com/sun/star/datatransfer/XTransferableEx.idl
+++ b/offapi/com/sun/star/datatransfer/XTransferableEx.idl
@@ -39,7 +39,7 @@ published interface XTransferableEx: com::sun::star::uno::XInterface
/** @param requestedFlavors
Sequence of DataFlavor of interest. Specify an empty sequence for interest
in all data flavors with top-level MIME content-types. To get all MIME
- content-types, call <member scope="com::sun::star::datatransfer">XTransferable::getTransferDataFlavors()</member>.
+ content-types, call com::sun::star::datatransfer::XTransferable::getTransferDataFlavors().
@returns
The list of the matching supported DataFlavor that were requested. For
diff --git a/offapi/com/sun/star/datatransfer/clipboard/XSystemClipboard.idl b/offapi/com/sun/star/datatransfer/clipboard/XSystemClipboard.idl
index a3c054fa402f..146db5bf4653 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/XSystemClipboard.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/XSystemClipboard.idl
@@ -45,7 +45,7 @@ published interface XSystemClipboard
/** Provides the ability to render the complete clipboard content. This
interface is only available if the method
- <member scope="com::sun::star::datatransfer::clipboard">XClipboardEx::getRenderingCapabilities()</member>
+ com::sun::star::datatransfer::clipboard::XClipboardEx::getRenderingCapabilities()
returns Persistant
*/
[optional] interface XFlushableClipboard;
diff --git a/offapi/com/sun/star/datatransfer/dnd/DragSourceEvent.idl b/offapi/com/sun/star/datatransfer/dnd/DragSourceEvent.idl
index c088620ae0fa..fc30deb8f457 100644
--- a/offapi/com/sun/star/datatransfer/dnd/DragSourceEvent.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/DragSourceEvent.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module datatransfer { module dnd {
/** This class is the base class for DragSourceDragEvent and DragSourceDropEvent.
<p>To access the XDragSource that originated this event, use the
- <member scope="com::sun::star::lang">EventObject::Source</member> member of
+ com::sun::star::lang::EventObject::Source member of
this object.</p>
*/
diff --git a/offapi/com/sun/star/datatransfer/dnd/DropTargetEvent.idl b/offapi/com/sun/star/datatransfer/dnd/DropTargetEvent.idl
index 14cf7c2b1f40..db5379ac8e1a 100644
--- a/offapi/com/sun/star/datatransfer/dnd/DropTargetEvent.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/DropTargetEvent.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module datatransfer { module dnd {
DropTargetDropEvent.
<p>To access the XDropTarget that originated this event, use the
- <member scope="com::sun::star::lang">EventObject::Source</member> member of
+ com::sun::star::lang::EventObject::Source member of
this object.</p>
*/
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDragSource.idl b/offapi/com/sun/star/datatransfer/dnd/XDragSource.idl
index dc5ab0cdbfe1..dba6cb36c8fb 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDragSource.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDragSource.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module datatransfer { module dnd {
/** This interface is implemented by a view or window that supports drag
operations and will be received as part of a DragGestureEvent
- through a <member scope="com::sun::star::datatransfer::dnd">XDragGestureListener::dragGestureRecognized()</member>
+ through a com::sun::star::datatransfer::dnd::XDragGestureListener::dragGestureRecognized()
callback.
<p>Differently to Java, the association between view and interface is fixed
@@ -61,7 +61,7 @@ published interface XDragSource: com::sun::star::uno::XInterface
@returns
The default drag cursor for the specified drag action.
<p>The returned value may be used as parameter for the method
- <member scope="com::sun::star::datatransfer::dnd">XDragSourceContext::setCursor()</member>.</p>
+ com::sun::star::datatransfer::dnd::XDragSourceContext::setCursor().</p>
*/
long getDefaultCursor( [in] byte dragAction )
@@ -74,7 +74,7 @@ published interface XDragSource: com::sun::star::uno::XInterface
a drag operation or if the user attempts to start a drag while an
existing drag operation is still executing, the action fails immediately.
This is indicated by calling
- <member scope="com::sun::star::datatransfer::dnd">XDragSourceListener::dragDropEnd()</member>
+ com::sun::star::datatransfer::dnd::XDragSourceListener::dragDropEnd()
on the parameter listener with a DragSourceDragEvent showing a failure.</p>
@param trigger
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl b/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl
index 095254813f41..3fb006f9a9e8 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl
@@ -61,7 +61,7 @@ published interface XDropTargetDragContext: com::sun::star::uno::XInterface
/** Reject the drag as a result of examining the available
com::sun::star::datatransfer::DataFlavor types
- received in the <member scope="com::sun::star::datatransfer::dnd">XDropTargetListener::dragEnter()</member> method.
+ received in the com::sun::star::datatransfer::dnd::XDropTargetListener::dragEnter() method.
*/
void rejectDrag();
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl b/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl
index 0bf36c49924e..9b5a0ad7920e 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl
@@ -42,7 +42,7 @@ published interface XDropTargetDropContext : com::sun::star::uno::XInterface
/** Accept the Drop.
<p>This method should be called from the
- <member scope="com::sun::star::datatransfer::dnd">XDropTargetListener::drop()</member>
+ com::sun::star::datatransfer::dnd::XDropTargetListener::drop()
method if the implementation wishes to accept the drop operation with the specified action.</p>
@param dragOperation