Searched refs:pTableBoxStartNode (Results 1 – 2 of 2) sorted by relevance
1730 const SwNode* pTableBoxStartNode = GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in LeftRight() local1731 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() local1986 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()[all …]
63 const SwNode* pTableBoxStartNode = pCrsr->GetNode()->FindTableBoxStartNode(); in GoNextCell() local68 pTableBox = pTableBoxStartNode->GetTblBox(); in GoNextCell()75 pTableBoxStartNode = pTableBox->GetSttNd(); in GoNextCell()79 SwNodeIndex aCellStt( *pTableBoxStartNode->EndOfSectionNode(), 1 ); in GoNextCell()
Completed in 21 milliseconds