Searched refs:NewPlace (Results 1 – 1 of 1) sorted by relevance
248 CPVT_WordPlace NewPlace(wordplace.nSecIndex + 1, 0, -1); in InsertSection() local249 AddSection(NewPlace); in InsertSection()250 CPVT_WordPlace result = NewPlace; in InsertSection()251 if (pdfium::IndexInBounds(m_SectionArray, NewPlace.nSecIndex)) { in InsertSection()252 CSection* pNewSection = m_SectionArray[NewPlace.nSecIndex].get(); in InsertSection()255 NewPlace.nWordIndex++; in InsertSection()256 pNewSection->AddWord(NewPlace, *pSection->m_WordArray[w]); in InsertSection()