Searched refs:pSection (Results 1 – 2 of 2) sorted by relevance
319 CTypeset::CTypeset(CSection * pSection) : m_rcRet(0.0f, 0.0f, 0.0f, 0.0f), m_pVT(pSection->m_pVT), … in CTypeset() argument846 if (CSection * pSection = m_SectionArray.GetAt(0)) { in Initialize() local847 pSection->ResetLinePlace(); in Initialize()895 if (CSection * pSection = m_SectionArray.GetAt(wordplace.nSecIndex)) { in InsertSection() local909 … for (FX_INT32 w = wordplace.nWordIndex + 1, sz = pSection->m_WordArray.GetSize(); w < sz; w++) { in InsertSection()910 if (CPVT_WordInfo * pWord = pSection->m_WordArray.GetAt(w)) { in InsertSection()960 if (CSection * pSection = m_SectionArray.GetAt(PlaceRange.EndPos.nSecIndex)) { in DeleteWords() local961 bLastSecPos = (PlaceRange.EndPos == pSection->GetEndWordPlace()); in DeleteWords()995 if (CSection * pSection = m_SectionArray.GetAt(0)) { in SetText() local996 pSection->m_SecInfo = secinfo; in SetText()[all …]
319 CTypeset(CSection * pSection);