Home
last modified time | relevance | path

Searched refs:sViewURL (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterController.cxx778 const OUString sViewURL ((*iPane)->msViewURL); in RequestViews() local
779 if (sViewURL == PresenterViewFactory::msNotesViewURL) in RequestViews()
783 else if (sViewURL == PresenterViewFactory::msSlideSorterURL) in RequestViews()
787 else if (sViewURL == PresenterViewFactory::msCurrentSlidePreviewViewURL in RequestViews()
788 || sViewURL == PresenterViewFactory::msNextSlidePreviewViewURL) in RequestViews()
792 else if (sViewURL == PresenterViewFactory::msToolBarViewURL) in RequestViews()
796 else if (sViewURL == PresenterViewFactory::msHelpViewURL) in RequestViews()
802 ShowView(sViewURL); in RequestViews()
804 HideView(sViewURL); in RequestViews()
H A DPresenterScreen.cxx848 OUString sViewURL; in ProcessComponent() local
854 rValues[1] >>= sViewURL; in ProcessComponent()
866 sViewURL, in ProcessComponent()
896 OUString sViewURL; in ProcessViewDescription() local
897 rValues[0] >>= sViewURL; in ProcessViewDescription()
903 maViewDescriptors[sViewURL] = aViewDescriptor; in ProcessViewDescription()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx834 ::rtl::OUString sViewURL; in GotoBookmark()
838 sViewURL = FrameworkHelper::msImpressViewURL; in GotoBookmark()
841 sViewURL = FrameworkHelper::msNotesViewURL; in GotoBookmark()
844 sViewURL = FrameworkHelper::msHandoutViewURL; in GotoBookmark()
849 if (sViewURL.getLength() > 0) in GotoBookmark()
854 sViewURL, in GotoBookmark()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx809 ::rtl::OUString sViewURL; in ReadUserDataSequence()
814 sViewURL = framework::FrameworkHelper::msImpressViewURL; in ReadUserDataSequence()
817 sViewURL = framework::FrameworkHelper::msNotesViewURL; in ReadUserDataSequence()
820 sViewURL = framework::FrameworkHelper::msHandoutViewURL; in ReadUserDataSequence()
823 if (sViewURL.getLength() > 0) in ReadUserDataSequence()
825 sViewURL, in ReadUserDataSequence()
H A DOutliner.cxx1290 ::rtl::OUString sViewURL; in SetViewMode()
1295 sViewURL = framework::FrameworkHelper::msImpressViewURL; in SetViewMode()
1298 sViewURL = framework::FrameworkHelper::msNotesViewURL; in SetViewMode()
1301 sViewURL = framework::FrameworkHelper::msHandoutViewURL; in SetViewMode()
1312 sViewURL, in SetViewMode()
H A Dfrmview.cxx112 ::rtl::OUString sViewURL; in FrameView()
119 sViewURL = xView->getResourceId()->getResourceURL(); in FrameView()
121 switch (framework::FrameworkHelper::GetViewId(sViewURL)) in FrameView()

Completed in 70 milliseconds