|
LibreOffice Module sw (master) 1
|
#include <memory>#include <hintids.hxx>#include <vcl/graph.hxx>#include <sot/formats.hxx>#include <svx/xfillit0.hxx>#include <svx/svdocapt.hxx>#include <svx/svdouno.hxx>#include <svx/xbtmpit.hxx>#include <svx/svdpage.hxx>#include <svx/svdogrp.hxx>#include <svx/svdoole2.hxx>#include <svx/fmmodel.hxx>#include <svx/unomodel.hxx>#include <svx/svditer.hxx>#include <svx/svdograf.hxx>#include <tools/stream.hxx>#include <unotools/streamwrap.hxx>#include <osl/diagnose.h>#include <fmtanchr.hxx>#include <fmtcntnt.hxx>#include <fmtornt.hxx>#include <fmtflcnt.hxx>#include <frmfmt.hxx>#include <txtfrm.hxx>#include <txtflcnt.hxx>#include <fesh.hxx>#include <doc.hxx>#include <IDocumentUndoRedo.hxx>#include <IDocumentDrawModelAccess.hxx>#include <IDocumentRedlineAccess.hxx>#include <DocumentFieldsManager.hxx>#include <IDocumentLayoutAccess.hxx>#include <rootfrm.hxx>#include <ndtxt.hxx>#include <pam.hxx>#include <tblsel.hxx>#include <swtable.hxx>#include <flyfrm.hxx>#include <pagefrm.hxx>#include <fldbas.hxx>#include <swundo.hxx>#include <viewimp.hxx>#include <dview.hxx>#include <dcontact.hxx>#include <dflyobj.hxx>#include <docsh.hxx>#include <pagedesc.hxx>#include <mvsave.hxx>#include <textboxhelper.hxx>#include <frameformats.hxx>#include <vcl/virdev.hxx>#include <svx/svdundo.hxx>Go to the source code of this file.
Functions | |
| static const Point & | lcl_FindBasePos (const SwFrame *pFrame, const Point &rPt) |
| static bool | lcl_SetAnchor (const SwPosition &rPos, const SwNode &rNd, SwFlyFrame const *pFly, const Point &rInsPt, SwFEShell const &rDestShell, SwFormatAnchor &rAnchor, Point &rNewPos, bool bCheckFlyRecur) |
| static void | lcl_ConvertSdrOle2ObjsToSdrGrafObjs (SdrModel &_rModel) |
|
static |
Definition at line 1311 of file fecopy.cxx.
References SdrOle2Obj::Connect(), SdrOle2Obj::Disconnect(), SdrObject::GetCurrentBoundRect(), SdrOle2Obj::GetGraphic(), SdrObject::GetLayer(), SdrObject::GetOrdNum(), SdrModel::GetPage(), SdrModel::GetPageCount(), SdrObject::getParentSdrObjListFromSdrObject(), SdrObjListIter::IsMore(), SdrObjListIter::Next(), nPgNum, and SdrObjList::ReplaceObject().
Referenced by SwFEShell::Paste().
Definition at line 222 of file fecopy.cxx.
References SwRect::Contains(), SwFrameAreaDefinition::getFrameArea(), SwFrame::IsContentFrame(), and SwRect::Pos().
Referenced by lcl_SetAnchor().
|
static |
Definition at line 238 of file fecopy.cxx.
References SwFrame::FindFlyFrame(), SwFrame::FindPageFrame(), SwFormatAnchor::GetAnchorId(), SwFormat::GetContent(), SwFormatContent::GetContentIdx(), SwNode::GetContentNode(), SwFlyFrame::GetFormat(), SwFrameAreaDefinition::getFrameArea(), SwViewShell::GetLayout(), SwContentNode::getLayoutFrame(), SwFEShell::GetPageNumber(), SwFlyFrame::IsUpperOf(), lcl_FindBasePos(), SwRect::Pos(), SwFormatAnchor::SetAnchor(), SwFormatAnchor::SetPageNum(), and SwFormatAnchor::SetType().
Referenced by SwFEShell::Copy(), and SwFEShell::CopyDrawSel().