LibreOffice Module sc (master)
1
|
#include <com/sun/star/embed/NoVisualAreaSizeException.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <svx/svditer.hxx>
#include <svx/svdograf.hxx>
#include <svx/svdoole2.hxx>
#include <svx/svdouno.hxx>
#include <svx/svdpage.hxx>
#include <svx/svdpagv.hxx>
#include <svx/svdundo.hxx>
#include <svtools/embedhlp.hxx>
#include <sfx2/objsh.hxx>
#include <sfx2/ipclient.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <com/sun/star/embed/Aspects.hpp>
#include <osl/diagnose.h>
#include <document.hxx>
#include <viewfunc.hxx>
#include <tabvwsh.hxx>
#include <drawview.hxx>
#include <scmod.hxx>
#include <drwlayer.hxx>
#include <drwtrans.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
#include <docuno.hxx>
#include <docsh.hxx>
#include <dragdata.hxx>
#include <gridwin.hxx>
Go to the source code of this file.
Functions | |
static void | lcl_AdjustInsertPos (ScViewData &rData, Point &rPos, const Size &rSize) |
Variables | |
bool | bPasteIsMove = false |
|
static |
Definition at line 55 of file viewfun7.cxx.
References SdrPaintView::GetModel(), SdrModel::GetPage(), ScViewData::GetScDrawView(), SdrPage::GetSize(), ScViewData::GetTabNo(), Size::Height(), Size::setWidth(), Size::Width(), x, and y.
Referenced by ScViewFunc::PasteDraw().
bool bPasteIsMove = false |
Definition at line 51 of file viewfun7.cxx.
Referenced by ScGridWindow::ExecuteDrop(), and ScViewFunc::PasteDraw().