LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
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
module
com
{ module sun { module star { module datatransfer {
9
10
interface
XTransferable2
:
com::sun::star::datatransfer::XTransferable
11
{
27
any
getTransferData2
( [in]
DataFlavor
aFlavor, [in]
string
aDestShellID )
28
raises (
UnsupportedFlavorException
,
com::sun::star::io::IOException
);
29
35
boolean
isComplex
();
36
};
37
38
}; }; }; };
39
40
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
41
com::sun::star::datatransfer::UnsupportedFlavorException
Exception will be thrown if there is a request for data in a DataFlavor that is not supported by a da...
Definition
UnsupportedFlavorException.idl:30
com::sun::star::io::IOException
is thrown when an input or output error has occurred.
Definition
IOException.idl:27
com::sun::star::datatransfer::XTransferable2
Definition
XTransferable2.idl:11
com::sun::star::datatransfer::XTransferable2::getTransferData2
any getTransferData2([in] DataFlavor aFlavor, [in] string aDestShellID)
This is equivalent of getTransferData of XTransferable, but takes an additional parameter that specif...
com::sun::star::datatransfer::XTransferable2::isComplex
boolean isComplex()
Returns true if the selection contains embedded objects or is a large text blob.
com::sun::star::datatransfer::XTransferable
Interface to be implemented by objects used to provide data for a data transfer operation.
Definition
XTransferable.idl:30
com
Definition
Ambiguous.idl:20
com::sun::star::datatransfer::DataFlavor
Each instance represents the concept of a data format as it would appear on a clipboard,...
Definition
DataFlavor.idl:28
com
sun
star
datatransfer
XTransferable2.idl
Generated by
1.17.0