Lines Matching refs:maCenterPaneBox
117 geometry::RealRectangle2D maCenterPaneBox; member in sdext::presenter::__anonb105ea440111::UnfoldInCenterAnimator
141 geometry::RealRectangle2D maCenterPaneBox; member in sdext::presenter::__anonb105ea440111::MoveInFromBottomAnimator
512 maCenterPaneBox in ShowPane()
517 ResizePane(mxCenterPaneId, maCenterPaneBox); in ShowPane()
537 maCenterPaneBox.X1, in ShowPane()
539 maCenterPaneBox.Y1, in ShowPane()
577 maCenterPaneBox.X1, in ShowPane()
579 maCenterPaneBox.Y1, in ShowPane()
655 maCenterPaneBox.X1, in HidePane()
657 maCenterPaneBox.Y1, in HidePane()
790 maCenterPaneBox = pLowerPanes->GetOriginalBoundingBox(); in ShowPane()
791 ResizePane(mxCenterPaneId, maCenterPaneBox); in ShowPane()
793 geometry::RealPoint2D aStartLocation (maCenterPaneBox.X1, aWindowBox.Height); in ShowPane()
794 geometry::RealPoint2D aEndLocation (maCenterPaneBox.X1, maCenterPaneBox.Y1); in ShowPane()
857 geometry::RealPoint2D(maCenterPaneBox.X1, maCenterPaneBox.Y1), in HidePane()
858 geometry::RealPoint2D(maCenterPaneBox.X1, aWindowBox.Height))); in HidePane()