|
LibreOffice Module sw (master) 1
|
#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>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) |
Definition at line 38 of file ndcopy.cxx.
| typedef std::vector<MapTableFrameFormat> MapTableFrameFormats |
Definition at line 58 of file ndcopy.cxx.
|
static |
Definition at line 149 of file ndcopy.cxx.
References SwStartNode::CheckSectionCondColl(), SwFormat::CopyAttrs(), SwTableBox::GetFrameFormat(), SwFormat::GetItemIfSet(), SvNumberFormatter::GetMergeFormatIndex(), SwNodeIndex::GetNode(), SwTableBox::getRowSpan(), SwTableBox::GetSttIdx(), SwTableBox::GetSttNd(), SwTableBox::GetTabLines(), CntUInt32Item::GetValue(), SvNumberFormatter::HasMergeFormatTable(), SwTableBox::IsInHeadline(), SwTableFormula::IsIntrnlName(), SwNode::IsStartNode(), lcl_CopyTableLine(), lcl_SrchNew(), RES_BOXATR_FORMAT(), RES_BOXATR_FORMULA(), SwFormat::SetFormatAttr(), SwTableBox::setRowSpan(), and SwTableLines::size().
Referenced by lcl_CopyTableLine().
|
static |
Definition at line 214 of file ndcopy.cxx.
References SwFormat::CopyAttrs(), SwTableLine::GetFrameFormat(), SwTableLine::GetTabBoxes(), lcl_CopyTableBox(), and lcl_SrchNew().
Referenced by lcl_CopyTableBox(), and SwTableNode::MakeCopy().
|
static |
Definition at line 118 of file ndcopy.cxx.
Referenced by lcl_CopyTableBox(), and lcl_CopyTableLine().