Searched refs:NewPlace (Results 1 – 1 of 1) sorted by relevance
236 CPVT_WordPlace NewPlace(wordplace.nSecIndex + 1, 0, -1); in InsertSection() local237 AddSection(NewPlace); in InsertSection()238 CPVT_WordPlace result = NewPlace; in InsertSection()239 if (pdfium::IndexInBounds(m_SectionArray, NewPlace.nSecIndex)) { in InsertSection()240 CSection* pNewSection = m_SectionArray[NewPlace.nSecIndex].get(); in InsertSection()243 NewPlace.nWordIndex++; in InsertSection()244 pNewSection->AddWord(NewPlace, *pSection->m_WordArray[w]); in InsertSection()