Lines Matching refs:nCurrNd
1905 sal_uLong nCurrNd = pSttPos->nNode.GetIndex(); in Spell() local
1909 if( nCurrNd <= nEndNd ) in Spell()
1915 SwNode* pNd = GetNodes()[ nCurrNd ]; in Spell()
1925 nCurrNd = pNd->EndOfSectionIndex(); in Spell()
1974 pSttPos->nNode = nCurrNd; in Spell()
1975 pEndPos->nNode = nCurrNd; in Spell()
1976 nCurrNd = nEndNd; in Spell()
2025 nCurrNd = pNd->GetIndex(); in Spell()
2026 pSttPos->nNode = nCurrNd; in Spell()
2027 pEndPos->nNode = nCurrNd; in Spell()
2032 nCurrNd = nEndNd; in Spell()
2042 nCurrNd = pNd->EndOfSectionIndex(); in Spell()
2050 bGoOn = nCurrNd < nEndNd; in Spell()
2051 ++nCurrNd; in Spell()