LibreOffice Module sw (master) 1
Macros | Typedefs | Functions
ndcopy.cxx File Reference
#include <doc.hxx>
#include <IDocumentFieldsAccess.hxx>
#include <IDocumentUndoRedo.hxx>
#include <node.hxx>
#include <frmfmt.hxx>
#include <swtable.hxx>
#include <ndtxt.hxx>
#include <swtblfmt.hxx>
#include <cellatr.hxx>
#include <ddefld.hxx>
#include <swddetbl.hxx>
#include <ndindex.hxx>
#include <frameformats.hxx>
#include <vector>
#include <osl/diagnose.h>
#include <svl/numformat.hxx>
Include dependency graph for ndcopy.cxx:

Go to the source code of this file.

Macros

#define CHECK_TABLE(t)   (t).CheckConsistency();
 

Typedefs

typedef std::vector< MapTableFrameFormat > MapTableFrameFormats
 

Functions

static bool lcl_SrchNew (const MapTableFrameFormat &rMap, SwFrameFormat **pPara)
 
static void lcl_CopyTableLine (const SwTableLine *pLine, CopyTable *pCT)
 
static void lcl_CopyTableBox (SwTableBox *pBox, CopyTable *pCT)
 

Macro Definition Documentation

◆ CHECK_TABLE

#define CHECK_TABLE (   t)    (t).CheckConsistency();

Definition at line 38 of file ndcopy.cxx.

Typedef Documentation

◆ MapTableFrameFormats

typedef std::vector<MapTableFrameFormat> MapTableFrameFormats

Definition at line 58 of file ndcopy.cxx.

Function Documentation

◆ lcl_CopyTableBox()

static void lcl_CopyTableBox ( SwTableBox pBox,
CopyTable *  pCT 
)
static

◆ lcl_CopyTableLine()

static void lcl_CopyTableLine ( const SwTableLine pLine,
CopyTable *  pCT 
)
static

◆ lcl_SrchNew()

static bool lcl_SrchNew ( const MapTableFrameFormat &  rMap,
SwFrameFormat **  pPara 
)
static

Definition at line 118 of file ndcopy.cxx.

Referenced by lcl_CopyTableBox(), and lcl_CopyTableLine().