Searched refs:WordPlaceToWordIndex (Results 1 – 3 of 3) sorted by relevance
696 nStartChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSelection()697 nEndChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSelection()701 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSelection()702 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSelection()705 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSelection()706 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSelection()711 return m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetCaret()
131 int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const;
339 int32_t CPDF_VariableText::WordPlaceToWordIndex( in WordPlaceToWordIndex() function in CPDF_VariableText