Searched refs:CSection (Results 1 – 2 of 2) sorted by relevance
47 CSection::CSection(CPDF_VariableText * pVT) : m_pVT(pVT) in CSection() function in CSection50 CSection::~CSection() in ~CSection()54 void CSection::ResetAll() in ResetAll()59 void CSection::ResetLineArray() in ResetLineArray()63 void CSection::ResetWordArray() in ResetWordArray()70 void CSection::ResetLinePlace() in ResetLinePlace()78 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace & place, const CPVT_WordInfo & wordinfo) in AddWord()90 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo & lineinfo) in AddLine()94 CPVT_FloatRect CSection::Rearrange() in Rearrange()103 CPVT_Size CSection::GetSectionSize(FX_FLOAT fFontSize) in GetSectionSize()[all …]
15 class CSection; variable283 class CSection : public CFX_Object287 CSection(CPDF_VariableText * pVT);288 virtual ~CSection();322 CTypeset(CSection * pSection);333 CSection * m_pSection;404 friend class CSection; variable595 CPVT_ArrayTemplate<CSection*> m_SectionArray;