Lines Matching refs:Implementation

111 class ViewShellManager::Implementation  class in sd::ViewShellManager
114 Implementation (
117 ~Implementation (void);
149 UpdateLock (Implementation& rImpl) : mrImpl(rImpl) {mrImpl.LockUpdate();} in UpdateLock()
152 Implementation& mrImpl;
258 : mpImpl(new Implementation(*this,rBase)), in ViewShellManager()
441 ViewShellManager::Implementation::Implementation ( in Implementation() function in sd::ViewShellManager::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() argument
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()