Searched refs:WordPlaceToWordIndex (Results 1 – 8 of 8) sorted by relevance
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()696 …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()
1195 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSel()1196 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSel()1200 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSel()1201 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSel()1206 nStartChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSel()1207 nEndChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSel()1215 return m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetCaret()3363 FX_INT32 CFX_Edit::WordPlaceToWordIndex(const CPVT_WordPlace & place) const in WordPlaceToWordIndex() function in CFX_Edit3366 return m_pVT->WordPlaceToWordIndex(place); in WordPlaceToWordIndex()
444 virtual FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const = 0;
353 virtual FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const = 0;
637 FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const;
530 FX_INT32 WordPlaceToWordIndex(const CPVT_WordPlace & place) const;
1052 FX_INT32 CPDF_VariableText::WordPlaceToWordIndex(const CPVT_WordPlace & place) const in WordPlaceToWordIndex() function in CPDF_VariableText