Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/doc/
H A Ddocedt.cxx1905 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()
[all …]
/AOO42X/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()