CPochyDoc 74 MailEditView.cpp CPochyDoc* pDoc = GetDocument();
CPochyDoc 114 MailEditView.cpp CPochyDoc* CMailEditView::GetDocument() /* 非デバッグ バージョンはインラインです。 */
CPochyDoc 116 MailEditView.cpp ASSERT(m_pDocument->IsKindOf(RUNTIME_CLASS(CPochyDoc)));
CPochyDoc 117 MailEditView.cpp return (CPochyDoc*)m_pDocument;
CPochyDoc 77 MailEditView.h inline CPochyDoc* CMailEditView::GetDocument()
CPochyDoc 78 MailEditView.h { return (CPochyDoc*)m_pDocument; }
CPochyDoc 41 PochyDoc.cpp CPochyDoc::~CPochyDoc()
CPochyDoc 45 PochyDoc.cpp BOOL CPochyDoc::OnNewDocument()
CPochyDoc 63 PochyDoc.cpp void CPochyDoc::Serialize(CArchive& ar)
CPochyDoc 73 PochyDoc.cpp void CPochyDoc::AssertValid() const
CPochyDoc 78 PochyDoc.cpp void CPochyDoc::Dump(CDumpContext& dc) const
CPochyDoc 16 PochyDoc.h CPochyDoc();
CPochyDoc 133 pochy.cpp RUNTIME_CLASS(CPochyDoc),