Searched refs: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() argument848 if (CSection * pSection = m_SectionArray.GetAt(0)) { in Initialize() local849 pSection->ResetLinePlace(); in Initialize()899 if (CSection * pSection = m_SectionArray.GetAt(wordplace.nSecIndex)) { in InsertSection() local913 … for (FX_INT32 w = wordplace.nWordIndex + 1, sz = pSection->m_WordArray.GetSize(); w < sz; w++) { in InsertSection()914 if (CPVT_WordInfo * pWord = pSection->m_WordArray.GetAt(w)) { in InsertSection()964 if (CSection * pSection = m_SectionArray.GetAt(PlaceRange.EndPos.nSecIndex)) { in DeleteWords() local965 bLastSecPos = (PlaceRange.EndPos == pSection->GetEndWordPlace()); in DeleteWords()999 if (CSection * pSection = m_SectionArray.GetAt(0)) { in SetText() local1000 pSection->m_SecInfo = secinfo; in SetText()[all …]
322 CTypeset(CSection * pSection);