Lines Matching refs:SetCaret
283 m_pEdit->SetCaret(m_wpOld); in Redo()
289 m_pEdit->SetCaret(m_wpNew); in Undo()
304 m_pEdit->SetCaret(m_wpOld); in Redo()
310 m_pEdit->SetCaret(m_wpNew); in Undo()
331 m_pEdit->SetCaret(m_wpOld); in Redo()
337 m_pEdit->SetCaret(m_wpNew); in Undo()
363 m_pEdit->SetCaret(m_wpOld); in Redo()
369 m_pEdit->SetCaret(m_wpNew); in Undo()
393 m_pEdit->SetCaret(m_wrSel.BeginPos); in Undo()
415 m_pEdit->SetCaret(m_wpOld); in Redo()
554 SetCaret(m_pVT->GetBeginWordPlace()); in Initialize()
682 SetCaret(m_SelState.EndPos); in SetSelection()
917 SetCaret(m_SelState.EndPos); in SelectAll()
1236 void CPWL_EditImpl::SetCaret(const CPVT_WordPlace& place) { in SetCaret() function in CPWL_EditImpl
1265 m_pNotify->SetCaret(m_SelState.IsEmpty(), VTToEdit(ptHead), in SetCaretInfo()
1278 SetCaret(m_pVT->SearchWordPlace(EditToVT(point))); in OnMouseDown()
1291 SetCaret(m_pVT->SearchWordPlace(EditToVT(point))); in OnMouseMove()
1306 SetCaret(m_pVT->GetUpWordPlace(m_wpCaret, m_ptCaret)); in OnVK_UP()
1329 SetCaret(m_pVT->GetDownWordPlace(m_wpCaret, m_ptCaret)); in OnVK_DOWN()
1355 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1357 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1371 SetCaret(m_SelState.BeginPos); in OnVK_LEFT()
1373 SetCaret(m_SelState.EndPos); in OnVK_LEFT()
1381 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1383 SetCaret(m_pVT->GetPrevWordPlace(m_wpCaret)); in OnVK_LEFT()
1396 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1399 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1414 SetCaret(m_SelState.BeginPos); in OnVK_RIGHT()
1416 SetCaret(m_SelState.EndPos); in OnVK_RIGHT()
1422 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1425 SetCaret(m_pVT->GetNextWordPlace(m_wpCaret)); in OnVK_RIGHT()
1440 SetCaret(m_pVT->GetBeginWordPlace()); in OnVK_HOME()
1442 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret)); in OnVK_HOME()
1454 SetCaret(std::min(m_SelState.BeginPos, m_SelState.EndPos)); in OnVK_HOME()
1460 SetCaret(m_pVT->GetBeginWordPlace()); in OnVK_HOME()
1462 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret)); in OnVK_HOME()
1477 SetCaret(m_pVT->GetEndWordPlace()); in OnVK_END()
1479 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret)); in OnVK_END()
1491 SetCaret(std::max(m_SelState.BeginPos, m_SelState.EndPos)); in OnVK_END()
1497 SetCaret(m_pVT->GetEndWordPlace()); in OnVK_END()
1499 SetCaret(m_pVT->GetLineEndPlace(m_wpCaret)); in OnVK_END()
1516 SetCaret( in InsertWord()
1540 SetCaret(m_pVT->InsertSection(m_wpCaret)); in InsertReturn()
1573 SetCaret(m_pVT->BackSpaceWord(m_wpCaret)); in Backspace()
1612 SetCaret(m_pVT->DeleteWord(m_wpCaret)); in Delete()
1639 SetCaret(m_pVT->GetBeginWordPlace()); in Empty()
1658 SetCaret(m_pVT->DeleteWords(range)); in Clear()
1681 SetCaret(DoInsertText(m_wpCaret, sText, charset)); in InsertText()