Searched defs:CPVT_SectionInfo (Results 1 – 1 of 1) sorted by relevance
81 struct CPVT_SectionInfo { struct82 CPVT_SectionInfo() : rcSection(), nTotalLine(0), pSecProps(NULL), pWordProps(NULL) in CPVT_SectionInfo() function85 virtual ~CPVT_SectionInfo() in ~CPVT_SectionInfo() argument94 …CPVT_SectionInfo(const CPVT_SectionInfo & other): rcSection(), nTotalLine(0), pSecProps(NULL), pWo… in CPVT_SectionInfo() function120 CPVT_FloatRect rcSection;121 FX_INT32 nTotalLine;122 CPVT_SecProps* pSecProps;123 CPVT_WordProps* pWordProps;