Lines Matching refs:FormShellManager
46 FormShellManagerFactory (ViewShell& rViewShell, FormShellManager& rManager);
52 FormShellManager& mrFormShellManager;
58 FormShellManager::FormShellManager (ViewShellBase& rBase) in FormShellManager() function in sd::FormShellManager
68 Link aLink (LINK(this, FormShellManager, ConfigurationUpdateHandler)); in FormShellManager()
81 FormShellManager::~FormShellManager (void) in ~FormShellManager()
87 Link aLink (LINK(this, FormShellManager, ConfigurationUpdateHandler)); in ~FormShellManager()
101 void FormShellManager::SetFormShell (FmFormShell* pFormShell) in SetFormShell()
121 FormShellManager, in SetFormShell()
146 FmFormShell* FormShellManager::GetFormShell (void) in GetFormShell()
154 void FormShellManager::RegisterAtCenterPane (void) in RegisterAtCenterPane()
176 FormShellManager, in RegisterAtCenterPane()
191 void FormShellManager::UnregisterAtCenterPane (void) in UnregisterAtCenterPane()
201 FormShellManager, in UnregisterAtCenterPane()
225 IMPL_LINK(FormShellManager, FormControlActivated, FmFormShell*, EMPTYARG) in IMPL_LINK() argument
245 IMPL_LINK(FormShellManager, ConfigurationUpdateHandler, sd::tools::EventMultiplexerEvent*, pEvent) in IMPL_LINK() argument
275 IMPL_LINK(FormShellManager, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
319 void FormShellManager::Notify(SfxBroadcaster&, const SfxHint& rHint) in Notify()
349 FormShellManager& rManager) in FormShellManagerFactory()