Lines Matching refs:DataFlavor
32 #include <com/sun/star/datatransfer/DataFlavor.idl>
51 @see com::sun::star::datatransfer::DataFlavor
64 The data in the specified <type>DataFlavor</type>.
70 if the requested <type>DataFlavor</type> is not supported.
72 any getTransferData( [in] DataFlavor aFlavor )
76 /** Returns a sequence of supported <type>DataFlavor</type>.
79 The sequence of supported <type>DataFlavor</type>.
81 @see com::sun::star::datatransfer::DataFlavor
83 sequence < DataFlavor > getTransferDataFlavors();
92 A value of <TRUE/> if the <type>DataFlavor</type> is supported by the transfer source.
93 <p>A value of <FALSE/> if the <type>DataFlavor</type> is unsupported by the transfer source.</p>
99 boolean isDataFlavorSupported( [in] DataFlavor aFlavor );