Lines Matching refs:SfxShell

61     SfxShell* mpShell;
67 ShellDescriptor (SfxShell* pShell, ShellId nId);
83 IsShell (const SfxShell* pShell) : mpShell(pShell) {} in IsShell()
87 const SfxShell* mpShell;
120 const SfxShell* pViewShell,
123 const SfxShell* pViewShell,
128 void ActivateShell (SfxShell& rShell);
129 void DeactivateShell (const SfxShell& rShell);
132 void ActivateSubShell (const SfxShell& rParentShell, ShellId nId);
133 void DeactivateSubShell (const SfxShell& rParentShell, ShellId nId);
134 void MoveSubShellToTop (const SfxShell& rParentShell, ShellId nId);
135 void MoveToTop (const SfxShell& rParentShell);
136 SfxShell* GetShell (ShellId nId) const;
137 SfxShell* GetTopShell (void) const;
139 void InvalidateAllSubShells (const SfxShell* pParentShell);
144 void TakeShellsFromStack (const SfxShell* pShell);
175 class ShellHash{public: size_t operator()(const SfxShell* p) const { return (size_t)p;} }; in operator ()()
176 typedef ::std::hash_multimap<const SfxShell*,SharedShellFactory,ShellHash>
188 typedef ::std::hash_map<const SfxShell*,SubShellSubList,ShellHash> SubShellList;
194 typedef ::std::vector<SfxShell*> ShellStack;
210 SfxShell* mpFormShell;
214 SfxShell* mpTopShell;
239 void Deactivate (SfxShell* pShell);
242 SfxShell* pShell,
248 const SfxShell& rViewShell,
363 void ViewShellManager::ActivateShell (SfxShell* pShell) in ActivateShell()
372 void ViewShellManager::DeactivateShell (const SfxShell* pShell) in DeactivateShell()
390 SfxShell* ViewShellManager::GetShell (ShellId nId) const in GetShell()
401 SfxShell* ViewShellManager::GetTopShell (void) const in GetTopShell()
471 const SfxShell* pViewShell, in AddShellFactory()
495 const SfxShell* pViewShell, in RemoveShellFactory()
576 void ViewShellManager::Implementation::ActivateShell (SfxShell& rShell) in ActivateShell()
617 void ViewShellManager::Implementation::DeactivateShell (const SfxShell& rShell) in DeactivateShell()
651 const SfxShell& rParentShell, in ActivateSubShell()
690 const SfxShell& rParentShell, in DeactivateSubShell()
708 SfxShell* pShell = iShell->mpShell; in DeactivateSubShell()
729 const SfxShell& rParentShell, in MoveSubShellToTop()
756 void ViewShellManager::Implementation::MoveToTop (const SfxShell& rShell) in MoveToTop()
831 SfxShell* ViewShellManager::Implementation::GetShell (ShellId nId) const in GetShell()
835 SfxShell* pShell = NULL; in GetShell()
868 SfxShell* ViewShellManager::Implementation::GetTopShell (void) const in GetTopShell()
918 SfxShell* pTopMostShell = mrBase.GetSubShell(0); in UpdateShellStack()
966 SfxShell* pShell = aSfxShellStack.back(); in UpdateShellStack()
1013 void ViewShellManager::Implementation::TakeShellsFromStack (const SfxShell* pShell) in TakeShellsFromStack()
1018 SfxShell* pTopMostShell = mrBase.GetSubShell(0); in TakeShellsFromStack()
1032 SfxShell* pShellOnStack = mrBase.GetSubShell(nIndex); in TakeShellsFromStack()
1050 SfxShell* pShellOnStack = mrBase.GetSubShell(nIndex); in TakeShellsFromStack()
1059 SfxShell* pShellOnStack = mrBase.GetSubShell(0); in TakeShellsFromStack()
1215 SfxShell* pParentShell, in CreateSubShell()
1280 const SfxShell& rParentShell, in DestroySubShell()
1291 void ViewShellManager::Implementation::InvalidateAllSubShells (const SfxShell* pParentShell) in InvalidateAllSubShells()
1321 SfxShell* pShell = maActiveViewShells.front().mpShell; in Shutdown()
1377 void ViewShellManager::Implementation::Deactivate (SfxShell* pShell) in Deactivate()
1433 SfxShell* pShell, in ShellDescriptor()