Lines Matching refs:mpDocShellOfView
79 mpDocShellOfView(NULL), in PreviewRenderer()
101 if (mpDocShellOfView != NULL) in ~PreviewRenderer()
102 EndListening (*mpDocShellOfView); in ~PreviewRenderer()
341 if (mpDocShellOfView!=NULL && mpDocShellOfView->GetDoc()!=NULL) in PaintPage()
343 pOutliner = &mpDocShellOfView->GetDoc()->GetDrawOutliner(); in PaintPage()
456 if (pDocShell != mpDocShellOfView) in ProvideView()
463 if (mpDocShellOfView != NULL) in ProvideView()
464 EndListening (*mpDocShellOfView); in ProvideView()
465 mpDocShellOfView = pDocShell; in ProvideView()
466 if (mpDocShellOfView != NULL) in ProvideView()
467 StartListening (*mpDocShellOfView); in ProvideView()
547 && mpDocShellOfView != NULL) in Notify()
558 mpDocShellOfView = NULL; in Notify()