summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/datatransfer/dnd
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/datatransfer/dnd')
-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
5 files changed, 7 insertions, 7 deletions
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