Lines Matching refs:CPWL_Wnd
37 CPWL_Wnd::SetTextColor(color); in SetTextColor()
72 CPWL_Wnd::DrawThisAppearance(pDevice, pUser2Device); in DrawThisAppearance()
139 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnKillFocus()
140 if (CPWL_Wnd* pGrand = pParent->GetParentWindow()) { in OnKillFocus()
152 void CPWL_Note_Edit::OnNotify(CPWL_Wnd* pWnd, in OnNotify()
164 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify()
188 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify()
420 if (CPWL_Wnd* pChild = m_aChildren.GetAt(nIndex)) { in GetSubItems()
440 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) { in DeleteSubItem()
455 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) { in GetHitNoteItem()
466 void CPWL_Note_Contents::OnNotify(CPWL_Wnd* pWnd, in OnNotify()
481 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in OnNotify()
485 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify()
502 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify()
513 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) in OnNotify()
524 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify()
529 if (CPWL_Wnd::OnLButtonDown(point, nFlag)) in OnLButtonDown()
557 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) { in EnableModify()
573 if (CPWL_Wnd* pChild = m_aChildren.GetAt(i)) { in EnableRead()
719 if (CPWL_Wnd* pParent = GetParentWindow()) { in ResetSubjectName()
767 if (CPWL_Wnd* pParent = GetParentWindow()) { in GetParentNoteItem()
768 if (CPWL_Wnd* pGrand = pParent->GetParentWindow()) { in GetParentNoteItem()
869 if (const CPWL_Wnd* pWnd = GetFocused()) { in GetFocusedNoteItem()
871 if (CPWL_Wnd* pParent = pWnd->GetParentWindow()) { in GetFocusedNoteItem()
874 if (CPWL_Wnd* pGrand = pParent->GetParentWindow()) { in GetFocusedNoteItem()
917 CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
930 return CPWL_Wnd::OnRButtonUp(point, nFlag); in OnRButtonUp()
933 void CPWL_NoteItem::OnNotify(CPWL_Wnd* pWnd, in OnNotify()
941 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify()
952 if (CPWL_Wnd* pParent = GetParentWindow()) { in OnNotify()
964 CPWL_Wnd::OnNotify(pWnd, msg, wParam, lParam); in OnNotify()
978 if (const CPWL_Wnd* pRoot = GetRootWnd()) { in GetNote()
1051 if (const CPWL_Wnd* pWnd = GetFocused()) { in RePosChildWnd()
1335 void CPWL_Note::OnNotify(CPWL_Wnd* pWnd, in OnNotify()
1475 return CPWL_Wnd::OnLButtonDown(point, nFlag); in OnLButtonDown()
1479 return CPWL_Wnd::OnRButtonUp(point, nFlag); in OnRButtonUp()