LibreOffice Module sw (master) 1
Functions
fecopy.cxx File Reference
#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>
Include dependency graph for fecopy.cxx:

Go to the source code of this file.

Functions

static const Pointlcl_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)
 

Function Documentation

◆ lcl_ConvertSdrOle2ObjsToSdrGrafObjs()

static void lcl_ConvertSdrOle2ObjsToSdrGrafObjs ( SdrModel _rModel)
static

◆ lcl_FindBasePos()

static const Point & lcl_FindBasePos ( const SwFrame pFrame,
const Point rPt 
)
static

◆ lcl_SetAnchor()

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