Home | History | Annotate | Download | only in fxedit

Lines Matching refs:WordPlaceToWordIndex

953         nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos);
954 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos);
956 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos);
957 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos);
960 nStartChar = m_pVT->WordPlaceToWordIndex(m_wpCaret);
961 nEndChar = m_pVT->WordPlaceToWordIndex(m_wpCaret);
968 return m_pVT->WordPlaceToWordIndex(m_wpCaret);
2831 int32_t CFX_Edit::WordPlaceToWordIndex(const CPVT_WordPlace& place) const {
2833 return m_pVT->WordPlaceToWordIndex(place);