Searched refs:CPVT_Section (Results 1 – 4 of 4) sorted by relevance
176 CPVT_Section::Line::Line(const CPVT_LineInfo& lineinfo) in Line()179 CPVT_Section::Line::~Line() = default;181 CPVT_WordPlace CPVT_Section::Line::GetBeginWordPlace() const { in GetBeginWordPlace()185 CPVT_WordPlace CPVT_Section::Line::GetEndWordPlace() const { in GetEndWordPlace()190 CPVT_WordPlace CPVT_Section::Line::GetPrevWordPlace( in GetPrevWordPlace()200 CPVT_WordPlace CPVT_Section::Line::GetNextWordPlace( in GetNextWordPlace()210 CPVT_Section::CPVT_Section(CPVT_VariableText* pVT) : m_pVT(pVT) { in CPVT_Section() function in CPVT_Section214 CPVT_Section::~CPVT_Section() = default;216 void CPVT_Section::ResetLinePlace() { in ResetLinePlace()224 CPVT_WordPlace CPVT_Section::AddWord(const CPVT_WordPlace& place, in AddWord()[all …]
108 CPVT_Section* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in NextLine()126 CPVT_Section* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetWord()153 CPVT_Section* pSection = m_pVT->m_SectionArray[m_CurPos.nSecIndex].get(); in GetLine()154 const CPVT_Section::Line* pLine = in GetLine()224 CPVT_Section* pSection = m_SectionArray[wordplace.nSecIndex].get(); in InsertSection()229 CPVT_Section* pNewSection = m_SectionArray[NewPlace.nSecIndex].get(); in InsertSection()326 CPVT_Section* pSection = m_SectionArray[i].get(); in WordPlaceToWordIndex()342 CPVT_Section* pSection = m_SectionArray[i].get(); in WordIndexToWordPlace()382 CPVT_Section* pSection = m_SectionArray[place.nSecIndex].get(); in GetPrevWordPlace()397 CPVT_Section* pSection = m_SectionArray[place.nSecIndex].get(); in GetNextWordPlace()[all …]
26 class CPVT_Section final {41 explicit CPVT_Section(CPVT_VariableText* pVT);42 ~CPVT_Section();
25 class CPVT_Section; variable196 std::vector<std::unique_ptr<CPVT_Section>> m_SectionArray;