summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2019-07-19 23:51:16 +0100
committerMichael Meeks <michael.meeks@collabora.com>2019-08-05 21:06:47 -0400
commitca1bc1b1d97ca0222e4a9ec975cdb08b2077dbd1 (patch)
tree89d3d844ebfdba5aea7dc5de8bbb0f9281a6741f /offapi
parentc97f382c14fb8510072022871adcb5ee16b4ee8c (diff)
LOK: Support detecting complex selections
Includes unit-test, but is otherwise not complete implementation. Change-Id: I5fdcd543358caab1858f6351238c21312665839c
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/datatransfer/XTransferable2.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/offapi/com/sun/star/datatransfer/XTransferable2.idl b/offapi/com/sun/star/datatransfer/XTransferable2.idl
index f792a969ded8..a6b53f0671e2 100644
--- a/offapi/com/sun/star/datatransfer/XTransferable2.idl
+++ b/offapi/com/sun/star/datatransfer/XTransferable2.idl
@@ -31,6 +31,11 @@ interface XTransferable2 : com::sun::star::datatransfer::XTransferable
*/
any getTransferData2( [in] DataFlavor aFlavor, [in] string aDestShellID )
raises ( UnsupportedFlavorException, com::sun::star::io::IOException );
+
+ /**
+ * Returns true if the selection contains embedded objects or is a large text blob.
+ */
+ boolean isComplex();
};
}; }; }; };