• Home
  • Raw
  • Download

Lines Matching refs:SetCaret

397     m_pEdit->SetCaret(m_wpOld);  in Redo()
405 m_pEdit->SetCaret(m_wpNew); in Undo()
431 m_pEdit->SetCaret(m_wpOld); in Redo()
439 m_pEdit->SetCaret(m_wpNew); in Undo()
464 m_pEdit->SetCaret(m_wpOld); in Redo()
472 m_pEdit->SetCaret(m_wpNew); in Undo()
503 m_pEdit->SetCaret(m_wpOld); in Redo()
511 m_pEdit->SetCaret(m_wpNew); in Undo()
538 m_pEdit->SetCaret(m_wrSel.BeginPos); in Undo()
560 m_pEdit->SetCaret(m_wpOld); in Redo()
861 SetCaret(m_pVT->GetBeginWordPlace()); in Initialize()
988 SetCaret(m_SelState.EndPos); in SetSel()
1247 SetCaret(m_SelState.EndPos); in SelectAll()
1564 void CFX_Edit::SetCaret(const CPVT_WordPlace& place) { in SetCaret() function in CFX_Edit
1599 void CFX_Edit::SetCaret(int32_t nPos) { in SetCaret() function in CFX_Edit
1602 SetCaret(m_pVT->WordIndexToWordPlace(nPos)); in SetCaret()
1614 SetCaret(m_pVT->SearchWordPlace(EditToVT(point))); in OnMouseDown()
1625 SetCaret(m_pVT->SearchWordPlace(EditToVT(point))); in OnMouseMove()
1640 SetCaret(m_pVT->GetUpWordPlace(m_wpCaret, m_ptCaret)); in OnVK_UP()
1664 SetCaret(m_pVT->GetDownWordPlace(m_wpCaret, m_ptCaret)); in OnVK_DOWN()
1691 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1693 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1708 SetCaret(m_SelState.BeginPos); in OnVK_LEFT()
1710 SetCaret(m_SelState.EndPos); in OnVK_LEFT()
1718 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1720 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1733 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1737 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1752 SetCaret(m_SelState.BeginPos); in OnVK_RIGHT()
1754 SetCaret(m_SelState.EndPos); in OnVK_RIGHT()
1760 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1764 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1778 SetCaret(m_pVT->GetBeginWordPlace()); in OnVK_HOME()
1780 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret)); in OnVK_HOME()
1793 SetCaret(m_SelState.BeginPos); in OnVK_HOME()
1795 SetCaret(m_SelState.EndPos); in OnVK_HOME()
1802 SetCaret(m_pVT->GetBeginWordPlace()); in OnVK_HOME()
1804 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret)); in OnVK_HOME()
1818 SetCaret(m_pVT->GetEndWordPlace()); in OnVK_END()
1820 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret)); in OnVK_END()
1833 SetCaret(m_SelState.BeginPos); in OnVK_END()
1835 SetCaret(m_SelState.EndPos); in OnVK_END()
1842 SetCaret(m_pVT->GetEndWordPlace()); in OnVK_END()
1844 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret)); in OnVK_END()
1863 SetCaret(m_pVT->InsertWord(m_wpCaret, word, in InsertWord()
1890 SetCaret(m_pVT->InsertSection(m_wpCaret, pSecProps, pWordProps)); in InsertReturn()
1925 SetCaret(m_pVT->BackSpaceWord(m_wpCaret)); in Backspace()
1968 SetCaret(m_pVT->DeleteWord(m_wpCaret)); in Delete()
1997 SetCaret(m_pVT->GetBeginWordPlace()); in Empty()
2014 SetCaret(m_pVT->DeleteWords(range)); in Clear()
2037 SetCaret(DoInsertText(m_wpCaret, sText, charset)); in InsertText()