Lines Matching refs:Height

333         if (aParentBox.Width > 0 && aParentBox.Height > 0)  in SetPanePosSizeAbsolute()
336 pDescriptor->mnTop = nY / aParentBox.Height; in SetPanePosSizeAbsolute()
338 pDescriptor->mnBottom = (nY + nHeight) / aParentBox.Height; in SetPanePosSizeAbsolute()
581 if (aBorderUpdateBox.Width<=0 || aBorderUpdateBox.Height<=0) in PaintChildren()
900 nSlidePreviewTop = (aBox.Height - aCurrentSlideOuterBox.Height) / 2; in LayoutStandardMode()
906 aCurrentSlideOuterBox.Height); in LayoutStandardMode()
924 aNextSlideOuterBox.Height); in LayoutStandardMode()
955 nSlidePreviewTop = (aBox.Height in LayoutNotesMode()
956 - aToolBarBox.Y2 + aToolBarBox.Y1 - aNotesViewOuterSize.Height) / 2; in LayoutNotesMode()
962 aNotesViewOuterSize.Height); in LayoutNotesMode()
963 nNotesViewBottom = nSlidePreviewTop + aNotesViewOuterSize.Height; in LayoutNotesMode()
980 aCurrentSlideOuterBox.Height); in LayoutNotesMode()
996 nNotesViewBottom - aNextSlideOuterBox.Height, in LayoutNotesMode()
998 aNextSlideOuterBox.Height); in LayoutNotesMode()
1065 PresenterGeometryHelper::Round(aSize.Height)), in LayoutToolBar()
1069 nToolBarHeight = aBox.Height; in LayoutToolBar()
1074 nToolBarHeight = aSize.Height + 10; in LayoutToolBar()
1081 const double nToolBarY (aBox.Height - nToolBarHeight); in LayoutToolBar()
1121 return awt::Size(aOuterBox.Width, aOuterBox.Height); in CalculatePaneSize()
1201 const sal_Int32 nY = (sal_Int32)(pDescriptor->mnTop * aBox.Height); in LayoutUnknownMode()
1203 const sal_Int32 nHeight = (sal_Int32)(pDescriptor->mnBottom * aBox.Height) - nY; in LayoutUnknownMode()
1228 const double nHeight (aParentBox.Height); in UpdateWindowSize()
1232 pDescriptor->mnBottom = double(aBorderBox.Y + aBorderBox.Height) / nHeight; in UpdateWindowSize()
1288 0,aBitmapSize.Height,0), in PaintBackground()
1337 aSize.Height = mxParentWindow->getPosSize().Height; in ProvideBackgroundBitmap()
1339 aSize.Height = xBitmap->getSize().Height; in ProvideBackgroundBitmap()
1556 mpSprite->Resize(geometry::RealSize2D(aWindowSize.Width, aWindowSize.Height)); in ModeChangeAnimationStarter()