LibreOffice Module vcl (master) 1
|
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/datatransfer/XTransferable.hpp>
#include <com/sun/star/datatransfer/clipboard/XSystemClipboard.hpp>
#include <com/sun/star/datatransfer/clipboard/XFlushableClipboard.hpp>
#include <com/sun/star/datatransfer/clipboard/XClipboardOwner.hpp>
#include <com/sun/star/datatransfer/clipboard/XClipboardListener.hpp>
#include <cppuhelper/compbase.hxx>
#include <QtGui/QClipboard>
Go to the source code of this file.
Classes | |
class | QtClipboard |
This implementation has two main functions, which handle the clipboard content: the XClipboard::setContent function and the QClipboard::change signal handler. More... | |