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/XMimeContentTypeFactory.idl2
-rw-r--r--offapi/com/sun/star/datatransfer/XTransferableSupplier.idl4
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl2
-rw-r--r--offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl4
-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
11 files changed, 15 insertions, 15 deletions
diff --git a/offapi/com/sun/star/datatransfer/XMimeContentTypeFactory.idl b/offapi/com/sun/star/datatransfer/XMimeContentTypeFactory.idl
index b3184d26c0bc..f77d9d40720a 100644
--- a/offapi/com/sun/star/datatransfer/XMimeContentTypeFactory.idl
+++ b/offapi/com/sun/star/datatransfer/XMimeContentTypeFactory.idl
@@ -28,7 +28,7 @@
module com { module sun { module star { module datatransfer {
/** Implementations of this interface do create a
- <type scope="com::sun::star::datatransfer">XMimeContentType</type> from
+ com::sun::star::datatransfer::XMimeContentType from
a given string that represents a MIME content-type
(see <a href="ftp://ftp.isi.edu/in-notes/rfc2045.txt">Rfc2045</a> and
<a href="ftp://ftp.isi.edu/in-notes/rfc2046.txt">Rfc2046</a>).
diff --git a/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl b/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl
index b908e67415f4..36cd156a8a90 100644
--- a/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl
+++ b/offapi/com/sun/star/datatransfer/XTransferableSupplier.idl
@@ -44,8 +44,8 @@ interface XTransferableSupplier
<p>A NULL value is not allowed.</p>
@throws com::sun::star::datatransfer::UnsupportedFlavorException
- if the given <type scope="com::sun::star::datatransfer">XTransferable</type>
- has no <type scope="com::sun::star::datatransfer">DataFlavor</type> or the called
+ if the given com::sun::star::datatransfer::XTransferable
+ has no com::sun::star::datatransfer::DataFlavor or the called
object can't handle any of the available ones.
@see com::sun::star::datatransfer::XTransferable
diff --git a/offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl b/offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl
index 319dd373eedb..0041471b81b2 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/SystemClipboard.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module datatransfer { module clipboard {
<br/><br/><p><strong>Notes:</strong> The Unix implementation needs to be instantiated with 2 Arguments:
<ul>
- <li>A <type scope="com::sun::star::awt">XDisplayConnection</type> that provides the
+ <li>A com::sun::star::awt::XDisplayConnection that provides the
display to be used.</li>
<li>A string that names the selection to be used</li>
</ul>
diff --git a/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl b/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl
index a3236f717aaf..32ad8940c848 100644
--- a/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl
+++ b/offapi/com/sun/star/datatransfer/clipboard/XClipboard.idl
@@ -50,8 +50,8 @@ published interface XClipboard: com::sun::star::uno::XInterface
@param xTrans
The transferable object to set as new content.
- <p>If the given <type scope="com::sun::star::datatransfer">XTransferable</type>
- has no <type scope="com::sun::star::datatransfer">DataFlavor</type> the clipboard
+ <p>If the given com::sun::star::datatransfer::XTransferable
+ has no com::sun::star::datatransfer::DataFlavor the clipboard
will be deleted.
<p>A NULL value is not allowed.</p>
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.
*/