Home
last modified time | relevance | path

Searched refs:m_SectionArray (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp829 if (CSection* pSection = m_SectionArray.GetAt(0)) { in Initialize()
881 if (CSection* pSection = m_SectionArray.GetAt(wordplace.nSecIndex)) { in InsertSection()
894 if (CSection* pNewSection = m_SectionArray.GetAt(NewPlace.nSecIndex)) { in InsertSection()
950 if (CSection* pSection = m_SectionArray.GetAt(PlaceRange.EndPos.nSecIndex)) { in DeleteWords()
984 if (CSection* pSection = m_SectionArray.GetAt(0)) { in SetText()
1032 if (place.nSecIndex >= m_SectionArray.GetSize()) { in UpdateWordPlace()
1036 if (CSection* pSection = m_SectionArray.GetAt(place.nSecIndex)) { in UpdateWordPlace()
1047 for (i = 0, sz = m_SectionArray.GetSize(); i < sz && i < newplace.nSecIndex; in WordPlaceToWordIndex()
1049 if (CSection* pSection = m_SectionArray.GetAt(i)) { in WordPlaceToWordIndex()
1051 if (i != m_SectionArray.GetSize() - 1) { in WordPlaceToWordIndex()
[all …]
Dpdf_vt.h513 CPVT_ArrayTemplate<CSection*> m_SectionArray; variable