/aoo42x/main/sd/source/ui/framework/factories/ |
H A D | BasicViewFactory.cxx | 329 mxConfigurationController->addResourceFactory(FrameworkHelper::msSlideSorterURL, this); in initialize() 446 else if (rsViewURL.equals(FrameworkHelper::msSlideSorterURL)) in CreateViewShell() 518 FrameworkHelper::msSlideSorterURL, FrameworkHelper::msLeftDrawPaneURL)); in IsCacheable() 520 FrameworkHelper::msSlideSorterURL, FrameworkHelper::msLeftImpressPaneURL)); in IsCacheable()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterViewFactory.cxx | 65 const ::rtl::OUString PresenterViewFactory::msSlideSorterURL( member in sdext::presenter::PresenterViewFactory 209 mxConfigurationController->addResourceFactory(msSlideSorterURL, this); in Register() 417 else if (sResourceURL.equals(msSlideSorterURL)) in CreateView()
|
H A D | PresenterHelper.hxx | 50 static const ::rtl::OUString msSlideSorterURL; member in sdext::presenter::PresenterHelper
|
H A D | PresenterHelper.cxx | 52 const OUString PresenterHelper::msSlideSorterURL( member in sdext::presenter::PresenterHelper
|
H A D | PresenterViewFactory.hxx | 95 static const ::rtl::OUString msSlideSorterURL; member in sdext::presenter::PresenterViewFactory
|
H A D | PresenterController.cxx | 783 else if (sViewURL == PresenterViewFactory::msSlideSorterURL) in RequestViews()
|
H A D | PresenterWindowManager.cxx | 1012 mpPaneContainer->GetPaneURLForViewURL(PresenterViewFactory::msSlideSorterURL), in LayoutSlideSorterMode()
|
/aoo42x/main/sd/source/ui/framework/module/ |
H A D | SlideSorterModule.cxx | 52 FrameworkHelper::CreateResourceId(FrameworkHelper::msSlideSorterURL, rsLeftPaneURL)), in SlideSorterModule() 135 FrameworkHelper::msSlideSorterURL, in UpdateViewTabBar()
|
H A D | ToolPanelModule.cxx | 150 pResourceManager->AddActiveMainView(FrameworkHelper::msSlideSorterURL); in Initialize()
|
/aoo42x/main/sd/source/ui/framework/tools/ |
H A D | FrameworkHelper.cxx | 201 const OUString FrameworkHelper::msSlideSorterURL( member in sd::framework::FrameworkHelper 667 (*mpViewURLMap)[msSlideSorterURL] = ViewShell::ST_SLIDE_SORTER; in GetViewId() 690 case ViewShell::ST_SLIDE_SORTER : return msSlideSorterURL; in GetViewURL() 763 sRequestedView = FrameworkHelper::msSlideSorterURL; in HandleModeChangeSlot()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | ViewShellBase.cxx | 721 framework::FrameworkHelper::msSlideSorterURL); in Execute() 728 framework::FrameworkHelper::msSlideSorterURL); in Execute() 1451 FrameworkHelper::msSlideSorterURL, in GetSlotState()
|
H A D | SlideSorterViewShellBase.cxx | 47 pBase->LateInit(framework::FrameworkHelper::msSlideSorterURL); in CreateInstance()
|
/aoo42x/main/sd/source/ui/tools/ |
H A D | EventMultiplexer.cxx | 647 if (rEvent.ResourceId->getResourceURL().equals(FrameworkHelper::msSlideSorterURL)) in notifyConfigurationChange() 675 if (rEvent.ResourceId->getResourceURL().equals(FrameworkHelper::msSlideSorterURL)) in notifyConfigurationChange()
|
/aoo42x/main/sd/source/ui/inc/framework/ |
H A D | FrameworkHelper.hxx | 86 static const ::rtl::OUString msSlideSorterURL; member in sd::framework::FrameworkHelper
|
/aoo42x/main/sd/source/ui/sidebar/ |
H A D | LayoutMenu.cxx | 642 || sCenterPaneViewName.equals(framework::FrameworkHelper::msSlideSorterURL)) in Fill()
|