void CEditFrameView::OnFilePrintPreview() { CEditFrameDialog* pFrame = DYNAMIC_DOWNCAST (CEditFrameDialog, GetParentFrame ()); if (pFrame != NULL && pFrame->InitPrintPreview ()) { BCGPPrintPreview (this); } }
void CSynBCGPEditView::OnFilePrintPreview() { CWnd *pWnd = GetParent(); if (pWnd) { CCoolFormat3View *pView = (CCoolFormat3View *)pWnd->GetParent(); if (!pView) { return; } if (pView->GetTabControl().GetVisibleTabsNum() == 2) { pView->GetTabControl().ShowTab(1, FALSE); } BCGPPrintPreview (this); if (pView->GetTabControl().GetTabsNum() == 2) { pView->GetTabControl().ShowTab(1, TRUE); } } }
void CMailView::OnFilePrintPreview() { BCGPPrintPreview (this); }
void CCoolFormat3View::OnFilePrintPreview() { BCGPPrintPreview (this); }
void CSensorListView::OnFilePrintPreview() { BCGPPrintPreview(this); }
//******************************************************************************* void CBCGPDiagramView::OnFilePrintPreview() { BCGPPrintPreview(this); }
void CVisualADSView::OnFilePrintPreview() { BCGPPrintPreview(this); }
//******************************************************************************* void CBCGPChartView::OnFilePrintPreview() { BCGPPrintPreview(this); }
void CBCGPMSOffice2007DemoView::OnFilePrintPreview() { BCGPPrintPreview (this); }
void CCommTestView::OnFilePrintPreview() { BCGPPrintPreview (this); }