Lines Matching refs:pTableBoxStartNode
1730 const SwNode* pTableBoxStartNode = GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in LeftRight() local
1731 if ( pTableBoxStartNode ) in LeftRight()
1733 const SwTableBox* pTableBox = pTableBoxStartNode->GetTblBox(); in LeftRight()
1740 const SwTableNode* pTblNd = pTableBoxStartNode->FindTableNode(); in LeftRight()
1985 const SwNode* pTableBoxStartNode = rPtIdx.GetNode().FindTableBoxStartNode(); in GoPrevNextCell() local
1986 const SwTableBox* pTableBox = pTableBoxStartNode->GetTblBox(); in GoPrevNextCell()
1997 pTableBoxStartNode = rPtIdx.GetNode().FindTableBoxStartNode(); in GoPrevNextCell()
2003 pTableBoxStartNode->EndOfSectionNode() : in GoPrevNextCell()
2004 pTableBoxStartNode; in GoPrevNextCell()
2013 pTableBoxStartNode = rPtIdx.GetNode().FindTableBoxStartNode(); in GoPrevNextCell()
2014 pTableBox = pTableBoxStartNode->GetTblBox(); in GoPrevNextCell()