Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/doc/
H A Ddocedt.cxx1903 sal_uLong nCurrNd = pSttPos->nNode.GetIndex(); in Spell() local
1907 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 …]
/aoo4110/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 27 milliseconds