Searched refs:WordPlaceToWordIndex (Results 1 – 3 of 3) sorted by relevance
799 return std::make_pair(m_pVT->WordPlaceToWordIndex(m_wpCaret), in GetSelection()800 m_pVT->WordPlaceToWordIndex(m_wpCaret)); in GetSelection()803 return std::make_pair(m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos), in GetSelection()804 m_pVT->WordPlaceToWordIndex(m_SelState.EndPos)); in GetSelection()806 return std::make_pair(m_pVT->WordPlaceToWordIndex(m_SelState.EndPos), in GetSelection()807 m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos)); in GetSelection()812 return m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetCaret()
127 int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const;
317 int32_t CPVT_VariableText::WordPlaceToWordIndex( in WordPlaceToWordIndex() function in CPVT_VariableText