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/DragGestureEvent.idl4
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.idl4
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl2
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/X11DropTarget.idl2
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl2
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl2
-rw-r--r--offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl2
7 files changed, 9 insertions, 9 deletions
diff --git a/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl b/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl
index a6279963ee76..db548afd8bf0 100644
--- a/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/DragGestureEvent.idl
@@ -38,7 +38,7 @@ published struct DragGestureEvent: com::sun::star::lang::EventObject
/** The action selected by the user.
<p>Different constants may be combined using a logical OR.</p>
It's further possible to combine the ACTION_DEFAULT with one of the other
- actions defined in <type scope="com::sun::star::datatransfer::dnd">DNDConstants</type>.
+ actions defined in com::sun::star::datatransfer::dnd::DNDConstants.
This means the user did not press any key during the Drag and Drop operation
and the action that was combined with ACTION_DEFAULT is the system default action.</p>
@@ -64,7 +64,7 @@ published struct DragGestureEvent: com::sun::star::lang::EventObject
/** The last event comprising the gesture.
- <p>The initial trigger event will presumably be a <type scope="com::sun::star::awt">MouseEvent</type> event.
+ <p>The initial trigger event will presumably be a com::sun::star::awt::MouseEvent event.
If it is not, the implementation should either react accordingly or
presume that the left mouse button was clicked. </p>
*/
diff --git a/offapi/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.idl b/offapi/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.idl
index 1de0087fca09..9b2b38366938 100644
--- a/offapi/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/DropTargetDragEnterEvent.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module datatransfer { module dnd {
associated with a Drag and Drop operation enters the visible geometry
of a window associated with a drop target.
- <p>It contains the <type scope="com::sun::star::datatransfer">DataFlavor</type>
+ <p>It contains the com::sun::star::datatransfer::DataFlavor
types supported by the transferable object of the current Drag and Drop operation. </p>
@see com::sun::star::datatransfer::XTransferable
@@ -39,7 +39,7 @@ module com { module sun { module star { module datatransfer { module dnd {
published struct DropTargetDragEnterEvent: DropTargetDragEvent
{
- /** A sequence of supported <type scope="com::sun::star::datatransfer">DataFlavor</type> types.
+ /** A sequence of supported com::sun::star::datatransfer::DataFlavor types.
*/
diff --git a/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl b/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl
index 8f72a0897713..8561bdbfd471 100644
--- a/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/X11DragSource.idl
@@ -43,7 +43,7 @@ published service X11DragSource
interface XDragSource;
/** The service expects an instance of
- <type scope="com::sun::star::awt">XDisplayConnection</type>
+ com::sun::star::awt::XDisplayConnection
as the first parameter.
*/
interface com::sun::star::lang::XInitialization;
diff --git a/offapi/com/sun/star/datatransfer/dnd/X11DropTarget.idl b/offapi/com/sun/star/datatransfer/dnd/X11DropTarget.idl
index 120557aa97ad..90d75e9fe361 100644
--- a/offapi/com/sun/star/datatransfer/dnd/X11DropTarget.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/X11DropTarget.idl
@@ -44,7 +44,7 @@ published service X11DropTarget
interface XDropTarget;
/** The service expects an instance of
- <type scope="com::sun::star::awt">XDisplayConnection</type>
+ com::sun::star::awt::XDisplayConnection
as the first parameter. The second parameter must be a long
that contains an XWindow window which shall be registered
as drop target.
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl b/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl
index 0c55f8cde902..75b7cf2958fd 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDragSourceContext.idl
@@ -75,7 +75,7 @@ published interface XDragSourceContext: com::sun::star::uno::XInterface
void setImage( [in] long imageId );
/** This method notifies the context that the
- <type scope="com::sun::star::datatransfer">DataFlavor</type> types
+ com::sun::star::datatransfer::DataFlavor types
of the transferable object have changed.
@see com::sun::star::datatransfer::XTransferable
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl b/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl
index 3c298b8ce31c..ad276588d9a4 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDropTargetDragContext.idl
@@ -60,7 +60,7 @@ published interface XDropTargetDragContext: com::sun::star::uno::XInterface
void acceptDrag( [in] byte dragOperation );
/** Reject the drag as a result of examining the available
- <type scope="com::sun::star::datatransfer">DataFlavor</type> types
+ com::sun::star::datatransfer::DataFlavor types
received in the <member scope="com::sun::star::datatransfer::dnd">XDropTargetListener::dragEnter()</member> method.
*/
diff --git a/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl b/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl
index 5d958ff6f8ed..3dfc60d5e7ae 100644
--- a/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl
+++ b/offapi/com/sun/star/datatransfer/dnd/XDropTargetDropContext.idl
@@ -55,7 +55,7 @@ published interface XDropTargetDropContext : com::sun::star::uno::XInterface
void acceptDrop( [in] byte dragOperation );
/** Reject the drop as a result of examining the available
- <type scope="com::sun::star::datatransfer">DataFlavor</type> types
+ com::sun::star::datatransfer::DataFlavor types
received in the <member>XDropTargetListener::dragEnter()</member> method.
*/