Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterController.cxx665 const OUString sViewURL (rxPane->msViewURL); in RequestViews() local
666 if (sViewURL == PresenterViewFactory::msNotesViewURL) in RequestViews()
670 else if (sViewURL == PresenterViewFactory::msSlideSorterURL) in RequestViews()
674 else if (sViewURL == PresenterViewFactory::msCurrentSlidePreviewViewURL in RequestViews()
675 || sViewURL == PresenterViewFactory::msNextSlidePreviewViewURL) in RequestViews()
679 else if (sViewURL == PresenterViewFactory::msToolBarViewURL) in RequestViews()
683 else if (sViewURL == PresenterViewFactory::msHelpViewURL) in RequestViews()
689 ShowView(sViewURL); in RequestViews()
691 HideView(sViewURL); in RequestViews()
H A DPresenterScreen.cxx729 OUString sViewURL; in ProcessComponent() local
735 rValues[1] >>= sViewURL; in ProcessComponent()
747 sViewURL, in ProcessComponent()
766 OUString sViewURL; in ProcessViewDescription() local
767 rValues[0] >>= sViewURL; in ProcessViewDescription()
773 maViewDescriptors[sViewURL] = aViewDescriptor; in ProcessViewDescription()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterController.cxx666 const OUString sViewURL (rxPane->msViewURL); in RequestViews() local
667 if (sViewURL == PresenterViewFactory::msNotesViewURL) in RequestViews()
671 else if (sViewURL == PresenterViewFactory::msSlideSorterURL) in RequestViews()
675 else if (sViewURL == PresenterViewFactory::msCurrentSlidePreviewViewURL in RequestViews()
676 || sViewURL == PresenterViewFactory::msNextSlidePreviewViewURL) in RequestViews()
680 else if (sViewURL == PresenterViewFactory::msToolBarViewURL) in RequestViews()
684 else if (sViewURL == PresenterViewFactory::msHelpViewURL) in RequestViews()
690 ShowView(sViewURL); in RequestViews()
692 HideView(sViewURL); in RequestViews()
H A DPresenterScreen.cxx716 OUString sViewURL; in ProcessComponent() local
722 rValues[1] >>= sViewURL; in ProcessComponent()
734 sViewURL, in ProcessComponent()
753 OUString sViewURL; in ProcessViewDescription() local
754 rValues[0] >>= sViewURL; in ProcessViewDescription()
760 maViewDescriptors[sViewURL] = aViewDescriptor; in ProcessViewDescription()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/docshell/
H A Ddocshel4.cxx768 OUString sViewURL; in GotoBookmark() local
772 sViewURL = FrameworkHelper::msImpressViewURL; in GotoBookmark()
775 sViewURL = FrameworkHelper::msNotesViewURL; in GotoBookmark()
778 sViewURL = FrameworkHelper::msHandoutViewURL; in GotoBookmark()
783 if (!sViewURL.isEmpty()) in GotoBookmark()
788 sViewURL, in GotoBookmark()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/docshell/
H A Ddocshel4.cxx765 OUString sViewURL; in GotoBookmark() local
769 sViewURL = FrameworkHelper::msImpressViewURL; in GotoBookmark()
772 sViewURL = FrameworkHelper::msNotesViewURL; in GotoBookmark()
775 sViewURL = FrameworkHelper::msHandoutViewURL; in GotoBookmark()
780 if (!sViewURL.isEmpty()) in GotoBookmark()
785 sViewURL, in GotoBookmark()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A DViewShellBase.cxx711 OUString sViewURL; in ReadUserDataSequence() local
716 sViewURL = framework::FrameworkHelper::msImpressViewURL; in ReadUserDataSequence()
719 sViewURL = framework::FrameworkHelper::msNotesViewURL; in ReadUserDataSequence()
722 sViewURL = framework::FrameworkHelper::msHandoutViewURL; in ReadUserDataSequence()
725 if (!sViewURL.isEmpty()) in ReadUserDataSequence()
727 sViewURL, in ReadUserDataSequence()
H A Dfrmview.cxx89 OUString sViewURL; in FrameView() local
96 sViewURL = xView->getResourceId()->getResourceURL(); in FrameView()
98 switch (framework::FrameworkHelper::GetViewId(sViewURL)) in FrameView()
H A DOutliner.cxx1537 OUString sViewURL; in SetViewMode() local
1542 sViewURL = sd::framework::FrameworkHelper::msImpressViewURL; in SetViewMode()
1545 sViewURL = sd::framework::FrameworkHelper::msNotesViewURL; in SetViewMode()
1548 sViewURL = sd::framework::FrameworkHelper::msHandoutViewURL; in SetViewMode()
1564 sViewURL, in SetViewMode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A DViewShellBase.cxx712 OUString sViewURL; in ReadUserDataSequence() local
717 sViewURL = framework::FrameworkHelper::msImpressViewURL; in ReadUserDataSequence()
720 sViewURL = framework::FrameworkHelper::msNotesViewURL; in ReadUserDataSequence()
723 sViewURL = framework::FrameworkHelper::msHandoutViewURL; in ReadUserDataSequence()
726 if (!sViewURL.isEmpty()) in ReadUserDataSequence()
728 sViewURL, in ReadUserDataSequence()
H A DOutliner.cxx1313 OUString sViewURL; in SetViewMode() local
1318 sViewURL = sd::framework::FrameworkHelper::msImpressViewURL; in SetViewMode()
1321 sViewURL = sd::framework::FrameworkHelper::msNotesViewURL; in SetViewMode()
1324 sViewURL = sd::framework::FrameworkHelper::msHandoutViewURL; in SetViewMode()
1335 sViewURL, in SetViewMode()
H A Dfrmview.cxx88 OUString sViewURL; in FrameView() local
95 sViewURL = xView->getResourceId()->getResourceURL(); in FrameView()
97 switch (framework::FrameworkHelper::GetViewId(sViewURL)) in FrameView()