• Home
  • Raw
  • Download

Lines Matching refs:SetCaret

430     m_pEdit->SetCaret(m_wpOld);  in Redo()
438 m_pEdit->SetCaret(m_wpNew); in Undo()
464 m_pEdit->SetCaret(m_wpOld); in Redo()
472 m_pEdit->SetCaret(m_wpNew); in Undo()
497 m_pEdit->SetCaret(m_wpOld); in Redo()
505 m_pEdit->SetCaret(m_wpNew); in Undo()
536 m_pEdit->SetCaret(m_wpOld); in Redo()
544 m_pEdit->SetCaret(m_wpNew); in Undo()
571 m_pEdit->SetCaret(m_wrSel.BeginPos); in Undo()
608 m_pEdit->SetCaret(m_wpOld); in Undo()
646 m_pEdit->SetCaret(m_wpOld); in Redo()
778 SetCaret(m_pVT->GetBeginWordPlace()); in Initialize()
932 SetCaret(m_SelState.EndPos); in SetSel()
1731 SetCaret(m_SelState.EndPos); in SelectAll()
2118 void CFX_Edit::SetCaret(const CPVT_WordPlace& place) { in SetCaret() function in CFX_Edit
2186 void CFX_Edit::SetCaret(int32_t nPos) { in SetCaret() function in CFX_Edit
2189 SetCaret(m_pVT->WordIndexToWordPlace(nPos)); in SetCaret()
2203 SetCaret(m_pVT->SearchWordPlace(EditToVT(point))); in OnMouseDown()
2216 SetCaret(m_pVT->SearchWordPlace(EditToVT(point))); in OnMouseMove()
2232 SetCaret(m_pVT->GetUpWordPlace(m_wpCaret, m_ptCaret)); in OnVK_UP()
2257 SetCaret(m_pVT->GetDownWordPlace(m_wpCaret, m_ptCaret)); in OnVK_DOWN()
2285 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
2287 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
2303 SetCaret(m_SelState.BeginPos); in OnVK_LEFT()
2305 SetCaret(m_SelState.EndPos); in OnVK_LEFT()
2313 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
2315 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
2328 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
2332 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
2348 SetCaret(m_SelState.BeginPos); in OnVK_RIGHT()
2350 SetCaret(m_SelState.EndPos); in OnVK_RIGHT()
2356 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
2360 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
2374 SetCaret(m_pVT->GetBeginWordPlace()); in OnVK_HOME()
2376 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret)); in OnVK_HOME()
2390 SetCaret(m_SelState.BeginPos); in OnVK_HOME()
2392 SetCaret(m_SelState.EndPos); in OnVK_HOME()
2399 SetCaret(m_pVT->GetBeginWordPlace()); in OnVK_HOME()
2401 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret)); in OnVK_HOME()
2415 SetCaret(m_pVT->GetEndWordPlace()); in OnVK_END()
2417 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret)); in OnVK_END()
2431 SetCaret(m_SelState.BeginPos); in OnVK_END()
2433 SetCaret(m_SelState.EndPos); in OnVK_END()
2440 SetCaret(m_pVT->GetEndWordPlace()); in OnVK_END()
2442 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret)); in OnVK_END()
2477 SetCaret(m_pVT->InsertWord( in InsertWord()
2509 SetCaret(m_pVT->InsertSection(m_wpCaret, pSecProps, pWordProps)); in InsertReturn()
2554 SetCaret(m_pVT->BackSpaceWord(m_wpCaret)); in Backspace()
2619 SetCaret(m_pVT->DeleteWord(m_wpCaret)); in Delete()
2666 SetCaret(m_pVT->GetBeginWordPlace()); in Empty()
2720 SetCaret(m_pVT->DeleteWords(range)); in Clear()
2754 SetCaret(DoInsertText(m_wpCaret, text, charset, pSecProps, pWordProps)); in InsertText()