Searched refs:pSection (Results 1 – 3 of 3) sorted by relevance
115 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in NextLine() local116 if (m_CurPos.nLineIndex < pSection->m_LineArray.GetSize() - 1) { in NextLine()167 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in GetWord() local168 if (pSection->m_LineArray.GetAt(m_CurPos.nLineIndex)) { in GetWord()170 pSection->m_WordArray.GetAt(m_CurPos.nWordIndex)) { in GetWord()175 CFX_PointF(pWord->fWordX + pSection->m_SecInfo.rcSection.left, in GetWord()176 pWord->fWordY + pSection->m_SecInfo.rcSection.top)); in GetWord()192 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in SetWord() local194 pSection->m_WordArray.GetAt(m_CurPos.nWordIndex)) { in SetWord()206 if (CSection* pSection = m_pVT->m_SectionArray.GetAt(m_CurPos.nSecIndex)) { in GetLine() local[all …]
18 explicit CTypeset(CSection* pSection);
174 CTypeset::CTypeset(CSection* pSection) in CTypeset() argument176 m_pVT(pSection->m_pVT), in CTypeset()177 m_pSection(pSection) {} in CTypeset()