Home | History | Annotate | Download | only in fxedit

Lines Matching refs:EndPos

754 		m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);

766 m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);
796 m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);
818 m_pEdit->PaintInsertText(m_wrSel.BeginPos,m_wrSel.EndPos);
819 m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);
896 m_pEdit->SetSel(m_wrPlace.BeginPos,m_wrPlace.EndPos);
910 m_pEdit->SetSel(m_wrPlace.BeginPos,m_wrPlace.EndPos);
941 m_pEdit->SetSel(m_wrPlace.BeginPos,m_wrPlace.EndPos);
955 m_pEdit->SetSel(m_wrPlace.BeginPos,m_wrPlace.EndPos);
1184 SetCaret(m_SelState.EndPos);
1189 CPVT_WordRange wr(m_SelState.BeginPos,m_SelState.EndPos);
1210 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos)<0)
1213 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos);
1217 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos);
1298 m_pVT->UpdateWordPlace(wrTemp.EndPos);
1306 if (place.WordCmp(wrTemp.EndPos) > 0)break;
1376 if (wr1.EndPos.WordCmp(wr2.EndPos) < 0)
1378 wrRet.EndPos = wr2.EndPos;
1382 wrRet.EndPos = wr1.EndPos;
1505 m_pVT->UpdateWordPlace(wrTemp.EndPos);
1515 if (place.WordCmp(wrTemp.EndPos) > 0) break;
1564 m_pVT->GetSectionEndPlace(wr.EndPos));
2110 SetCaret(m_SelState.EndPos);
2452 CPVT_WordPlace wpEnd = wr.EndPos;
2483 m_pVT->UpdateWordPlace(wrTemp.EndPos);
2493 if (place.WordCmp(wrTemp.EndPos) > 0) break;
2498 if (place.LineCmp(wrTemp.BeginPos) == 0 || place.LineCmp(wrTemp.EndPos) == 0)
2530 m_pVT->UpdateWordPlace(wrTemp.EndPos);
2540 if (place.WordCmp(wrTemp.EndPos) > 0) break;
2545 if (place.LineCmp(wrTemp.BeginPos) == 0 || place.LineCmp(wrTemp.EndPos) == 0)
2805 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos)<0)
2808 SetCaret(m_SelState.EndPos);
2859 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos)>0)
2862 SetCaret(m_SelState.EndPos);
2909 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos)<0)
2912 SetCaret(m_SelState.EndPos);
2958 if (m_SelState.BeginPos.WordCmp(m_SelState.EndPos)>0)
2961 SetCaret(m_SelState.EndPos);
3046 CPVT_WordRange wr(m_wpOldCaret, GetVisibleWordRange().EndPos);
3104 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpCaret),GetVisibleWordRange().EndPos);
3168 wr = CPVT_WordRange(m_pVT->GetPrevWordPlace(m_wpOldCaret),GetVisibleWordRange().EndPos);
3218 pIterator->SetAt(range.EndPos);
3267 CPVT_WordRange wr(m_wpOldCaret, GetVisibleWordRange().EndPos);