Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterController.cxx478 const OUString sStyleName (mpTheme->GetStyleName(rsViewURL)); in GetViewBackground()
492 const OUString sStyleName (mpTheme->GetStyleName(rsViewURL)); in GetViewFont()
586 void PresenterController::ShowView (const OUString& rsViewURL) in ShowView() argument
589 mpPaneContainer->FindViewURL(rsViewURL)); in ShowView()
599 rsViewURL, in ShowView()
608 void PresenterController::HideView (const OUString& rsViewURL) in HideView() argument
611 mpPaneContainer->FindViewURL(rsViewURL)); in HideView()
617 rsViewURL, in HideView()
625 bool PresenterController::IsViewVisible (const OUString& rsViewURL) const in IsViewVisible()
628 mpPaneContainer->FindViewURL(rsViewURL)); in IsViewVisible()
[all …]
H A DPresenterPaneContainer.cxx71 const OUString& rsViewURL, in PreparePane() argument
90 pDescriptor->msViewURL = rsViewURL; in PreparePane()
365 const OUString& rsViewURL) in FindViewURL() argument
371 if (rsViewURL == (*iPane)->msViewURL) in FindViewURL()
380 ::rtl::OUString PresenterPaneContainer::GetPaneURLForViewURL (const ::rtl::OUString& rsViewURL) in GetPaneURLForViewURL() argument
382 SharedPaneDescriptor pDescriptor (FindViewURL(rsViewURL)); in GetPaneURLForViewURL()
H A DPresenterController.hxx107 GetViewBackground (const ::rtl::OUString& rsViewURL) const;
109 GetViewFont (const ::rtl::OUString& rsViewURL) const;
122 void ShowView (const ::rtl::OUString& rsViewURL);
123 void HideView (const ::rtl::OUString& rsViewURL);
124 bool IsViewVisible (const ::rtl::OUString& rsViewURL) const;
H A DPresenterPaneContainer.hxx122 const ::rtl::OUString& rsViewURL,
172 SharedPaneDescriptor FindViewURL (const ::rtl::OUString& rsViewURL);
174 ::rtl::OUString GetPaneURLForViewURL (const ::rtl::OUString& rsViewURL);
H A DPresenterScreen.cxx918 const OUString& rsViewURL, in SetupView() argument
931 ViewDescriptorContainer::const_iterator iDescriptor (maViewDescriptors.find(rsViewURL)); in SetupView()
939 rsViewURL, in SetupView()
H A DPresenterScreen.hxx219 const ::rtl::OUString& rsViewURL,
/trunk/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx388 const OUString& rsViewURL (rxViewId->getResourceURL()); in CreateViewShell() local
389 if (rsViewURL.equals(FrameworkHelper::msImpressViewURL)) in CreateViewShell()
399 else if (rsViewURL.equals(FrameworkHelper::msDrawViewURL)) in CreateViewShell()
408 else if (rsViewURL.equals(FrameworkHelper::msOutlineViewURL)) in CreateViewShell()
417 else if (rsViewURL.equals(FrameworkHelper::msNotesViewURL)) in CreateViewShell()
427 else if (rsViewURL.equals(FrameworkHelper::msHandoutViewURL)) in CreateViewShell()
437 else if (rsViewURL.equals(FrameworkHelper::msPresentationViewURL)) in CreateViewShell()
446 else if (rsViewURL.equals(FrameworkHelper::msSlideSorterURL)) in CreateViewShell()
/trunk/main/sd/source/ui/framework/module/
H A DResourceManager.cxx232 const OUString& rsViewURL, in HandleMainViewSwitch() argument
238 msCurrentMainViewURL = rsViewURL; in HandleMainViewSwitch()
H A DResourceManager.hxx116 const ::rtl::OUString& rsViewURL,
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx196 const ::rtl::OUString& rsViewURL);
1340 const ::rtl::OUString& rsViewURL) in SetPaneVisibility()
1351 xContext, rsViewURL, rsPaneURL)); in SetPaneVisibility()
/trunk/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx658 ViewShell::ShellType FrameworkHelper::GetViewId (const rtl::OUString& rsViewURL) in GetViewId() argument
671 ViewURLMap::const_iterator iView (mpViewURLMap->find(rsViewURL)); in GetViewId()
/trunk/main/sd/source/ui/inc/framework/
H A DFrameworkHelper.hxx146 static ViewShell::ShellType GetViewId (const rtl::OUString& rsViewURL);

Completed in 56 milliseconds