Searched refs:WordIndexToWordPlace (Results 1 – 5 of 5) sorted by relevance
691 SetSelection(m_pVT->WordIndexToWordPlace(nStartChar), in SetSelection()692 m_pVT->WordIndexToWordPlace(nEndChar)); in SetSelection()694 SetSelection(m_pVT->WordIndexToWordPlace(nEndChar), in SetSelection()695 m_pVT->WordIndexToWordPlace(nStartChar)); in SetSelection()1773 CPVT_WordPlace CPWL_EditImpl::WordIndexToWordPlace(int32_t index) const { in WordIndexToWordPlace() function in CPWL_EditImpl1775 return m_pVT->WordIndexToWordPlace(index); in WordIndexToWordPlace()
339 CPVT_WordPlace wpStart = m_pEdit->WordIndexToWordPlace(nStart); in GetSelectWordRange()340 CPVT_WordPlace wpEnd = m_pEdit->WordIndexToWordPlace(nEnd); in GetSelectWordRange()
319 CPVT_WordPlace WordIndexToWordPlace(int32_t index) const;
131 CPVT_WordPlace WordIndexToWordPlace(int32_t index) const;
93 m_CurPos = m_pVT->WordIndexToWordPlace(nWordIndex); in SetAt()347 CPVT_WordPlace CPDF_VariableText::WordIndexToWordPlace(int32_t index) const { in WordIndexToWordPlace() function in CPDF_VariableText