Home | History | Annotate | Download | only in fxedit

Lines Matching refs:SetCaret

585 		m_pEdit->SetCaret(m_wpOld);		

595 m_pEdit->SetCaret(m_wpNew);
625 m_pEdit->SetCaret(m_wpOld);
635 m_pEdit->SetCaret(m_wpNew);
665 m_pEdit->SetCaret(m_wpOld);
675 m_pEdit->SetCaret(m_wpNew);
713 m_pEdit->SetCaret(m_wpOld);
723 m_pEdit->SetCaret(m_wpNew);
764 m_pEdit->SetCaret(m_wrSel.BeginPos);
806 m_pEdit->SetCaret(m_wpOld);
852 m_pEdit->SetCaret(m_wpOld);
1011 SetCaret(m_pVT->GetBeginWordPlace());
1184 SetCaret(m_SelState.EndPos);
2110 SetCaret(m_SelState.EndPos);
2587 void CFX_Edit::SetCaret(const CPVT_WordPlace & place)
2667 void CFX_Edit::SetCaret(FX_INT32 nPos)
2672 SetCaret(m_pVT->WordIndexToWordPlace(nPos));
2686 SetCaret(m_pVT->SearchWordPlace(EditToVT(point)));
2699 SetCaret(m_pVT->SearchWordPlace(EditToVT(point)));
2718 SetCaret(m_pVT->GetUpWordPlace(m_wpCaret,m_ptCaret));
2749 SetCaret(m_pVT->GetDownWordPlace(m_wpCaret,m_ptCaret));
2784 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret));
2786 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret));
2806 SetCaret(m_SelState.BeginPos);
2808 SetCaret(m_SelState.EndPos);
2818 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret));
2820 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret));
2836 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret));
2840 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret));
2860 SetCaret(m_SelState.BeginPos);
2862 SetCaret(m_SelState.EndPos);
2870 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret));
2874 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret));
2891 SetCaret(m_pVT->GetBeginWordPlace());
2893 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret));
2910 SetCaret(m_SelState.BeginPos);
2912 SetCaret(m_SelState.EndPos);
2921 SetCaret(m_pVT->GetBeginWordPlace());
2923 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret));
2940 SetCaret(m_pVT->GetEndWordPlace());
2942 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret));
2959 SetCaret(m_SelState.BeginPos);
2961 SetCaret(m_SelState.EndPos);
2970 SetCaret(m_pVT->GetEndWordPlace());
2972 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret));
3001 SetCaret(m_pVT->InsertWord(m_wpCaret,word,GetCharSetFromUnicode(word, charset),pWordProps));
3032 SetCaret(m_pVT->InsertSection(m_wpCaret,pSecProps,pWordProps));
3082 SetCaret(m_pVT->BackSpaceWord(m_wpCaret));
3148 SetCaret(m_pVT->DeleteWord(m_wpCaret));
3194 SetCaret(m_pVT->GetBeginWordPlace());
3259 SetCaret(m_pVT->DeleteWords(range));
3290 SetCaret(DoInsertText(m_wpCaret, text, charset, pSecProps, pWordProps));