Searched refs:WordPlaceToWordIndex (Results 1 – 8 of 8) sorted by relevance
641 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()642 m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos)); in OnRButtonUp()646 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()647 m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos)); in OnRButtonUp()651 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()652 m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos)); in OnRButtonUp()656 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()657 m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos)); in OnRButtonUp()661 SetSel(m_pEdit->WordPlaceToWordIndex(wrLatin.BeginPos), in OnRButtonUp()662 m_pEdit->WordPlaceToWordIndex(wrLatin.EndPos)); in OnRButtonUp()
606 nStartChar = m_pEdit->WordPlaceToWordIndex( in GetTextRange()608 nEndChar = m_pEdit->WordPlaceToWordIndex( in GetTextRange()
953 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSel()954 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSel()956 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSel()957 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSel()960 nStartChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSel()961 nEndChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSel()968 return m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetCaret()2831 int32_t CFX_Edit::WordPlaceToWordIndex(const CPVT_WordPlace& place) const { in WordPlaceToWordIndex() function in CFX_Edit2833 return m_pVT->WordPlaceToWordIndex(place); in WordPlaceToWordIndex()
454 virtual int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const = 0;
382 virtual int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const = 0;
598 int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const override;
440 int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const override;
1040 int32_t CPDF_VariableText::WordPlaceToWordIndex( in WordPlaceToWordIndex() function in CPDF_VariableText