Lines Matching refs:SfxShell
105 extern SfxShell* CreateTableObjectBar( ViewShell& rShell, ::sd::View* pView );
115 : public ::sd::ShellFactory<SfxShell>
120 virtual SfxShell* CreateShell (
124 virtual void ReleaseShell (SfxShell* pShell);
129 typedef ::std::map< ::sd::ShellId,SfxShell*> ShellCache;
167 TYPEINIT1(ViewShell, SfxShell);
171 : SfxShell(&rViewShellBase) in ViewShell()
444 SfxShell::Deactivate(bIsMDIActivate); in Deactivate()
1695 SfxShell* ViewShellObjectBarFactory::CreateShell ( in CreateShell()
1700 SfxShell* pShell = NULL; in CreateShell()
1753 void ViewShellObjectBarFactory::ReleaseShell (SfxShell* pShell) in ReleaseShell()