Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/crsr/
H A Dswcrsr.cxx1718 const SwNode* pTableBoxStartNode = GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in LeftRight() local
1719 if ( pTableBoxStartNode ) in LeftRight()
1721 const SwTableBox* pTableBox = pTableBoxStartNode->GetTblBox(); in LeftRight()
1728 const SwTableNode* pTblNd = pTableBoxStartNode->FindTableNode(); in LeftRight()
1973 const SwNode* pTableBoxStartNode = rPtIdx.GetNode().FindTableBoxStartNode(); in GoPrevNextCell() local
1974 const SwTableBox* pTableBox = pTableBoxStartNode->GetTblBox(); in GoPrevNextCell()
1985 pTableBoxStartNode = rPtIdx.GetNode().FindTableBoxStartNode(); in GoPrevNextCell()
1991 pTableBoxStartNode->EndOfSectionNode() : in GoPrevNextCell()
1992 pTableBoxStartNode; in GoPrevNextCell()
2001 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 20 milliseconds