Searched refs:m_SectionArray (Results 1 – 2 of 2) sorted by relevance
118 if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex)) in NextLine()121 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in NextLine()128 pdfium::CollectionSize<int32_t>(m_pVT->m_SectionArray) - 1) { in NextLine()137 if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex)) in GetWord()140 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetWord()163 if (!pdfium::IndexInBounds(m_pVT->m_SectionArray, m_CurPos.nSecIndex)) in GetLine()166 CSection* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetLine()198 if (!m_SectionArray.empty()) in Initialize()199 m_SectionArray.front()->ResetLinePlace(); in Initialize()232 if (!pdfium::IndexInBounds(m_SectionArray, wordplace.nSecIndex)) in InsertSection()[all …]
205 std::vector<std::unique_ptr<CSection>> m_SectionArray; variable