Lines Matching refs:ppPos
1908 SwPosition* ppPos[2] = { 0, 0 }; in SelTblRowCol() local
1934 ppPos[i] = new SwPosition( *pCntnt->GetNode() ); in SelTblRowCol()
1935 ppPos[i]->nContent.Assign( const_cast<SwCntntNode*>(pCntnt->GetNode()), 0 ); in SelTblRowCol()
1944 if ( 1 == i || !ppPos[0] || !pEnd ) in SelTblRowCol()
1956 if ( ppPos[0] ) in SelTblRowCol()
1963 *pCrsr->GetPoint() = *ppPos[0]; in SelTblRowCol()
1970 if ( ppPos[1] ) in SelTblRowCol()
1972 if ( ppPos[1]->nNode.GetNode().StartOfSectionNode() != in SelTblRowCol()
1977 *pCrsr->GetPoint() = *ppPos[1]; in SelTblRowCol()
2012 delete ppPos[0]; in SelTblRowCol()
2013 delete ppPos[1]; in SelTblRowCol()