Searched refs:wordplace (Results 1 – 2 of 2) sorted by relevance
230 CPVT_WordPlace wordplace = place; in InsertSection() local231 UpdateWordPlace(wordplace); in InsertSection()232 if (!pdfium::IndexInBounds(m_SectionArray, wordplace.nSecIndex)) in InsertSection()235 CSection* pSection = m_SectionArray[wordplace.nSecIndex].get(); in InsertSection()236 CPVT_WordPlace NewPlace(wordplace.nSecIndex + 1, 0, -1); in InsertSection()241 for (int32_t w = wordplace.nWordIndex + 1; in InsertSection()247 ClearSectionRightWords(wordplace); in InsertSection()661 CPVT_WordPlace wordplace = AdjustLineHeader(place, true); in ClearSectionRightWords() local666 if (!pdfium::IndexInBounds(pSection->m_WordArray, wordplace.nWordIndex + 1)) in ClearSectionRightWords()670 pSection->m_WordArray.begin() + wordplace.nWordIndex + 1, in ClearSectionRightWords()[all …]
178 CPVT_WordPlace wordplace = range.BeginPos; in SearchWordPlace() local179 wordplace.nWordIndex = -1; in SearchWordPlace()205 wordplace.nWordIndex = nMid; in SearchWordPlace()207 return wordplace; in SearchWordPlace()