LibreOffice Module vcl (master) 1
|
#include <config_vclplug.h>
#include <osl/mutex.hxx>
#include <sot/exchange.hxx>
#include <tools/debug.hxx>
#include <vcl/svapp.hxx>
#include <vcl/window.hxx>
#include <comphelper/lok.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/datatransfer/clipboard/LokClipboard.hpp>
#include <com/sun/star/datatransfer/clipboard/SystemClipboard.hpp>
#include <com/sun/star/datatransfer/dnd/XDropTargetDragContext.hpp>
#include <com/sun/star/datatransfer/dnd/XDragGestureRecognizer.hpp>
#include <com/sun/star/datatransfer/dnd/XDropTarget.hpp>
#include <com/sun/star/uno/DeploymentException.hpp>
#include <svl/urlbmk.hxx>
#include <vcl/transfer.hxx>
#include <svdata.hxx>
Go to the source code of this file.
Classes | |
struct | TransferDataContainer_Impl |
Functions | |
Reference< XClipboard > | GetSystemClipboard () |
Reference< XClipboard > | GetSystemPrimarySelection () |
Reference< XClipboard > GetSystemClipboard | ( | ) |
Definition at line 459 of file transfer2.cxx.
References DBG_TESTSOLARMUTEX, comphelper::getProcessComponentContext(), ImplGetSVData(), and comphelper::LibreOfficeKit::isActive().
Referenced by vcl::Window::GetClipboard().
Reference< XClipboard > GetSystemPrimarySelection | ( | ) |
Definition at line 505 of file transfer2.cxx.
References Any, args, and comphelper::getProcessComponentContext().
Referenced by TransferableHelper::ClearPrimarySelection(), TransferableHelper::CopyToPrimarySelection(), TransferableDataHelper::CreateFromPrimarySelection(), Edit::ImplCopyToSelectionClipboard(), TextView::KeyInput(), Edit::MouseButtonUp(), and TextView::MouseButtonUp().