Searched refs:ppPos (Results 1 – 1 of 1) sorted by relevance
1908 SwPosition* ppPos[2] = { 0, 0 }; in SelTblRowCol() local1934 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()[all …]
Completed in 11 milliseconds