Lines Matching refs:m_pText
36 CPWL_Note_Options::CPWL_Note_Options() : m_pText(NULL) in CPWL_Note_Options()
48 if (m_pText) in SetTextColor()
49 m_pText->SetTextColor(color); in SetTextColor()
56 ASSERT(m_pText != NULL); in RePosChildWnd()
63 m_pText->Move(rcClient, TRUE, FALSE); in RePosChildWnd()
64 m_pText->SetVisible(TRUE); in RePosChildWnd()
68 m_pText->Move(CPDF_Rect(0,0,0,0), TRUE, FALSE); in RePosChildWnd()
69 m_pText->SetVisible(FALSE); in RePosChildWnd()
76 m_pText = new CPWL_Label; in CreateChildWnd()
80 m_pText->Create(tcp); in CreateChildWnd()
85 m_pText->SetText(sText); in SetText()
116 ASSERT(m_pText != NULL); in GetContentRect()
118 CPDF_Rect rcText = m_pText->GetContentRect(); in GetContentRect()