Searched refs:nCurrNd (Results 1 – 2 of 2) sorted by relevance
1903 sal_uLong nCurrNd = pSttPos->nNode.GetIndex(); in Spell() local1907 if( nCurrNd <= nEndNd ) in Spell()1913 SwNode* pNd = GetNodes()[ nCurrNd ]; in Spell()1972 pSttPos->nNode = nCurrNd; in Spell()1973 pEndPos->nNode = nCurrNd; in Spell()1974 nCurrNd = nEndNd; in Spell()2023 nCurrNd = pNd->GetIndex(); in Spell()2025 pEndPos->nNode = nCurrNd; in Spell()2040 nCurrNd = pNd->EndOfSectionIndex(); in Spell()2048 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 29 milliseconds