Searched refs:pNextSection (Results 1 – 1 of 1) sorted by relevance
541 if (CSection* pNextSection = m_SectionArray.GetAt(place.nSecIndex + 1)) in GetNextWordPlace() local542 return pNextSection->GetBeginWordPlace(); in GetNextWordPlace()625 if (CSection* pNextSection = m_SectionArray.GetAt(temp.nSecIndex)) { in GetDownWordPlace() local627 return pNextSection->SearchWordPlace( in GetDownWordPlace()901 if (CSection* pNextSection = m_SectionArray.GetAt(place.nSecIndex + 1)) { in LinkLatterSection() local903 for (int32_t w = 0, sz = pNextSection->m_WordArray.GetSize(); w < sz; in LinkLatterSection()905 if (CPVT_WordInfo* pWord = pNextSection->m_WordArray.GetAt(w)) { in LinkLatterSection()911 delete pNextSection; in LinkLatterSection()