/aoo41x/main/sd/source/ui/framework/factories/ |
H A D | BasicViewFactory.cxx | 137 mpBase(NULL), in BasicViewFactory() 215 if (mpBase != NULL) in createResource() 252 if (rxView.is() && mpBase!=NULL) in releaseResource() 333 mpBase = NULL; in initialize() 394 *mpBase, in CreateViewShell() 404 *mpBase, in CreateViewShell() 413 *mpBase, in CreateViewShell() 422 *mpBase, in CreateViewShell() 432 *mpBase, in CreateViewShell() 442 *mpBase, in CreateViewShell() [all …]
|
H A D | BasicViewFactory.hxx | 114 ViewShellBase* mpBase; member in sd::framework::BasicViewFactory
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | DrawController.cxx | 85 mpBase(&rBase), in DrawController() 182 if (mxSubController.is() && mpBase!=NULL) in dispose() 184 mpBase->DisconnectAllClients(); in dispose() 185 mpBase->GetViewShellManager()->Shutdown(); in dispose() 604 ::boost::shared_ptr<ViewShell> pViewShell (mpBase->GetMainViewShell()); in BroadcastContextChange() 642 ContextChangeEventMultiplexer::NotifyContextChange(mpBase, eContext); in BroadcastContextChange() 650 return mpBase; in GetViewShellBase() 659 mpBase = NULL; in ReleaseViewShellBase() 838 SdrView* pSdrView = mpBase->GetDrawView(); in getFormController() 839 ::boost::shared_ptr<ViewShell> pViewShell = mpBase->GetMainViewShell(); in getFormController() [all …]
|
/aoo41x/main/sd/source/ui/framework/module/ |
H A D | CenterViewFocusModule.cxx | 59 mpBase(NULL), in CenterViewFocusModule() 74 mpBase = pController->GetViewShellBase(); in CenterViewFocusModule() 78 if (mxConfigurationController.is() && mpBase!=NULL) in CenterViewFocusModule() 114 mpBase = NULL; in disposing() 159 if (xTunnel.is() && mpBase!=NULL) in HandleNewView() 167 mpBase->GetViewShellManager()->MoveToTop(*pViewShell); in HandleNewView() 185 mpBase = NULL; in disposing()
|
H A D | ShellStackGuard.cxx | 52 mpBase(NULL), in ShellStackGuard() 68 mpBase = pController->GetViewShellBase(); in ShellStackGuard() 103 mpBase = NULL; in disposing() 137 mpBase = NULL; in disposing() 174 if (mpBase != NULL) in IsPrinting() 176 SfxPrinter* pPrinter = mpBase->GetPrinter(); in IsPrinting()
|
H A D | ToolBarModule.cxx | 55 mpBase(NULL), in ToolBarModule() 66 mpBase = pController->GetViewShellBase(); in ToolBarModule() 165 if (mpBase != NULL) in HandleUpdateStart() 167 ::boost::shared_ptr<ToolBarManager> pToolBarManager (mpBase->GetToolBarManager()); in HandleUpdateStart() 185 ::boost::shared_ptr<ToolBarManager> pToolBarManager (mpBase->GetToolBarManager()); in HandleUpdateEnd() 187 FrameworkHelper::Instance(*mpBase)); in HandleUpdateEnd()
|
H A D | ToolBarModule.hxx | 88 ViewShellBase* mpBase; member in sd::framework::ToolBarModule
|
H A D | ShellStackGuard.hxx | 97 ViewShellBase* mpBase; member in sd::framework::ShellStackGuard
|
H A D | CenterViewFocusModule.hxx | 90 ViewShellBase* mpBase; member in sd::framework::CenterViewFocusModule
|
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsListener.cxx | 70 mpBase(mrSlideSorter.GetViewShellBase()), in Listener() 127 if (mpBase != NULL) in Listener() 129 ViewShell* pMainViewShell = mpBase->GetMainViewShell().get(); in Listener() 137 mpBase->GetEventMultiplexer()->AddEventListener( in Listener() 200 if (mpBase != NULL) in ReleaseListeners() 203 mpBase->GetEventMultiplexer()->RemoveEventListener( in ReleaseListeners() 377 if (mpBase != NULL) in IMPL_LINK() 379 ViewShell* pMainViewShell = mpBase->GetMainViewShell().get(); in IMPL_LINK() 392 if (mbIsMainViewChangePending && mpBase != NULL) in IMPL_LINK() 395 ViewShell* pMainViewShell = mpBase->GetMainViewShell().get(); in IMPL_LINK()
|
H A D | SlsListener.hxx | 141 ViewShellBase* mpBase; member in sd::slidesorter::controller::Listener
|
/aoo41x/main/sd/source/ui/framework/configuration/ |
H A D | ConfigurationController.cxx | 114 ViewShellBase* mpBase; member in sd::framework::ConfigurationController::Implementation 699 mpBase(NULL), in Implementation()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | DrawController.hxx | 310 ViewShellBase* mpBase; member in sd::DrawController
|