Home | History | Annotate | Download | only in fxedit

Lines Matching defs:SetSel

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);
819 m_pEdit->SetSel(m_wrSel.BeginPos,m_wrSel.EndPos);
862 m_pEdit->SetSel(m_wpOld,m_wpNew);
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);
1150 void CFX_Edit::SetSel(FX_INT32 nStartChar,FX_INT32 nEndChar)
1166 SetSel(m_pVT->WordIndexToWordPlace(nStartChar),m_pVT->WordIndexToWordPlace(nEndChar));
1170 SetSel(m_pVT->WordIndexToWordPlace(nEndChar),m_pVT->WordIndexToWordPlace(nStartChar));
1176 void CFX_Edit::SetSel(const CPVT_WordPlace & begin,const CPVT_WordPlace & end)