Lines Matching refs:SwTableNode

123     lcl_DelRedlines( const SwTableNode& rNd, sal_Bool bCheckForOwnRedline );
243 SwTableNode* SwDoc::IsIdxInTbl(const SwNodeIndex& rIdx) in IsIdxInTbl()
245 SwTableNode* pTableNd = 0; in IsIdxInTbl()
262 sal_Bool SwNodes::InsBoxen( SwTableNode* pTblNd, in InsBoxen()
414 SwTableNode *pTblNd = GetNodes().InsertTable( in InsertTable()
594 SwTableNode* SwNodes::InsertTable( const SwNodeIndex& rNdIdx, in InsertTable()
609 SwTableNode * pTblNd = new SwTableNode( rNdIdx ); in InsertTable()
762 SwTableNode* pTblNd = GetNodes().TextToTable( in TextToTable()
919 SwTableNode* SwNodes::TextToTable( const SwNodeRange& rRange, sal_Unicode cCh, in TextToTable()
929 SwTableNode * pTblNd = new SwTableNode( rRange.aStart ); in TextToTable()
1213 SwTableNode* pTblNd = GetNodes().TextToTable( in TextToTable()
1304 SwTableNode* SwNodes::TextToTable( const SwNodes::TableRanges_t & rTableNodes, in TextToTable()
1313 SwTableNode * pTblNd = new SwTableNode( rTableNodes.begin()->begin()->aStart ); in TextToTable()
1478 sal_Bool SwDoc::TableToText( const SwTableNode* pTblNd, sal_Unicode cCh ) in TableToText()
1625 SwTableNode* pTblNd; in TableToText()
1694 ((SwTableNode*)pFrmNd)->MakeFrms( aDelRg.aStart ); in TableToText()
1756 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in InsertCol()
1823 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in InsertRow()
1891 SwTableNode* pTblNd = rCursor.GetNode()->FindTableNode(); in DeleteRow()
2016 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in DeleteRowCol()
2235 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in SplitTbl()
2308 SwTableNode* pTblNd = rPam.GetNode()->FindTableNode(); in MergeTbl()
2423 SwTableNode::SwTableNode( const SwNodeIndex& rIdx ) in SwTableNode() function in SwTableNode
2429 SwTableNode::~SwTableNode() in ~SwTableNode()
2440 SwTabFrm *SwTableNode::MakeFrm( SwFrm* pSib ) in MakeFrm()
2448 void SwTableNode::MakeFrms(const SwNodeIndex & rIdx ) in MakeFrms()
2478 void SwTableNode::MakeFrms( SwNodeIndex* pIdxBehind ) in MakeFrms()
2513 void SwTableNode::DelFrms() in DelFrms()
2557 void SwTableNode::SetNewTable( SwTable* pNewTable, sal_Bool bNewFrames ) in SetNewTable()
3216 SwTableNode* pTNd = pNd->FindTableNode(); in SplitTable()
3263 SwTableNode* pNew = GetNodes().SplitTable( rPos.nNode, sal_False, bCalcNewSize ); in SplitTable()
3386 SwTableNode* pNewTblNd;
3390 _SplitTable_Para( SwTableNode* pNew, SwTable& rOld ) in _SplitTable_Para()
3456 SwTableNode* SwNodes::SplitTable( const SwNodeIndex& rPos, sal_Bool bAfter, in SplitTable()
3460 SwTableNode* pTNd = pNd->FindTableNode(); in SplitTable()
3489 SwTableNode * pNewTblNd; in SplitTable()
3496 pNewTblNd = new SwTableNode( aIdx ); in SplitTable()
3572 SwTableNode* pTblNd = rPos.nNode.GetNode().FindTableNode(), *pDelTblNd; in MergeTable()
3630 SwTableNode* pDelTblNd = rPos.GetNode().GetTableNode(); in MergeTable()
3633 SwTableNode* pTblNd = (*this)[ rPos.GetIndex() - 1]->FindTableNode(); in MergeTable()
3829 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in SetTableAutoFmt()
3907 SwTableNode* pTblNd = (SwTableNode*)rBoxes[0]->GetSttNd()->FindTableNode(); in GetTableAutoFmt()
4037 SwTableNode* pTblNd = (SwTableNode*)rAktBox.GetSttNd()->FindTableNode(); in SetColRowWidthHeight()
4220 const SwTableNode* pTblNd = rBox.GetSttNd()->FindTableNode(); in ChkBoxNumFmt()
4310 const SwTableNode* pSrcTblNd = pCpyTbl in InsCopyOfTbl()
4314 SwTableNode * pInsTblNd = rInsPos.nNode.GetNode().FindTableNode(); in InsCopyOfTbl()
4558 const SwTableNode* pTblNd; in UnProtectTbls()
4603 SwTableNode* pTblNd = pPos->nNode.GetNode().FindTableNode(); in HasTblAnyProtection()
4635 lcl_DelRedlines::lcl_DelRedlines( const SwTableNode& rNd, in lcl_DelRedlines()