Home
last modified time | relevance | path

Searched refs:pTableBoxStartNode (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/crsr/
H A Dswcrsr.cxx1730 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()
[all …]
H A Dtrvltbl.cxx63 const SwNode* pTableBoxStartNode = pCrsr->GetNode()->FindTableBoxStartNode(); in GoNextCell() local
68 pTableBox = pTableBoxStartNode->GetTblBox(); in GoNextCell()
75 pTableBoxStartNode = pTableBox->GetSttNd(); in GoNextCell()
79 SwNodeIndex aCellStt( *pTableBoxStartNode->EndOfSectionNode(), 1 ); in GoNextCell()

Completed in 26 milliseconds