• Home
  • Raw
  • Download

Lines Matching refs:CSection

17 CSection::CSection(CPDF_VariableText* pVT) : m_pVT(pVT) {  in CSection()  function in CSection
21 CSection::~CSection() = default;
23 void CSection::ResetLinePlace() { in ResetLinePlace()
31 CPVT_WordPlace CSection::AddWord(const CPVT_WordPlace& place, in AddWord()
40 CPVT_WordPlace CSection::AddLine(const CPVT_LineInfo& lineinfo) { in AddLine()
45 CPVT_FloatRect CSection::Rearrange() { in Rearrange()
51 CFX_SizeF CSection::GetSectionSize(float fFontSize) { in GetSectionSize()
55 CPVT_WordPlace CSection::GetBeginWordPlace() const { in GetBeginWordPlace()
61 CPVT_WordPlace CSection::GetEndWordPlace() const { in GetEndWordPlace()
67 CPVT_WordPlace CSection::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace()
87 CPVT_WordPlace CSection::GetNextWordPlace(const CPVT_WordPlace& place) const { in GetNextWordPlace()
104 void CSection::UpdateWordPlace(CPVT_WordPlace& place) const { in UpdateWordPlace()
123 CPVT_WordPlace CSection::SearchWordPlace(const CFX_PointF& point) const { in SearchWordPlace()
163 CPVT_WordPlace CSection::SearchWordPlace( in SearchWordPlace()
176 CPVT_WordPlace CSection::SearchWordPlace(float fx, in SearchWordPlace()
210 void CSection::ClearLeftWords(int32_t nWordIndex) { in ClearLeftWords()
217 void CSection::ClearRightWords(int32_t nWordIndex) { in ClearRightWords()
225 void CSection::ClearMidWords(int32_t nBeginIndex, int32_t nEndIndex) { in ClearMidWords()
232 void CSection::ClearWords(const CPVT_WordRange& PlaceRange) { in ClearWords()
249 void CSection::ClearWord(const CPVT_WordPlace& place) { in ClearWord()