Home
last modified time | relevance | path

Searched refs:mpSubShellFactory (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sd/source/ui/view/
H A DFormShellManager.cxx62 mpSubShellFactory(), in FormShellManager()
90 if (mpSubShellFactory.get() != NULL) in ~FormShellManager()
94 mrBase.GetViewShellManager()->RemoveSubShellFactory(pShell,mpSubShellFactory); in ~FormShellManager()
180 OSL_ASSERT(mpSubShellFactory.get()==NULL); in RegisterAtCenterPane()
181 mpSubShellFactory.reset(new FormShellManagerFactory(*pShell, *this)); in RegisterAtCenterPane()
182 mrBase.GetViewShellManager()->AddSubShellFactory(pShell,mpSubShellFactory); in RegisterAtCenterPane()
214 mrBase.GetViewShellManager()->RemoveSubShellFactory(pShell, mpSubShellFactory); in UnregisterAtCenterPane()
217 mpSubShellFactory.reset(); in UnregisterAtCenterPane()
H A Dviewshel.cxx189 if (mpImpl->mpSubShellFactory.get() != NULL) in ~ViewShell()
191 this,mpImpl->mpSubShellFactory); in ~ViewShell()
282 mpImpl->mpSubShellFactory.reset(new ViewShellObjectBarFactory(*this)); in construct()
283 GetViewShellBase().GetViewShellManager()->AddSubShellFactory(this,mpImpl->mpSubShellFactory); in construct()
H A DViewShellImplementation.cxx76 mpSubShellFactory(), in Implementation()
/trunk/main/sd/source/ui/inc/
H A DFormShellManager.hxx94 ViewShellManager::SharedShellFactory mpSubShellFactory; member in sd::FormShellManager
H A DViewShellImplementation.hxx60 ViewShellManager::SharedShellFactory mpSubShellFactory; member in sd::ViewShell::Implementation

Completed in 40 milliseconds