Lines Matching refs:mpFormShell
60 mpFormShell(NULL), in FormShellManager()
103 if (mpFormShell != pFormShell) in SetFormShell()
106 if (mpFormShell != NULL) in SetFormShell()
108 mpFormShell->SetControlActivationHandler(Link()); in SetFormShell()
109 EndListening(*mpFormShell); in SetFormShell()
110 mpFormShell->SetView(NULL); in SetFormShell()
113 mpFormShell = pFormShell; in SetFormShell()
116 if (mpFormShell != NULL) in SetFormShell()
118 mpFormShell->SetControlActivationHandler( in SetFormShell()
123 StartListening(*mpFormShell); in SetFormShell()
130 if (mpFormShell->GetFormView() != pFormView) in SetFormShell()
131 mpFormShell->SetView(pFormView); in SetFormShell()
138 mpFormShell, in SetFormShell()
148 return mpFormShell; in GetFormShell()
236 mrBase.GetViewShellManager()->SetFormShell(pShell,mpFormShell,mbFormShellAboveViewShell); in IMPL_LINK()
293 mpFormShell, in IMPL_LINK()
327 OSL_ASSERT(mpFormShell==NULL); in Notify()
328 if (mpFormShell != NULL) in Notify()
330 mpFormShell = NULL; in Notify()