Searched refs:WordPlaceToWordIndex (Results 1 – 8 of 8) sorted by relevance
676 …SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPo… in OnRButtonUp()680 …SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPo… in OnRButtonUp()684 …SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPo… in OnRButtonUp()688 …SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPo… in OnRButtonUp()692 …SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos),m_pEdit->WordPlaceToWordIndex(wrLatin.EndPo… in OnRButtonUp()
710 …nStartChar = m_pEdit->WordPlaceToWordIndex(m_pEdit->SearchWordPlace(CPDF_Point(rect.left, rect.top… in GetTextRange()711 …nEndChar = m_pEdit->WordPlaceToWordIndex(m_pEdit->SearchWordPlace(CPDF_Point(rect.right, rect.bott… in GetTextRange()
1212 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSel()1213 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSel()1217 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSel()1218 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSel()1223 nStartChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSel()1224 nEndChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSel()1232 return m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetCaret()3380 FX_INT32 CFX_Edit::WordPlaceToWordIndex(const CPVT_WordPlace & place) const in WordPlaceToWordIndex() function in CFX_Edit3383 return m_pVT->WordPlaceToWordIndex(place); in WordPlaceToWordIndex()
440 virtual FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const = 0;
332 virtual FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const = 0;
641 FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const;
533 FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const;
1056 FX_INT32 CPDF_VariableText::WordPlaceToWordIndex(const CPVT_WordPlace & place) const in WordPlaceToWordIndex() function in CPDF_VariableText