Lines Matching refs:SidebarShellManager
34 SidebarShellManager::SidebarShellManager ( in SidebarShellManager() function in sd::sidebar::SidebarShellManager
46 SidebarShellManager::~SidebarShellManager (void) in ~SidebarShellManager()
55 SfxShell* SidebarShellManager::CreateShell( ShellId nId, ::Window* , FrameView* ) in CreateShell()
67 void SidebarShellManager::ReleaseShell (SfxShell* ) in ReleaseShell()
72 void SidebarShellManager::AddSubShell ( in AddSubShell()
82 pWindow->AddEventListener(LINK(this,SidebarShellManager,WindowCallback)); in AddSubShell()
94 void SidebarShellManager::RemoveSubShell (const ShellId i_nShellId) in RemoveSubShell()
100 … pos->second.mpWindow->RemoveEventListener( LINK( this, SidebarShellManager, WindowCallback ) ); in RemoveSubShell()
109 void SidebarShellManager::RemoveSubShell (const SfxShell* pShell) in RemoveSubShell()
119 LINK(this,SidebarShellManager,WindowCallback)); in RemoveSubShell()
130 void SidebarShellManager::MoveToTop (SfxShell* pShell) in MoveToTop()
146 IMPL_LINK(SidebarShellManager, WindowCallback, VclWindowEvent*, pEvent) in IMPL_LINK() argument