Searched refs:BeginPos (Results 1 – 7 of 7) sorted by relevance
20 : BeginPos(begin), EndPos(end) { in CPVT_WordRange()25 BeginPos.Reset(); in Reset()30 BeginPos = begin; in Set()36 BeginPos = begin; in SetBeginPos()46 if (that.EndPos < BeginPos || that.BeginPos > EndPos || in Intersect()47 EndPos < that.BeginPos || BeginPos > that.EndPos) { in Intersect()51 return CPVT_WordRange(std::max(BeginPos, that.BeginPos), in Intersect()55 inline bool IsEmpty() const { return BeginPos == EndPos; } in IsEmpty()57 return wr.BeginPos == BeginPos && wr.EndPos == EndPos;64 if (BeginPos > EndPos) in Normalize()[all …]
182 CPVT_WordPlace wordplace = range.BeginPos; in SearchWordPlace()187 int32_t nLeft = range.BeginPos.nWordIndex; in SearchWordPlace()241 if (PlaceRange.BeginPos >= SecBeginPos) { in ClearWords()243 ClearMidWords(PlaceRange.BeginPos.nWordIndex, in ClearWords()246 ClearRightWords(PlaceRange.BeginPos.nWordIndex); in ClearWords()
271 if (PlaceRange.BeginPos.nSecIndex != PlaceRange.EndPos.nSecIndex) { in DeleteWords()274 LinkLatterSection(PlaceRange.BeginPos); in DeleteWords()276 return PlaceRange.BeginPos; in DeleteWords()752 s > PlaceRange.BeginPos.nSecIndex; s--) { in ClearEmptySections()776 NewRange.BeginPos = AdjustLineHeader(PlaceRange.BeginPos, true); in ClearWords()778 for (int32_t s = NewRange.EndPos.nSecIndex; s >= NewRange.BeginPos.nSecIndex; in ClearWords()885 int32_t nSSecIndex = PlaceRange.BeginPos.nSecIndex; in RearrangeSections()
387 m_pEdit->SetSelection(m_wrSel.BeginPos, m_wrSel.EndPos); in Redo()393 m_pEdit->SetCaret(m_wrSel.BeginPos); in Undo()395 m_pEdit->SetSelection(m_wrSel.BeginPos, m_wrSel.EndPos); in Undo()462 pIterator->SetAt(pRange->BeginPos); in DrawEdit()473 bSelect = place > wrSelect.BeginPos && place <= wrSelect.EndPos; in DrawEdit()700 if (m_SelState.BeginPos < m_SelState.EndPos) { in GetSelection()701 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSelection()706 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSelection()748 m_pVT->UpdateWordPlace(wrTemp.BeginPos); in GetRangeText()750 pIterator->SetAt(wrTemp.BeginPos); in GetRangeText()[all …]
660 return CPVT_WordRange(std::min(wr1.BeginPos, wr2.BeginPos), in CombineWordRange()
73 CPVT_WordPlace BeginPos; variable
721 auto BeginPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock() local722 IndexCursor.JumpToBit(BeginPos + Offset); in lazyLoadModuleMetadataBlock()736 auto CurrentValue = BeginPos; in lazyLoadModuleMetadataBlock()