Home
last modified time | relevance | path

Searched refs:mpViewShellBase (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sd/source/ui/view/
H A DViewTabBar.cxx114 mpViewShellBase(NULL) in ViewTabBar()
131 mpViewShellBase = pController->GetViewShellBase(); in ViewTabBar()
152 if (mpViewShellBase != NULL in ViewTabBar()
156 mpViewShellBase->SetViewTabBar(this); in ViewTabBar()
172 if (mpViewShellBase != NULL in disposing()
176 mpViewShellBase->SetViewTabBar(NULL); in disposing()
438 if (mpViewShellBase != NULL) in ActivatePage()
439 pIPClient = dynamic_cast<Client*>(mpViewShellBase->GetIPClient()); in ActivatePage()
611 if (mpViewShellBase != NULL) in UpdateActiveButton()
612 xView = FrameworkHelper::Instance(*mpViewShellBase)->GetView( in UpdateActiveButton()
/trunk/main/sd/source/ui/framework/factories/
H A DBasicPaneFactory.cxx129 mpViewShellBase(NULL), in BasicPaneFactory()
194 mpViewShellBase = pController->GetViewShellBase(); in initialize()
195 mpUpdateLockManager = mpViewShellBase->GetUpdateLockManager(); in initialize()
464 if (mpViewShellBase != NULL) in CreateFrameWindowPane()
466 xPane = new FrameWindowPane(rxPaneId, mpViewShellBase->GetViewWindow()); in CreateFrameWindowPane()
483 mpViewShellBase->GetViewWindow())); in CreateFullScreenPane()
497 if (mpViewShellBase != NULL) in CreateChildWindowPane()
525 *mpViewShellBase, in CreateChildWindowPane()
H A DBasicToolBarFactory.cxx79 mpViewShellBase(NULL) in BasicToolBarFactory()
104 mpViewShellBase = NULL; in Shutdown()
134 mpViewShellBase = pController->GetViewShellBase(); in initialize()
H A DBasicToolBarFactory.hxx100 ViewShellBase* mpViewShellBase; member in sd::framework::BasicToolBarFactory
H A DBasicPaneFactory.hxx118 ViewShellBase* mpViewShellBase; member in sd::framework::BasicPaneFactory
/trunk/main/sd/source/ui/slideshow/
H A DSlideShowRestarter.cxx48 mpViewShellBase(pViewShellBase), in SlideShowRestarter()
118 if (mpViewShellBase != NULL) in IMPL_LINK()
121 FrameworkHelper::Instance(*mpViewShellBase)); in IMPL_LINK()
145 if (mpDispatcher == NULL && mpViewShellBase!=NULL) in StartPresentation()
146 mpDispatcher = mpViewShellBase->GetViewFrame()->GetDispatcher(); in StartPresentation()
H A DSlideShowRestarter.hxx65 ViewShellBase* mpViewShellBase; member in sd::SlideShowRestarter
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorter.cxx131 mpViewShellBase(&rViewShell.GetViewShellBase()), in SlideSorter()
156 mpViewShellBase(&rBase), in SlideSorter()
173 if (mpViewShellBase != NULL) in Init()
174 mxControllerWeak = mpViewShellBase->GetController(); in Init()
344 return mpViewShellBase; in GetViewShellBase()
/trunk/main/sd/source/ui/inc/
H A DSlideSorter.hxx234 ViewShellBase* mpViewShellBase; member in sd::slidesorter::SlideSorter
H A DViewTabBar.hxx172 ViewShellBase* mpViewShellBase; member in sd::ViewTabBar