Lines Matching refs:oldplace
1000 const CPVT_WordPlace& oldplace) {
1002 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),
1007 m_pEditNotify->OnInsertReturn(place, oldplace);
1012 const CPVT_WordPlace& oldplace) {
1014 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),
1019 m_pEditNotify->OnBackSpace(place, oldplace);
1024 const CPVT_WordPlace& oldplace) {
1026 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),
1031 m_pEditNotify->OnDelete(place, oldplace);
1036 const CPVT_WordPlace& oldplace) {
1038 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),
1043 m_pEditNotify->OnClear(place, oldplace);
1048 const CPVT_WordPlace& oldplace) {
1050 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),
1055 m_pEditNotify->OnInsertWord(place, oldplace);
1060 const CPVT_WordPlace& oldplace) {}
1063 const CPVT_WordPlace& oldplace) {
1065 m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),
1070 m_pEditNotify->OnInsertText(place, oldplace);