Home
last modified time | relevance | path

Searched refs:pPane (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sdext/source/presenter/
H A DPresenterWindowManager.cxx893 PresenterPaneContainer::SharedPaneDescriptor pPane ( in LayoutStandardMode() local
895 if (pPane.get() != NULL) in LayoutStandardMode()
913 pPane = mpPaneContainer->FindPaneURL(PresenterPaneFactory::msNextSlidePreviewPaneURL); in LayoutStandardMode()
914 if (pPane.get() != NULL) in LayoutStandardMode()
948 PresenterPaneContainer::SharedPaneDescriptor pPane ( in LayoutNotesMode() local
950 if (pPane.get() != NULL) in LayoutNotesMode()
969 pPane = mpPaneContainer->FindPaneURL(PresenterPaneFactory::msCurrentSlidePreviewPaneURL); in LayoutNotesMode()
970 if (pPane.get() != NULL) in LayoutNotesMode()
987 pPane = mpPaneContainer->FindPaneURL(PresenterPaneFactory::msNextSlidePreviewPaneURL); in LayoutNotesMode()
988 if (pPane.get() != NULL) in LayoutNotesMode()
H A DPresenterPaneContainer.cxx84 SharedPaneDescriptor pPane (FindPaneURL(rxPaneId->getResourceURL())); in PreparePane() local
85 if (pPane.get() == NULL) in PreparePane()
H A DPresenterSlideSorter.cxx797 PresenterPaneContainer::SharedPaneDescriptor pPane ( in UpdateLayout() local
802 if (pPane.get() == NULL) in UpdateLayout()
804 if ( ! pPane->mxPane.is()) in UpdateLayout()
808 pPane->mxPane->GetPaneBorderPainter()); in UpdateLayout()
821 PlaceCloseButton(pPane, aWindowBox, nLeftBorderWidth); in UpdateLayout()
H A DPresenterPaneAnimator.cxx982 PresenterSpritePane* pPane = dynamic_cast<PresenterSpritePane*>( in ShowPane() local
984 if (pPane != NULL) in ShowPane()
985 pPane->ShowTransparentBorder(); in ShowPane()
/trunk/main/sd/source/ui/view/
H A DViewTabBar.cxx264 framework::Pane* pPane = reinterpret_cast<framework::Pane*>( in GetAnchorWindow() local
266 if (pPane != NULL) in GetAnchorWindow()
267 pWindow = pPane->GetWindow()->GetParent(); in GetAnchorWindow()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationCreateDialog.cxx516 …ialog::CustomAnimationCreateDialog( Window* pParent, CustomAnimationPane* pPane, const std::vector… in CustomAnimationCreateDialog() argument
518 , mpPane( pPane ) in CustomAnimationCreateDialog()
H A DCustomAnimationCreateDialog.hxx48 …CustomAnimationCreateDialog( ::Window* pParent, CustomAnimationPane* pPane, const std::vector< ::c…

Completed in 74 milliseconds