Lines Matching refs:pViewShell

120         const SfxShell* pViewShell, 
123 const SfxShell* pViewShell,
126 ViewShell* pViewShell);
131 void SetFormShell (const ViewShell* pViewShell, FmFormShell* pFormShell, bool bAbove);
274 ViewShell* pViewShell, in AddSubShellFactory() argument
278 mpImpl->AddShellFactory(pViewShell, rpFactory); in AddSubShellFactory()
285 ViewShell* pViewShell, in RemoveSubShellFactory() argument
289 mpImpl->RemoveShellFactory(pViewShell, rpFactory); in RemoveSubShellFactory()
295 void ViewShellManager::ActivateViewShell (ViewShell* pViewShell) in ActivateViewShell() argument
298 return mpImpl->ActivateViewShell(pViewShell); in ActivateViewShell()
354 void ViewShellManager::InvalidateAllSubShells (ViewShell* pViewShell) in InvalidateAllSubShells() argument
357 mpImpl->InvalidateAllSubShells(pViewShell); in InvalidateAllSubShells()
471 const SfxShell* pViewShell, in AddShellFactory() argument
478 maShellFactories.equal_range(pViewShell)); in AddShellFactory()
488 maShellFactories.insert(FactoryList::value_type(pViewShell, rpFactory)); in AddShellFactory()
495 const SfxShell* pViewShell, in RemoveShellFactory() argument
499 maShellFactories.equal_range(pViewShell)); in RemoveShellFactory()
511 void ViewShellManager::Implementation::ActivateViewShell (ViewShell* pViewShell) in ActivateViewShell() argument
516 aResult.mpShell = pViewShell; in ActivateViewShell()
1324 ViewShell* pViewShell = dynamic_cast<ViewShell*>(pShell); in Shutdown() local
1325 if (pViewShell != NULL) in Shutdown()
1326 DeactivateViewShell(*pViewShell); in Shutdown()
1383 ViewShell* pViewShell = dynamic_cast<ViewShell*>(pShell); in Deactivate() local
1384 if (pViewShell != NULL) in Deactivate()
1386 sd::View* pView = pViewShell->GetView(); in Deactivate()
1391 pViewShell->GetViewFrame()->GetDispatcher()->Execute( in Deactivate()
1473 ViewShell* pViewShell = dynamic_cast<ViewShell*>(mpShell); in IsMainViewShell() local
1474 if (pViewShell != NULL) in IsMainViewShell()
1475 return pViewShell->IsMainViewShell(); in IsMainViewShell()
1485 ViewShell* pViewShell = dynamic_cast<ViewShell*>(mpShell); in GetWindow() local
1486 if (pViewShell != NULL) in GetWindow()
1487 return pViewShell->GetActiveWindow(); in GetWindow()