Lines Matching refs:FindTableBoxStartNode

580     const SwStartNode* pTmpSttNode = pCNd->FindTableBoxStartNode();  in IsInProtectTable()
618 FindTableBoxStartNode()->EndOfSectionNode(), 1 ); in IsInProtectTable()
620 SwNodeIndex aCellStt( *GetNode()->FindTableBoxStartNode()->EndOfSectionNode(), 1 ); in IsInProtectTable()
632 IDX.Assign( *pCNd->FindTableBoxStartNode()->EndOfSectionNode(), 1 ); in IsInProtectTable()
678 *GetNode()->FindTableBoxStartNode(), -1 ); in IsInProtectTable()
680 SwNodeIndex aCellStt( *GetNode()->FindTableBoxStartNode(), -1 ); in IsInProtectTable()
693 IDX.Assign( *pNd->FindTableBoxStartNode(), -1 ); in IsInProtectTable()
1676 const SwNode* pOldTabBoxSttNode = aOldNodeIdx.GetNode().FindTableBoxStartNode(); in LeftRight()
1678 const SwNode* pNewTabBoxSttNode = GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in LeftRight()
1718 const SwNode* pTableBoxStartNode = GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in LeftRight()
1853 const SwStartNode* pTblNd = GetNode( sal_True )->FindTableBoxStartNode(); in UpDown()
1973 const SwNode* pTableBoxStartNode = rPtIdx.GetNode().FindTableBoxStartNode(); in GoPrevNextCell()
1985 pTableBoxStartNode = rPtIdx.GetNode().FindTableBoxStartNode(); in GoPrevNextCell()
2001 pTableBoxStartNode = rPtIdx.GetNode().FindTableBoxStartNode(); in GoPrevNextCell()
2203 pSttNd = pCur->GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in MakeBoxSels()
2205 pSttNd != pCur->GetMark()->nNode.GetNode().FindTableBoxStartNode() ) in MakeBoxSels()
2307 const SwNode *pStart = GetCntntNode()->FindTableBoxStartNode(); in NewTableSelection()
2308 const SwNode *pEnd = GetCntntNode(sal_False)->FindTableBoxStartNode(); in NewTableSelection()