Home | History | Annotate | Download | only in fxedit

Lines Matching defs:WordPlaceToWordIndex

1212 				nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos);

1213 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos);
1217 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos);
1218 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos);
1223 nStartChar = m_pVT->WordPlaceToWordIndex(m_wpCaret);
1224 nEndChar = m_pVT->WordPlaceToWordIndex(m_wpCaret);
1232 return m_pVT->WordPlaceToWordIndex(m_wpCaret);
3380 FX_INT32 CFX_Edit::WordPlaceToWordIndex(const CPVT_WordPlace & place) const
3383 return m_pVT->WordPlaceToWordIndex(place);