Lines Matching refs:m_pOperationNotify
594 m_pOperationNotify = pOperationNotify; in SetOperationNotify()
1551 if (m_pOperationNotify) in InsertWord()
1552 m_pOperationNotify->OnInsertWord(m_wpCaret, m_wpOldCaret); in InsertWord()
1578 if (m_pOperationNotify) in InsertReturn()
1579 m_pOperationNotify->OnInsertReturn(m_wpCaret, m_wpOldCaret); in InsertReturn()
1611 if (m_pOperationNotify) in Backspace()
1612 m_pOperationNotify->OnBackSpace(m_wpCaret, m_wpOldCaret); in Backspace()
1647 if (m_pOperationNotify) in Delete()
1648 m_pOperationNotify->OnDelete(m_wpCaret, m_wpOldCaret); in Delete()
1684 if (m_pOperationNotify) in Clear()
1685 m_pOperationNotify->OnClear(m_wpCaret, m_wpOldCaret); in Clear()
1710 if (m_pOperationNotify) in InsertText()
1711 m_pOperationNotify->OnInsertText(m_wpCaret, m_wpOldCaret); in InsertText()