Lines Matching refs:FindTableBoxStartNode

592     const SwStartNode* pTmpSttNode = pCNd->FindTableBoxStartNode();  in IsInProtectTable()
630 FindTableBoxStartNode()->EndOfSectionNode(), 1 ); in IsInProtectTable()
632 SwNodeIndex aCellStt( *GetNode()->FindTableBoxStartNode()->EndOfSectionNode(), 1 ); in IsInProtectTable()
644 IDX.Assign( *pCNd->FindTableBoxStartNode()->EndOfSectionNode(), 1 ); in IsInProtectTable()
690 *GetNode()->FindTableBoxStartNode(), -1 ); in IsInProtectTable()
692 SwNodeIndex aCellStt( *GetNode()->FindTableBoxStartNode(), -1 ); in IsInProtectTable()
705 IDX.Assign( *pNd->FindTableBoxStartNode(), -1 ); in IsInProtectTable()
1688 const SwNode* pOldTabBoxSttNode = aOldNodeIdx.GetNode().FindTableBoxStartNode(); in LeftRight()
1690 const SwNode* pNewTabBoxSttNode = GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in LeftRight()
1730 const SwNode* pTableBoxStartNode = GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in LeftRight()
1865 const SwStartNode* pTblNd = GetNode( sal_True )->FindTableBoxStartNode(); in UpDown()
1985 const SwNode* pTableBoxStartNode = rPtIdx.GetNode().FindTableBoxStartNode(); in GoPrevNextCell()
1997 pTableBoxStartNode = rPtIdx.GetNode().FindTableBoxStartNode(); in GoPrevNextCell()
2013 pTableBoxStartNode = rPtIdx.GetNode().FindTableBoxStartNode(); in GoPrevNextCell()
2215 pSttNd = pCur->GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in MakeBoxSels()
2217 pSttNd != pCur->GetMark()->nNode.GetNode().FindTableBoxStartNode() ) in MakeBoxSels()
2319 const SwNode *pStart = GetCntntNode()->FindTableBoxStartNode(); in NewTableSelection()
2320 const SwNode *pEnd = GetCntntNode(sal_False)->FindTableBoxStartNode(); in NewTableSelection()