LibreOffice Module sd (master) 1
|
#include <sal/config.h>
#include <cassert>
#include <controller/SlsClipboard.hxx>
#include <SlideSorterViewShell.hxx>
#include <SlideSorter.hxx>
#include <model/SlideSorterModel.hxx>
#include <model/SlsPageDescriptor.hxx>
#include <model/SlsPageEnumerationProvider.hxx>
#include <utility>
#include <view/SlideSorterView.hxx>
#include <controller/SlideSorterController.hxx>
#include <controller/SlsInsertionIndicatorHandler.hxx>
#include <controller/SlsPageSelector.hxx>
#include <controller/SlsSelectionFunction.hxx>
#include <controller/SlsCurrentSlideManager.hxx>
#include <controller/SlsFocusManager.hxx>
#include <controller/SlsSelectionManager.hxx>
#include <controller/SlsTransferableData.hxx>
#include <controller/SlsSelectionObserver.hxx>
#include <controller/SlsVisibleAreaManager.hxx>
#include <cache/SlsPageCache.hxx>
#include <ViewShellBase.hxx>
#include <DrawViewShell.hxx>
#include <Window.hxx>
#include <fupoor.hxx>
#include <strings.hrc>
#include <sdresid.hxx>
#include <sdxfer.hxx>
#include <sdmod.hxx>
#include <ins_paste.hxx>
#include <drawdoc.hxx>
#include <DrawDocShell.hxx>
#include <sdpage.hxx>
#include <sdtreelb.hxx>
#include <com/sun/star/datatransfer/dnd/DNDConstants.hpp>
#include <sfx2/request.hxx>
#include <sfx2/viewfrm.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/docfile.hxx>
#include <svx/svxids.hrc>
#include <tools/urlobj.hxx>
#include <rtl/ustring.hxx>
#include <vcl/svapp.hxx>
Go to the source code of this file.
Classes | |
class | sd::slidesorter::controller::Clipboard::UndoContext |
Namespaces | |
namespace | sd |
namespace | sd::slidesorter |
namespace | sd::slidesorter::controller |
Functions | |
sd::slidesorter::controller::IMPL_LINK (Clipboard, ProcessDragFinished, void *, pUserData, void) | |
|
private |
Definition at line 97 of file SlsClipboard.cxx.
|
private |
Definition at line 96 of file SlsClipboard.cxx.
Referenced by sd::slidesorter::controller::IMPL_LINK().