Searched refs:m_pContents (Results 1 – 2 of 2) sorted by relevance
585 m_pContents(NULL), in CPWL_NoteItem()620 m_pContents = new CPWL_Note_Contents; in CreateChildWnd()626 m_pContents->Create(ccp); in CreateChildWnd()627 m_pContents->SetItemSpace(POPUP_ITEM_SPACE); in CreateChildWnd()628 m_pContents->SetTopSpace(POPUP_ITEM_SPACE); in CreateChildWnd()629 m_pContents->SetBottomSpace(POPUP_ITEM_SPACE); in CreateChildWnd()663 m_pContents->Move(rcContents, TRUE, FALSE); in RePosChildWnd()664 m_pContents->SetVisible(CPWL_Utils::ContainsRect(rcClient, rcContents)); in RePosChildWnd()757 if (m_pContents) { in SetContents()758 m_pContents->SetText(sContents); in SetContents()[all …]
281 CPWL_Note_Contents* m_pContents; variable