LibreOffice
LibreOffice 5.0 SDK API Reference
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
com
sun
star
datatransfer
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
11
#include <
com/sun/star/datatransfer/XTransferable.idl
>
12
13
module com { module sun { module star { module datatransfer {
14
15
interface
XTransferable2
:
com::sun::star::datatransfer::XTransferable
16
{
32
any getTransferData2( [in]
DataFlavor
aFlavor, [in]
string
aDestShellID )
33
raises (
UnsupportedFlavorException
,
com::sun::star::io::IOException
);
34
};
35
36
}; }; }; };
37
38
#endif
39
40
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
41
Generated by
1.8.4