Searched refs:OnInsertText (Results 1 – 5 of 5) sorted by relevance
110 virtual void OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace);
54 virtual void OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace){} in OnInsertText() function
1163 void CPWL_Edit::OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) in OnInsertText() function in CPWL_Edit1172 m_pEditNotify->OnInsertText(place, oldplace); in OnInsertText()
121 virtual void OnInsertText(const CPVT_WordPlace& place, const CPVT_WordPlace& oldplace) = 0;
3287 m_pOprNotify->OnInsertText(m_wpCaret, m_wpOldCaret); in InsertText()