Home
last modified time | relevance | path

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

/trunk/main/sdext/source/presenter/
H A DPresenterPaneContainer.cxx84 SharedPaneDescriptor pPane (FindPaneURL(rxPaneId->getResourceURL())); in PreparePane()
146 pDescriptor = FindPaneURL(sPaneURL); in StorePane()
150 pDescriptor = FindPaneURL(sPaneURL); in StorePane()
186 SharedPaneDescriptor pDescriptor (FindPaneURL(sPaneURL)); in StoreBorderWindow()
217 pDescriptor = FindPaneURL(sPaneURL); in StoreView()
282 pDescriptor = FindPaneURL(sPaneURL); in RemoveView()
328 PresenterPaneContainer::SharedPaneDescriptor PresenterPaneContainer::FindPaneURL ( in FindPaneURL() function in sdext::presenter::PresenterPaneContainer
H A DPresenterPaneAnimator.cxx683 pUpperPanes->AddPane(mpPaneContainer->FindPaneURL( in SetupPaneGroups()
685 pUpperPanes->AddPane(mpPaneContainer->FindPaneURL( in SetupPaneGroups()
687 pUpperPanes->AddPane(mpPaneContainer->FindPaneURL( in SetupPaneGroups()
689 pUpperPanes->AddPane(mpPaneContainer->FindPaneURL( in SetupPaneGroups()
695 pLowerPanes->AddPane(mpPaneContainer->FindPaneURL( in SetupPaneGroups()
781 pLowerPanes->AddPane(mpPaneContainer->FindPaneURL( in ShowPane()
963 pAllPanes->AddPane(mpPaneContainer->FindPaneURL( in ShowPane()
965 pAllPanes->AddPane(mpPaneContainer->FindPaneURL( in ShowPane()
967 pAllPanes->AddPane(mpPaneContainer->FindPaneURL( in ShowPane()
969 pAllPanes->AddPane(mpPaneContainer->FindPaneURL( in ShowPane()
[all …]
H A DPresenterWindowManager.cxx327 mpPaneContainer->FindPaneURL(rsPaneURL)); in SetPanePosSizeAbsolute()
880 mpPaneContainer->FindPaneURL(PresenterPaneFactory::msCurrentSlidePreviewPaneURL)); in LayoutStandardMode()
899 pPane = mpPaneContainer->FindPaneURL(PresenterPaneFactory::msNextSlidePreviewPaneURL); in LayoutStandardMode()
935 mpPaneContainer->FindPaneURL(PresenterPaneFactory::msNotesPaneURL)); in LayoutNotesMode()
955 pPane = mpPaneContainer->FindPaneURL(PresenterPaneFactory::msCurrentSlidePreviewPaneURL); in LayoutNotesMode()
973 pPane = mpPaneContainer->FindPaneURL(PresenterPaneFactory::msNextSlidePreviewPaneURL); in LayoutNotesMode()
1034 mpPaneContainer->FindPaneURL(PresenterPaneFactory::msToolBarPaneURL)); in LayoutToolBar()
H A DPresenterPaneFactory.cxx189 pPaneContainer->FindPaneURL(sPaneURL)); in createResource()
222 pPaneContainer->FindPaneURL(sPaneURL)); in releaseResource()
H A DPresenterAccessibility.cxx568 pPreviewPane = pContainer->FindPaneURL(PresenterPaneFactory::msCurrentSlidePreviewPaneURL); in GetPreviewPane()
574 pPreviewPane = pContainer->FindPaneURL(PresenterPaneFactory::msSlideSorterPaneURL); in GetPreviewPane()
609 pPaneContainer->FindPaneURL(PresenterPaneFactory::msNotesPaneURL)); in UpdateAccessibilityHierarchy()
H A DPresenterPaneContainer.hxx165 SharedPaneDescriptor FindPaneURL (const ::rtl::OUString& rsPaneURL);