Home | History | Annotate | Download | only in fxedit

Lines Matching full:endpos

563     m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos);
574 m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos);
600 m_pEdit->SetSel(m_wrSel.BeginPos, m_wrSel.EndPos);
616 m_pEdit->PaintInsertText(m_wrSel.BeginPos, m_wrSel.EndPos);
617 EndPos);
686 m_pEdit->SetSel(m_wrPlace.BeginPos, m_wrPlace.EndPos);
698 m_pEdit->SetSel(m_wrPlace.BeginPos, m_wrPlace.EndPos);
725 m_pEdit->SetSel(m_wrPlace.BeginPos, m_wrPlace.EndPos);
737 m_pEdit->SetSel(m_wrPlace.BeginPos, m_wrPlace.EndPos);
932 SetCaret(m_SelState.EndPos);
936 CPVT_WordRange wr(m_SelState.BeginPos, m_SelState.EndPos);
952 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos) < 0) {
954 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos);
956 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos);
1021 m_pVT->UpdateWordPlace(wrTemp.EndPos);
1028 if (place.WordCmp(wrTemp.EndPos) > 0)
1086 if (wr1.EndPos.WordCmp(wr2.EndPos) < 0) {
1087 wrRet.EndPos = wr2.EndPos;
1089 wrRet.EndPos = wr1.EndPos;
1197 m_pVT->UpdateWordPlace(wrTemp.EndPos);
1206 if (place.WordCmp(wrTemp.EndPos) > 0)
1253 m_pVT->GetSectionEndPlace(wr.EndPos));
1731 SetCaret(m_SelState.EndPos);
1995 CPVT_WordPlace wpEnd = wr.EndPos;
2024 m_pVT->UpdateWordPlace(wrTemp.EndPos);
2033 if (place.WordCmp(wrTemp.EndPos) > 0)
2040 place.LineCmp(wrTemp.EndPos) == 0) {
2067 m_pVT->UpdateWordPlace(wrTemp.EndPos);
2076 if (place.WordCmp(wrTemp.EndPos) > 0)
2083 place.LineCmp(wrTemp.EndPos) == 0) {
2302 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos) < 0)
2305 SetCaret(m_SelState.EndPos);
2347 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos) > 0)
2350 SetCaret(m_SelState.EndPos);
2389 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos) < 0)
2392 SetCaret(m_SelState.EndPos);
2430 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos) > 0)
2433 SetCaret(m_SelState.EndPos);
2521 CPVT_WordRange wr(m_wpOldCaret, GetVisibleWordRange().EndPos);
2576 GetVisibleWordRange().EndPos);
2640 GetVisibleWordRange().EndPos);
2684 pIterator->SetAt(range.EndPos);
2727 CPVT_WordRange wr(m_wpOldCaret, GetVisibleWordRange().EndPos);