Home
last modified time | relevance | path

Searched refs:nCurrNd (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx1907 sal_uLong nCurrNd = pSttPos->nNode.GetIndex(); in Spell() local
1911 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 …]
/trunk/main/sw/source/core/edit/
H A Deditsh.cxx890 sal_uLong nCurrNd = pSttPos->nNode.GetIndex(); in SetNumberingRestart() local
892 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 41 milliseconds