LibreOffice Module sw (master) 1
Macros | Functions
docfly.cxx File Reference
#include <hintids.hxx>
#include <svl/itemiter.hxx>
#include <svx/svdobj.hxx>
#include <svx/svdmark.hxx>
#include <osl/diagnose.h>
#include <fmtfsize.hxx>
#include <fmtornt.hxx>
#include <dcontact.hxx>
#include <ndgrf.hxx>
#include <doc.hxx>
#include <IDocumentUndoRedo.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <IDocumentState.hxx>
#include <IDocumentLayoutAccess.hxx>
#include <ndindex.hxx>
#include <drawdoc.hxx>
#include <fmtcntnt.hxx>
#include <fmtanchr.hxx>
#include <fmtflcnt.hxx>
#include <txtfrm.hxx>
#include <notxtfrm.hxx>
#include <pagefrm.hxx>
#include <rootfrm.hxx>
#include <flyfrm.hxx>
#include <textboxhelper.hxx>
#include <txatbase.hxx>
#include <frmfmt.hxx>
#include <ndtxt.hxx>
#include <pam.hxx>
#include <swundo.hxx>
#include <crstate.hxx>
#include <UndoCore.hxx>
#include <UndoAttribute.hxx>
#include <fmtcnct.hxx>
#include <dflyobj.hxx>
#include <undoflystrattr.hxx>
#include <calbck.hxx>
#include <frameformats.hxx>
#include <memory>
#include <svx/xbtmpit.hxx>
#include <svx/xflftrit.hxx>
#include <svx/xlndsit.hxx>
#include <svx/xlnstit.hxx>
#include <svx/xlnedit.hxx>
#include <svx/xflhtit.hxx>
#include <formatflysplit.hxx>
Include dependency graph for docfly.cxx:

Go to the source code of this file.

Macros

#define MAKEFRMS   0
 
#define IGNOREANCHOR   1
 
#define DONTMAKEFRMS   2
 

Functions

static Point lcl_FindAnchorLayPos (SwDoc &rDoc, const SwFormatAnchor &rAnch, const SwFrameFormat *pFlyFormat)
 
static bool lcl_SetFlyFrameAttr (SwDoc &rDoc, sal_Int8(SwDoc::*pSetFlyFrameAnchor)(SwFrameFormat &, SfxItemSet &, bool), SwFrameFormat &rFlyFormat, SfxItemSet &rSet)
 

Macro Definition Documentation

◆ DONTMAKEFRMS

#define DONTMAKEFRMS   2

Definition at line 257 of file docfly.cxx.

◆ IGNOREANCHOR

#define IGNOREANCHOR   1

Definition at line 256 of file docfly.cxx.

◆ MAKEFRMS

#define MAKEFRMS   0

Definition at line 255 of file docfly.cxx.

Function Documentation

◆ lcl_FindAnchorLayPos()

static Point lcl_FindAnchorLayPos ( SwDoc rDoc,
const SwFormatAnchor rAnch,
const SwFrameFormat pFlyFormat 
)
static

◆ lcl_SetFlyFrameAttr()

static bool lcl_SetFlyFrameAttr ( SwDoc rDoc,
sal_Int8(SwDoc::*)(SwFrameFormat &, SfxItemSet &, bool)  pSetFlyFrameAnchor,
SwFrameFormat rFlyFormat,
SfxItemSet rSet 
)
static