Searched refs:wordplace (Results 1 – 2 of 2) sorted by relevance
182 CPVT_WordPlace wordplace = range.BeginPos; in SearchWordPlace() local183 wordplace.nWordIndex = -1; in SearchWordPlace()185 return wordplace; in SearchWordPlace()211 wordplace.nWordIndex = nMid; in SearchWordPlace()213 return wordplace; in SearchWordPlace()
242 CPVT_WordPlace wordplace = place; in InsertSection() local243 UpdateWordPlace(wordplace); in InsertSection()244 if (!pdfium::IndexInBounds(m_SectionArray, wordplace.nSecIndex)) in InsertSection()247 CSection* pSection = m_SectionArray[wordplace.nSecIndex].get(); in InsertSection()248 CPVT_WordPlace NewPlace(wordplace.nSecIndex + 1, 0, -1); in InsertSection()253 for (int32_t w = wordplace.nWordIndex + 1; in InsertSection()259 ClearSectionRightWords(wordplace); in InsertSection()715 CPVT_WordPlace wordplace = AdjustLineHeader(place, true); in ClearSectionRightWords() local720 if (!pdfium::IndexInBounds(pSection->m_WordArray, wordplace.nWordIndex + 1)) in ClearSectionRightWords()724 pSection->m_WordArray.begin() + wordplace.nWordIndex + 1, in ClearSectionRightWords()[all …]