Lines Matching refs:rpViewShell
112 const ::boost::shared_ptr<ViewShell>& rpViewShell,
1507 void Outliner::SetViewShell (const ::boost::shared_ptr<ViewShell>& rpViewShell) in SetViewShell() argument
1510 if (pViewShell != rpViewShell) in SetViewShell()
1513 mpWeakViewShell = rpViewShell; in SetViewShell()
1519 if (rpViewShell) in SetViewShell()
1521 mpView = rpViewShell->GetView(); in SetViewShell()
1523 mpWindow = rpViewShell->GetActiveWindow(); in SetViewShell()
1525 mpImpl->ProvideOutlinerView(*this, rpViewShell, mpWindow); in SetViewShell()
1790 const ::boost::shared_ptr<ViewShell>& rpViewShell, in ProvideOutlinerView()
1793 if (rpViewShell.get() != NULL) in ProvideOutlinerView()
1795 switch (rpViewShell->GetShellType()) in ProvideOutlinerView()
1825 ::boost::static_pointer_cast<DrawViewShell>(rpViewShell)->GetEditMode(); in ProvideOutlinerView()