summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/datatransfer
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:21:10 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commitbb6503dd081ebb4d11929ab1946eea8d60dd817c (patch)
treee2197a207d6c5f6ff82a7aa71b2c7266b45cd84f /offapi/com/sun/star/datatransfer
parent4bb43e1612ea3737fe53bb28ac830810b0a6a028 (diff)
*api: convert remaining <member>
sed -i "s,<member>\([^<]\+\)</member>,\1,g" Change-Id: I74c80f5aa610477fab28faec52e55c3137984aec
Diffstat (limited to 'offapi/com/sun/star/datatransfer')
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl2
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl2
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl6
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl2
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl2
5 files changed, 7 insertions, 7 deletions
diff --git a/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl b/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl
index db548afd8bf0..4055de129b79 100644
--- a/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl
@@ -27,7 +27,7 @@ module com { module sun { module star { module datatransfer { module dnd {
published interface XDragSource;
-/** A DragGestureEvent is passed to the method <member>XDragGestureListener::dragGestureRecognized()</member>
+/** A DragGestureEvent is passed to the method XDragGestureListener::dragGestureRecognized()
when a particular XDragGestureRecognizer detects that a platform
dependent drag initiating gesture has occurred on the component that it is
tracking.
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl b/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl
index 75b7cf2958fd..2e65562a0aa1 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module datatransfer { module dnd {
DragSourceListener and providing the Transferable state to enable the data
transfer. </p>
- <p>An instance of this class is created as a result of the method <member>XDragSource::startDrag()</member>
+ <p>An instance of this class is created as a result of the method XDragSource::startDrag()
being successfully invoked. This instance is responsible
for tracking the state of the operation on behalf of the drag source and
dispatching state changes to the drag source listener. </p>
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl b/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl
index ad276588d9a4..095254813f41 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl
@@ -43,9 +43,9 @@ published interface XDropTargetDragContext: com::sun::star::uno::XInterface
<p>This method should be called from the methods of XDropTargetListener
<ul>
- <li><member>XDropTargetListener::dragEnter()</member></li>
- <li><member>XDropTargetListener::dragOver()</member></li>
- <li><member>XDropTargetListener::dragActionChanged()</member></li>
+ <li>XDropTargetListener::dragEnter()</li>
+ <li>XDropTargetListener::dragOver()</li>
+ <li>XDropTargetListener::dragActionChanged()</li>
</ul>
if the implementation wishes to accept the drag operation with the specified
action.</p>
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl b/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl
index 3dfc60d5e7ae..0bf36c49924e 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl
@@ -56,7 +56,7 @@ published interface XDropTargetDropContext : com::sun::star::uno::XInterface
/** Reject the drop as a result of examining the available
com::sun::star::datatransfer::DataFlavor types
- received in the <member>XDropTargetListener::dragEnter()</member> method.
+ received in the XDropTargetListener::dragEnter() method.
*/
void rejectDrop();
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl b/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl
index 79857d48c0a8..50323a23a51b 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDropTargetListener.idl
@@ -45,7 +45,7 @@ published interface XDropTargetListener: com::sun::star::lang::XEventListener
should occur before returning from drop in a normal flow of operation.
Also, the implementor of XDropTargetListener should not assume
the DropTargetDropEvent to be meaningful after returning
- from the <member>XDropTargetListener::drop()</member> method.</p>
+ from the XDropTargetListener::drop() method.</p>
@param dtde
The DropTargetDropEvent.