Lines Matching refs:ViewShellManager

63 	ViewShellManager::SharedShellFactory mpFactory;
111 class ViewShellManager::Implementation
115 ViewShellManager& rManager,
257 ViewShellManager::ViewShellManager (ViewShellBase& rBase) in ViewShellManager() function in sd::ViewShellManager
266 ViewShellManager::~ViewShellManager (void) in ~ViewShellManager()
273 void ViewShellManager::AddSubShellFactory ( in AddSubShellFactory()
284 void ViewShellManager::RemoveSubShellFactory ( in RemoveSubShellFactory()
295 void ViewShellManager::ActivateViewShell (ViewShell* pViewShell) in ActivateViewShell()
304 void ViewShellManager::DeactivateViewShell (const ViewShell* pShell) in DeactivateViewShell()
313 void ViewShellManager::MoveSubShellToTop ( in MoveSubShellToTop()
324 void ViewShellManager::SetFormShell ( in SetFormShell()
336 void ViewShellManager::ActivateSubShell (const ViewShell& rViewShell, ShellId nId) in ActivateSubShell()
345 void ViewShellManager::DeactivateSubShell (const ViewShell& rViewShell, ShellId nId) in DeactivateSubShell()
354 void ViewShellManager::InvalidateAllSubShells (ViewShell* pViewShell) in InvalidateAllSubShells()
363 void ViewShellManager::ActivateShell (SfxShell* pShell) in ActivateShell()
372 void ViewShellManager::DeactivateShell (const SfxShell* pShell) in DeactivateShell()
381 void ViewShellManager::MoveToTop (const ViewShell& rParentShell) in MoveToTop()
390 SfxShell* ViewShellManager::GetShell (ShellId nId) const in GetShell()
401 SfxShell* ViewShellManager::GetTopShell (void) const in GetTopShell()
412 void ViewShellManager::Shutdown (void) in Shutdown()
423 void ViewShellManager::LockUpdate (void) in LockUpdate()
431 void ViewShellManager::UnlockUpdate (void) in UnlockUpdate()
441 ViewShellManager::Implementation::Implementation ( in Implementation()
442 ViewShellManager& rManager, in Implementation()
462 ViewShellManager::Implementation::~Implementation (void) in ~Implementation()
470 void ViewShellManager::Implementation::AddShellFactory ( in AddShellFactory()
494 void ViewShellManager::Implementation::RemoveShellFactory ( in RemoveShellFactory()
511 void ViewShellManager::Implementation::ActivateViewShell (ViewShell* pViewShell) in ActivateViewShell()
526 LINK(this, ViewShellManager::Implementation, WindowEventHandler)); in ActivateViewShell()
543 void ViewShellManager::Implementation::DeactivateViewShell (const ViewShell& rShell) in DeactivateViewShell()
576 void ViewShellManager::Implementation::ActivateShell (SfxShell& rShell) in ActivateShell()
590 void ViewShellManager::Implementation::ActivateShell (const ShellDescriptor& rDescriptor) in ActivateShell()
617 void ViewShellManager::Implementation::DeactivateShell (const SfxShell& rShell) in DeactivateShell()
650 void ViewShellManager::Implementation::ActivateSubShell ( in ActivateSubShell()
689 void ViewShellManager::Implementation::DeactivateSubShell ( in DeactivateSubShell()
728 void ViewShellManager::Implementation::MoveSubShellToTop ( in MoveSubShellToTop()
756 void ViewShellManager::Implementation::MoveToTop (const SfxShell& rShell) in MoveToTop()
831 SfxShell* ViewShellManager::Implementation::GetShell (ShellId nId) const in GetShell()
868 SfxShell* ViewShellManager::Implementation::GetTopShell (void) const in GetTopShell()
877 void ViewShellManager::Implementation::LockUpdate (void) in LockUpdate()
885 void ViewShellManager::Implementation::UnlockUpdate (void) in UnlockUpdate()
913 void ViewShellManager::Implementation::UpdateShellStack (void) in UpdateShellStack()
1013 void ViewShellManager::Implementation::TakeShellsFromStack (const SfxShell* pShell) in TakeShellsFromStack()
1088 void ViewShellManager::Implementation::CreateShells (void) in CreateShells()
1119 void ViewShellManager::Implementation::CreateTargetStack (ShellStack& rStack) const in CreateTargetStack()
1163 IMPL_LINK(ViewShellManager::Implementation, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK()
1214 ShellDescriptor ViewShellManager::Implementation::CreateSubShell ( in CreateSubShell()
1249 void ViewShellManager::Implementation::DestroyViewShell ( in DestroyViewShell()
1261 LINK(this, ViewShellManager::Implementation, WindowEventHandler)); in DestroyViewShell()
1279 void ViewShellManager::Implementation::DestroySubShell ( in DestroySubShell()
1291 void ViewShellManager::Implementation::InvalidateAllSubShells (const SfxShell* pParentShell) in InvalidateAllSubShells()
1309 void ViewShellManager::Implementation::Shutdown (void) in Shutdown()
1347 void ViewShellManager::Implementation::DumpShellStack (const ShellStack& rStack) in DumpShellStack()
1362 void ViewShellManager::Implementation::DumpSfxShellStack (void) in DumpSfxShellStack()
1377 void ViewShellManager::Implementation::Deactivate (SfxShell* pShell) in Deactivate()
1404 void ViewShellManager::Implementation::SetFormShell ( in SetFormShell()