Searched refs:WordIndexToWordPlace (Results 1 – 5 of 5) sorted by relevance
665 SetSelection(m_pVT->WordIndexToWordPlace(nStartChar), in SetSelection()666 m_pVT->WordIndexToWordPlace(nEndChar)); in SetSelection()668 SetSelection(m_pVT->WordIndexToWordPlace(nEndChar), in SetSelection()669 m_pVT->WordIndexToWordPlace(nStartChar)); in SetSelection()1749 CPVT_WordPlace CPWL_EditImpl::WordIndexToWordPlace(int32_t index) const { in WordIndexToWordPlace() function in CPWL_EditImpl1751 return m_pVT->WordIndexToWordPlace(index); in WordIndexToWordPlace()
387 CPVT_WordPlace wpStart = m_pEdit->WordIndexToWordPlace(nStart); in GetSelectWordRange()388 CPVT_WordPlace wpEnd = m_pEdit->WordIndexToWordPlace(nEnd); in GetSelectWordRange()
294 CPVT_WordPlace WordIndexToWordPlace(int32_t index) const;
132 CPVT_WordPlace WordIndexToWordPlace(int32_t index) const;
92 m_CurPos = m_pVT->WordIndexToWordPlace(nWordIndex); in SetAt()358 CPVT_WordPlace CPDF_VariableText::WordIndexToWordPlace(int32_t index) const { in WordIndexToWordPlace() function in CPDF_VariableText