Lines Matching refs:DataFlavor
28 #include <com/sun/star/datatransfer/DataFlavor.idl>
50 /** To query for the summarized data size in bytes of a sequence of <type>DataFlavor</type>.
53 A squence of requested <type>DataFlavor</type>.
54 <p>An unsupported <type>DataFlavor</type> will be ignored.</p>
57 The number of bytes of the transfer data in the specified sequence of <type>DataFlavor</type>.
59 hyper queryDataSize( [in] sequence < DataFlavor > aFlavorList );
62 /** To get all the data of a sequence of <type>DataFlavor</type>.
65 The sequence of requested <type>DataFlavor</type>.
66 <p>An unsupported <type>DataFlavor</type> will be ignored.</p>
69 The data in the requested <type>DataFlavor</type>.
70 <p>For unsupported <type>DataFlavor</type> an
73 sequence < any > getData( [in] sequence < DataFlavor > aFlavorList );