Lines Matching refs:pNotify
804 if (IPWL_NoteNotify* pNotify = GetNoteNotify()) in SetBkColor() local
806 pNotify->OnSetBkColor(this); in SetBkColor()
817 if (IPWL_NoteNotify* pNotify = GetNoteNotify()) in SetSubjectName() local
819 pNotify->OnSetSubjectName(this); in SetSubjectName()
828 if (IPWL_NoteNotify* pNotify = GetNoteNotify()) in SetAuthorName() local
830 pNotify->OnSetAuthorName(this); in SetAuthorName()
875 if (IPWL_NoteNotify* pNotify = GetNoteNotify()) in SetDateTime() local
877 pNotify->OnSetDateTime(this); in SetDateTime()
888 if (IPWL_NoteNotify* pNotify = GetNoteNotify()) in SetContents() local
890 pNotify->OnSetContents(this); in SetContents()
989 if (IPWL_NoteNotify* pNotify = GetNoteNotify()) in DeleteSubItem() local
991 pNotify->OnItemDelete(pNoteItem); in DeleteSubItem()
1136 if (IPWL_NoteNotify* pNotify = GetNoteNotify()) in PopupNoteItemMenu() local
1142 pNotify->OnPopupMenu(this, x, y); in PopupNoteItemMenu()
1171 if (IPWL_NoteNotify* pNotify = GetNoteNotify()) in OnCreateNoteItem() local
1173 pNotify->OnItemCreate(this); in OnCreateNoteItem()
1179 if (IPWL_NoteNotify* pNotify = GetNoteNotify()) in OnContentsValidate() local
1181 pNotify->OnSetContents(this); in OnContentsValidate()
1534 if (IPWL_NoteNotify* pNotify = GetNoteNotify()) in SetAuthorName() local
1536 pNotify->OnSetAuthorName(this); in SetAuthorName()
1718 if (IPWL_NoteNotify* pNotify = this->GetNoteNotify()) in OnLButtonDown() local
1725 pNotify->OnPopupMenu(x, y); in OnLButtonDown()