Searched refs:pNextSection (Results 1 – 1 of 1) sorted by relevance
1128 if (CSection* pNextSection = m_SectionArray.GetAt(place.nSecIndex + 1)) { in GetNextWordPlace() local1129 return pNextSection->GetBeginWordPlace(); in GetNextWordPlace()1212 if (CSection* pNextSection = m_SectionArray.GetAt(temp.nSecIndex)) { in GetDownWordPlace() local1214 return pNextSection->SearchWordPlace( in GetDownWordPlace()1471 if (CSection* pNextSection = m_SectionArray.GetAt(place.nSecIndex + 1)) { in LinkLatterSection() local1473 for (int32_t w = 0, sz = pNextSection->m_WordArray.GetSize(); w < sz; in LinkLatterSection()1475 if (CPVT_WordInfo* pWord = pNextSection->m_WordArray.GetAt(w)) { in LinkLatterSection()1481 delete pNextSection; in LinkLatterSection()