Searched refs:BeginPos (Results 1 – 8 of 8) sorted by relevance
20 : BeginPos(begin), EndPos(end) { in CPVT_WordRange()24 inline bool IsEmpty() const { return BeginPos == EndPos; } in IsEmpty()26 return wr.BeginPos == BeginPos && wr.EndPos == EndPos;33 if (BeginPos > EndPos) in Normalize()34 std::swap(BeginPos, EndPos); in Normalize()37 CPVT_WordPlace BeginPos; member
178 CPVT_WordPlace wordplace = range.BeginPos; in SearchWordPlace()181 int32_t nLeft = range.BeginPos.nWordIndex; in SearchWordPlace()235 if (PlaceRange.BeginPos >= SecBeginPos) { in ClearWords()237 ClearMidWords(PlaceRange.BeginPos.nWordIndex, in ClearWords()240 ClearRightWords(PlaceRange.BeginPos.nWordIndex); in ClearWords()
259 if (PlaceRange.BeginPos.nSecIndex != PlaceRange.EndPos.nSecIndex) { in DeleteWords()262 LinkLatterSection(PlaceRange.BeginPos); in DeleteWords()264 return PlaceRange.BeginPos; in DeleteWords()698 s > PlaceRange.BeginPos.nSecIndex; s--) { in ClearEmptySections()722 NewRange.BeginPos = AdjustLineHeader(PlaceRange.BeginPos, true); in ClearWords()724 for (int32_t s = NewRange.EndPos.nSecIndex; s >= NewRange.BeginPos.nSecIndex; in ClearWords()831 int32_t nSSecIndex = PlaceRange.BeginPos.nSecIndex; in RearrangeSections()
411 m_pEdit->SetSelection(m_wrSel.BeginPos, m_wrSel.EndPos); in Redo()418 m_pEdit->SetCaret(m_wrSel.BeginPos); in Undo()420 m_pEdit->SetSelection(m_wrSel.BeginPos, m_wrSel.EndPos); in Undo()487 pIterator->SetAt(pRange->BeginPos); in DrawEdit()498 bSelect = place > wrSelect.BeginPos && place <= wrSelect.EndPos; in DrawEdit()726 if (m_SelState.BeginPos < m_SelState.EndPos) { in GetSelection()727 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSelection()732 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSelection()774 m_pVT->UpdateWordPlace(wrTemp.BeginPos); in GetRangeText()776 pIterator->SetAt(wrTemp.BeginPos); in GetRangeText()[all …]
606 return CPVT_WordRange(std::min(wr1.BeginPos, wr2.BeginPos), in CombineWordRange()
73 CPVT_WordPlace BeginPos; variable
745 auto BeginPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock() local746 if (Error Err = IndexCursor.JumpToBit(BeginPos + Offset)) in lazyLoadModuleMetadataBlock()766 auto CurrentValue = BeginPos; in lazyLoadModuleMetadataBlock()
758 auto BeginPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock() local759 if (Error Err = IndexCursor.JumpToBit(BeginPos + Offset)) in lazyLoadModuleMetadataBlock()779 auto CurrentValue = BeginPos; in lazyLoadModuleMetadataBlock()