Lines Matching refs:SetCaret
274 m_pEdit->SetCaret(m_wpOld); in Redo()
281 m_pEdit->SetCaret(m_wpNew); in Undo()
297 m_pEdit->SetCaret(m_wpOld); in Redo()
304 m_pEdit->SetCaret(m_wpNew); in Undo()
351 m_pEdit->SetCaret(m_wpOld); in Redo()
358 m_pEdit->SetCaret(m_wpNew); in Undo()
385 m_pEdit->SetCaret(m_wpOld); in Redo()
392 m_pEdit->SetCaret(m_wpNew); in Undo()
418 m_pEdit->SetCaret(m_wrSel.BeginPos); in Undo()
441 m_pEdit->SetCaret(m_wpOld); in Redo()
580 SetCaret(m_pVT->GetBeginWordPlace()); in Initialize()
708 SetCaret(m_SelState.EndPos); in SetSelection()
939 SetCaret(m_SelState.EndPos); in SelectAll()
1258 void CPWL_EditImpl::SetCaret(const CPVT_WordPlace& place) { in SetCaret() function in CPWL_EditImpl
1287 m_pNotify->SetCaret(m_SelState.IsEmpty(), VTToEdit(ptHead), in SetCaretInfo()
1300 SetCaret(m_pVT->SearchWordPlace(EditToVT(point))); in OnMouseDown()
1313 SetCaret(m_pVT->SearchWordPlace(EditToVT(point))); in OnMouseMove()
1328 SetCaret(m_pVT->GetUpWordPlace(m_wpCaret, m_ptCaret)); in OnVK_UP()
1351 SetCaret(m_pVT->GetDownWordPlace(m_wpCaret, m_ptCaret)); in OnVK_DOWN()
1377 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1379 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1393 SetCaret(m_SelState.BeginPos); in OnVK_LEFT()
1395 SetCaret(m_SelState.EndPos); in OnVK_LEFT()
1403 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1405 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1418 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1421 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1436 SetCaret(m_SelState.BeginPos); in OnVK_RIGHT()
1438 SetCaret(m_SelState.EndPos); in OnVK_RIGHT()
1444 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1447 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1462 SetCaret(m_pVT->GetBeginWordPlace()); in OnVK_HOME()
1464 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret)); in OnVK_HOME()
1476 SetCaret(std::min(m_SelState.BeginPos, m_SelState.EndPos)); in OnVK_HOME()
1482 SetCaret(m_pVT->GetBeginWordPlace()); in OnVK_HOME()
1484 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret)); in OnVK_HOME()
1499 SetCaret(m_pVT->GetEndWordPlace()); in OnVK_END()
1501 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret)); in OnVK_END()
1513 SetCaret(std::max(m_SelState.BeginPos, m_SelState.EndPos)); in OnVK_END()
1519 SetCaret(m_pVT->GetEndWordPlace()); in OnVK_END()
1521 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret)); in OnVK_END()
1538 SetCaret( in InsertWord()
1562 SetCaret(m_pVT->InsertSection(m_wpCaret)); in InsertReturn()
1595 SetCaret(m_pVT->BackSpaceWord(m_wpCaret)); in Backspace()
1629 SetCaret(m_pVT->DeleteWord(m_wpCaret)); in Delete()
1656 SetCaret(m_pVT->GetBeginWordPlace()); in Clear()
1675 SetCaret(m_pVT->DeleteWords(range)); in Clear()
1698 SetCaret(DoInsertText(m_wpCaret, sText, charset)); in InsertText()