Searched refs:WordPlaceToWordIndex (Results 1 – 3 of 3) sorted by relevance
722 nStartChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSelection()723 nEndChar = m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetSelection()727 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSelection()728 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSelection()731 nStartChar = m_pVT->WordPlaceToWordIndex(m_SelState.EndPos); in GetSelection()732 nEndChar = m_pVT->WordPlaceToWordIndex(m_SelState.BeginPos); in GetSelection()737 return m_pVT->WordPlaceToWordIndex(m_wpCaret); in GetCaret()
130 int32_t WordPlaceToWordIndex(const CPVT_WordPlace& place) const;
328 int32_t CPDF_VariableText::WordPlaceToWordIndex( in WordPlaceToWordIndex() function in CPDF_VariableText