Lines Matching refs:m_pContents

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()
782 if (m_pContents) in GetEdit()
783 return m_pContents->GetEdit(); in GetEdit()
800 if (m_pContents) in GetContents()
801 return m_pContents->GetText(); in GetContents()
818 if (m_pContents) in CreateNoteItem()
819 return m_pContents->CreateSubItem(); in CreateNoteItem()
829 if (m_pContents) in CountSubItems()
830 return m_pContents->CountSubItems(); in CountSubItems()
836 if (m_pContents) in GetSubItems()
837 return m_pContents->GetSubItems(index); in GetSubItems()
849 if (m_pContents) in DeleteSubItem()
850 m_pContents->DeleteSubItem(pNoteItem); in DeleteSubItem()
857 if (m_pContents) { in GetHitNoteItem()
858 if (IPWL_NoteItem* pNoteItem = m_pContents->GetHitNoteItem(pt)) in GetHitNoteItem()
895 fRet += m_pContents->GetContentsHeight(fLimitWidth - fBorderWidth * 2); in GetItemHeight()
913 if (!m_pContents->WndHitTest(m_pContents->ParentToChild(point))) { in OnLButtonDown()
923 if (!m_pContents->WndHitTest(m_pContents->ParentToChild(point))) { in OnRButtonUp()
959 m_pContents->OnNotify(this, PNM_NOTERESET, 0, 0); in OnNotify()
1009 m_pContents->SetEditFocus(bLast); in SetNoteFocus()
1013 m_pContents->EnableModify(bEnabled); in EnableModify()
1018 m_pContents->EnableRead(bEnabled); in EnableRead()
1047 m_pContents->OnNotify(this, PNM_NOTERESET, 0, 0); in RePosChildWnd()
1049 m_pContents->OnNotify(this, PNM_NOTERESET, 0, 0); in RePosChildWnd()
1081 CPDF_Rect rcContents = m_pContents->GetWindowRect(); in ResetScrollBar()
1085 m_pContents->Move(rcContents, TRUE, TRUE); in ResetScrollBar()
1086 m_pContents->SetScrollPos(CPDF_Point(0.0f, 0.0f)); in ResetScrollBar()
1087 m_pContents->InvalidateRect(NULL); in ResetScrollBar()
1094 CPDF_Rect rcContentsFact = m_pContents->GetScrollArea(); in ScrollBarShouldVisible()
1095 CPDF_Rect rcContentsClient = m_pContents->GetClientRect(); in ScrollBarShouldVisible()
1198 m_pContents->Move(rcContents, FALSE, FALSE); in RePosNoteChildren()
1199 m_pContents->SetVisible(CPWL_Utils::ContainsRect(rcClient, rcContents)); in RePosNoteChildren()
1302 CPDF_Point ptScroll = m_pContents->GetScrollPos(); in OnMouseWheel()
1303 CPDF_Rect rcScroll = m_pContents->GetScrollArea(); in OnMouseWheel()
1304 CPDF_Rect rcContents = m_pContents->GetClientRect(); in OnMouseWheel()
1322 m_pContents->OnNotify(this, PNM_NOTERESET, 0, 0); in OnMouseWheel()
1323 m_pContents->OnNotify(this, PNM_SCROLLWINDOW, SBT_VSCROLL, in OnMouseWheel()
1341 CPDF_Rect rcScroll = m_pContents->GetScrollArea(); in OnNotify()
1346 sInfo.fPlateWidth = m_pContents->GetClientRect().Height(); in OnNotify()
1358 m_pContents->OnNotify(this, PNM_NOTERESET, 0, 0); in OnNotify()
1369 CPDF_Point ptScroll = m_pContents->GetScrollPos(); in OnNotify()
1383 m_pContents->OnNotify(this, PNM_SCROLLWINDOW, SBT_VSCROLL, in OnNotify()
1391 m_pContents->InvalidateRect(NULL); in OnNotify()
1395 if (m_pContents) in OnNotify()
1396 m_pContents->OnNotify(pWnd, msg, wParam, lParam); in OnNotify()
1406 if (m_pContents) { in OnNotify()
1407 CPDF_Rect rcClient = m_pContents->GetClientRect(); in OnNotify()
1409 CPDF_Point pt = m_pContents->OutToIn(pInfo->ptHead); in OnNotify()
1410 m_pContents->OnNotify(this, PNM_SCROLLWINDOW, SBT_VSCROLL, in OnNotify()
1413 CPDF_Point ptScroll = m_pContents->GetScrollPos(); in OnNotify()
1421 CPDF_Point pt = m_pContents->OutToIn(pInfo->ptFoot); in OnNotify()
1423 m_pContents->OnNotify(this, PNM_SCROLLWINDOW, SBT_VSCROLL, in OnNotify()
1426 CPDF_Point ptScroll = m_pContents->GetScrollPos(); in OnNotify()
1496 m_pContents->EnableModify(bEnabled); in EnableModify()
1500 m_pContents->EnableRead(bEnabled); in EnableRead()