Searched refs:nCurrNd (Results 1 – 2 of 2) sorted by relevance
1907 sal_uLong nCurrNd = pSttPos->nNode.GetIndex(); in Spell() local1911 if( nCurrNd <= nEndNd ) in Spell()1917 SwNode* pNd = GetNodes()[ nCurrNd ]; in Spell()1976 pSttPos->nNode = nCurrNd; in Spell()1977 pEndPos->nNode = nCurrNd; in Spell()1978 nCurrNd = nEndNd; in Spell()2027 nCurrNd = pNd->GetIndex(); in Spell()2029 pEndPos->nNode = nCurrNd; in Spell()2044 nCurrNd = pNd->EndOfSectionIndex(); in Spell()2052 bGoOn = nCurrNd < nEndNd; in Spell()[all …]
890 sal_uLong nCurrNd = pSttPos->nNode.GetIndex(); in SetNumberingRestart() local892 if( nCurrNd <= nEndNd ) in SetNumberingRestart()899 SwNode* pNd = GetDoc()->GetNodes()[ nCurrNd ]; in SetNumberingRestart()933 nCurrNd = pNd->EndOfSectionIndex(); in SetNumberingRestart()941 bGoOn = nCurrNd < nEndNd; in SetNumberingRestart()942 ++nCurrNd; in SetNumberingRestart()
Completed in 35 milliseconds