Lines Matching refs:oldplace

1094 void CPWL_Edit::OnInsertReturn(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace)  in OnInsertReturn()  argument
1098 …m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place))… in OnInsertReturn()
1103 m_pEditNotify->OnInsertReturn(place, oldplace); in OnInsertReturn()
1107 void CPWL_Edit::OnBackSpace(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnBackSpace() argument
1111 …m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place))… in OnBackSpace()
1116 m_pEditNotify->OnBackSpace(place, oldplace); in OnBackSpace()
1120 void CPWL_Edit::OnDelete(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnDelete() argument
1124 …m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place))… in OnDelete()
1129 m_pEditNotify->OnDelete(place, oldplace); in OnDelete()
1133 void CPWL_Edit::OnClear(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnClear() argument
1137 …m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place))… in OnClear()
1142 m_pEditNotify->OnClear(place, oldplace); in OnClear()
1146 void CPWL_Edit::OnInsertWord(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnInsertWord() argument
1150 …m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place))… in OnInsertWord()
1155 m_pEditNotify->OnInsertWord(place, oldplace); in OnInsertWord()
1159 void CPWL_Edit::OnSetText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnSetText() argument
1163 void CPWL_Edit::OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnInsertText() argument
1167 …m_pEdit->RefreshWordRange(CombineWordRange(GetLatinWordsRange(oldplace),GetLatinWordsRange(place))… in OnInsertText()
1172 m_pEditNotify->OnInsertText(place, oldplace); in OnInsertText()