• Home
  • Raw
  • Download

Lines Matching refs:CSection

14 CSection::CSection(CPDF_VariableText* pVT) : m_pVT(pVT) {}  in CSection()  function in CSection
16 CSection::~CSection() { in ~CSection()
20 void CSection::ResetAll() { in ResetAll()
25 void CSection::ResetLineArray() { in ResetLineArray()
29 void CSection::ResetWordArray() { in ResetWordArray()
36 void CSection::ResetLinePlace() { in ResetLinePlace()
44 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace& place, in AddWord()
57 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo& lineinfo) { in AddLine()
61 CPVT_FloatRect CSection::Rearrange() { in Rearrange()
68 CFX_SizeF CSection::GetSectionSize(FX_FLOAT fFontSize) { in GetSectionSize()
72 CPVT_WordPlace CSection::GetBeginWordPlace() const { in GetBeginWordPlace()
79 CPVT_WordPlace CSection::GetEndWordPlace() const { in GetEndWordPlace()
86 CPVT_WordPlace CSection::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace()
108 CPVT_WordPlace CSection::GetNextWordPlace(const CPVT_WordPlace& place) const { in GetNextWordPlace()
127 void CSection::UpdateWordPlace(CPVT_WordPlace& place) const { in UpdateWordPlace()
149 CPVT_WordPlace CSection::SearchWordPlace(const CFX_PointF& point) const { in SearchWordPlace()
197 CPVT_WordPlace CSection::SearchWordPlace( in SearchWordPlace()
209 CPVT_WordPlace CSection::SearchWordPlace(FX_FLOAT fx, in SearchWordPlace()
250 void CSection::ClearLeftWords(int32_t nWordIndex) { in ClearLeftWords()
257 void CSection::ClearRightWords(int32_t nWordIndex) { in ClearRightWords()
264 void CSection::ClearMidWords(int32_t nBeginIndex, int32_t nEndIndex) { in ClearMidWords()
271 void CSection::ClearWords(const CPVT_WordRange& PlaceRange) { in ClearWords()
288 void CSection::ClearWord(const CPVT_WordPlace& place) { in ClearWord()