Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.cpp115 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in NextLine()
121 if (m_CurPos.nSecIndex < m_pVT->m_SectionArray.GetSize() - 1) { in NextLine()
130 if (m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in PrevLine()
138 m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex - 1)) { in PrevLine()
149 if (m_CurPos.nSecIndex < m_pVT->m_SectionArray.GetSize() - 1) { in NextSection()
167 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in GetWord()
192 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in SetWord()
206 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in GetLine()
223 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in GetSection()
235 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in SetSection()
[all …]
Dcpdf_variabletext.h224 CPVT_ArrayTemplate<CSection*> m_SectionArray; variable