LibreOffice
LibreOffice 7.4 SDK API Reference
XTransferable2.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This Source Code Form is subject to the terms of the Mozilla Public
4  * License, v. 2.0. If a copy of the MPL was not distributed with this
5  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
6  */
7 
8 #ifndef __com_sun_star_datatransfer_XTransferable2_idl__
9 #define __com_sun_star_datatransfer_XTransferable2_idl__
10 
12 
13 module com { module sun { module star { module datatransfer {
14 
16 {
32  any getTransferData2( [in] DataFlavor aFlavor, [in] string aDestShellID )
34 
40  boolean isComplex();
41 };
42 
43 }; }; }; };
44 
45 #endif
46 
47 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
48 
Exception will be thrown if there is a request for data in a DataFlavor that is not supported by a da...
Definition: UnsupportedFlavorException.idl:35
is thrown when an input or output error has occurred.
Definition: IOException.idl:31
Definition: XTransferable2.idl:16
any getTransferData2([in] DataFlavor aFlavor, [in] string aDestShellID)
This is equivalent of getTransferData of XTransferable, but takes an additional parameter that specif...
boolean isComplex()
Returns true if the selection contains embedded objects or is a large text blob.
Interface to be implemented by objects used to provide data for a data transfer operation.
Definition: XTransferable.idl:38
Definition: Ambiguous.idl:22
Each instance represents the concept of a data format as it would appear on a clipboard,...
Definition: DataFlavor.idl:31