Lines Matching refs:CSection
17 CSection::CSection(CPDF_VariableText* pVT) : m_pVT(pVT) {} in CSection() function in CSection
19 CSection::~CSection() {} in ~CSection()
21 void CSection::ResetAll() { in ResetAll()
26 void CSection::ResetLinePlace() { in ResetLinePlace()
34 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace& place, in AddWord()
43 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo& lineinfo) { in AddLine()
48 CPVT_FloatRect CSection::Rearrange() { in Rearrange()
54 CFX_SizeF CSection::GetSectionSize(float fFontSize) { in GetSectionSize()
58 CPVT_WordPlace CSection::GetBeginWordPlace() const { in GetBeginWordPlace()
64 CPVT_WordPlace CSection::GetEndWordPlace() const { in GetEndWordPlace()
70 CPVT_WordPlace CSection::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace()
90 CPVT_WordPlace CSection::GetNextWordPlace(const CPVT_WordPlace& place) const { in GetNextWordPlace()
107 void CSection::UpdateWordPlace(CPVT_WordPlace& place) const { in UpdateWordPlace()
126 CPVT_WordPlace CSection::SearchWordPlace(const CFX_PointF& point) const { in SearchWordPlace()
167 CPVT_WordPlace CSection::SearchWordPlace( in SearchWordPlace()
180 CPVT_WordPlace CSection::SearchWordPlace(float fx, in SearchWordPlace()
216 void CSection::ClearLeftWords(int32_t nWordIndex) { in ClearLeftWords()
223 void CSection::ClearRightWords(int32_t nWordIndex) { in ClearRightWords()
231 void CSection::ClearMidWords(int32_t nBeginIndex, int32_t nEndIndex) { in ClearMidWords()
238 void CSection::ClearWords(const CPVT_WordRange& PlaceRange) { in ClearWords()
255 void CSection::ClearWord(const CPVT_WordPlace& place) { in ClearWord()