Lines Matching refs:pSttNd
1090 const SwNode* pSttNd = ( FND_IN_BODYONLY & eFndRngs ) in FindAll() local
1095 ? lcl_MakeSelBkwrd( rNds.GetEndOfContent(), *pSttNd,*this, sal_False ) in FindAll()
1096 : lcl_MakeSelFwrd( *pSttNd, rNds.GetEndOfContent(), *this, sal_False )) in FindAll()
2211 const SwStartNode* pSttNd; in MakeBoxSels() local
2215 pSttNd = pCur->GetPoint()->nNode.GetNode().FindTableBoxStartNode(); in MakeBoxSels()
2216 if( !pCur->HasMark() || !pSttNd || in MakeBoxSels()
2217 pSttNd != pCur->GetMark()->nNode.GetNode().FindTableBoxStartNode() ) in MakeBoxSels()
2220 else if( lcl_SeekEntry( aTmp, pSttNd, nPos )) in MakeBoxSels()
2222 SwNodeIndex aIdx( *pSttNd, 1 ); in MakeBoxSels()
2232 aIdx.Assign( *pSttNd->EndOfSectionNode(), - 1 ); in MakeBoxSels()
2273 pSttNd = aTmp[ nPos ]->GetSttNd(); in MakeBoxSels()
2275 SwNodeIndex aIdx( *pSttNd, 1 ); in MakeBoxSels()
2298 pPos->nNode.Assign( *pSttNd->EndOfSectionNode(), - 1 ); in MakeBoxSels()