Searched refs:m_pSection (Results 1 – 2 of 2) sorted by relevance
320 CTypeset::CTypeset(CSection * pSection) : m_pSection(pSection), m_pVT(pSection->m_pVT), m_rcRet(0.0… in CTypeset()328 ASSERT(m_pSection != NULL); in CharArray()337 if (CLine * pLine = m_pSection->m_LineArray.GetAt(0)) { in CharArray()339 y += m_pVT->GetLineLeading(m_pSection->m_SecInfo); in CharArray()342 switch (m_pVT->GetAlignment(m_pSection->m_SecInfo)) { in CharArray()347 nStart = (m_pVT->m_nCharArray - m_pSection->m_WordArray.GetSize()) / 2; in CharArray()351 nStart = m_pVT->m_nCharArray - m_pSection->m_WordArray.GetSize(); in CharArray()355 for (FX_INT32 w = 0, sz = m_pSection->m_WordArray.GetSize(); w < sz; w++) { in CharArray()360 if (CPVT_WordInfo * pNextWord = (CPVT_WordInfo *)m_pSection->m_WordArray.GetAt(w + 1)) { in CharArray()364 if (CPVT_WordInfo * pWord = (CPVT_WordInfo *)m_pSection->m_WordArray.GetAt(w)) { in CharArray()[all …]
333 CSection * m_pSection; variable