Lines Matching refs:m_pDateTime
685 m_pDateTime(NULL), in CPWL_NoteItem()
720 m_pDateTime = new CPWL_Label; in CreateChildWnd()
725 m_pDateTime->Create(dcp); in CreateChildWnd()
744 ASSERT(m_pDateTime != NULL); in RePosChildWnd()
760 …rcDate.left = PWL_MAX(rcDate.right - m_pDateTime->GetContentRect().Width() - 1.0f, rcSubject.right… in RePosChildWnd()
761 rcDate.bottom = rcDate.top - m_pDateTime->GetContentRect().Height(); in RePosChildWnd()
763 m_pDateTime->Move(rcDate, TRUE, FALSE); in RePosChildWnd()
764 m_pDateTime->SetVisible(CPWL_Utils::ContainsRect(rcClient, rcDate)); in RePosChildWnd()
799 if (m_pDateTime) in SetBkColor()
800 m_pDateTime->SetTextColor(sTextColor); in SetBkColor()
868 if (m_pDateTime) in SetDateTime()
870 m_pDateTime->SetText(swTime.c_str()); in SetDateTime()
1048 ASSERT(m_pDateTime != NULL); in GetItemHeight()
1051 FX_FLOAT fRet = m_pDateTime->GetContentRect().Height(); in GetItemHeight()
1320 ASSERT(m_pDateTime != NULL); in RePosNoteChildren()
1351 …rcDate.left = PWL_MAX(rcDate.right - m_pDateTime->GetContentRect().Width() - 1.0f, rcIcon.right + … in RePosNoteChildren()
1353 rcDate.bottom = rcDate.top - m_pDateTime->GetContentRect().Height(); in RePosNoteChildren()
1355 m_pDateTime->Move(rcDate, TRUE, FALSE); in RePosNoteChildren()
1356 m_pDateTime->SetVisible(CPWL_Utils::ContainsRect(rcClient, rcDate)); in RePosNoteChildren()
1426 ASSERT(m_pDateTime != NULL); in NoteHitTest()
1440 if (m_pDateTime->WndHitTest(m_pDateTime->ParentToChild(point))) return 1; in NoteHitTest()