Lines Matching refs:Width

333         if (aParentBox.Width > 0 && aParentBox.Height > 0)  in SetPanePosSizeAbsolute()
335 pDescriptor->mnLeft = nX / aParentBox.Width; in SetPanePosSizeAbsolute()
337 pDescriptor->mnRight = (nX + nWidth) / aParentBox.Width; in SetPanePosSizeAbsolute()
581 if (aBorderUpdateBox.Width<=0 || aBorderUpdateBox.Height<=0) in PaintChildren()
887 const double nHorizontalSlideDivide (aBox.Width / nGoldenRatio); in LayoutStandardMode()
905 aCurrentSlideOuterBox.Width, in LayoutStandardMode()
917 aBox.Width - nHorizontalSlideDivide - 1.5*nGap, in LayoutStandardMode()
921 aBox.Width - aNextSlideOuterBox.Width - nGap, in LayoutStandardMode()
923 aNextSlideOuterBox.Width, in LayoutStandardMode()
941 const double nPrimaryWidth (aBox.Width / nGoldenRatio); in LayoutNotesMode()
942 const double nSecondaryWidth (aBox.Width - nPrimaryWidth); in LayoutNotesMode()
959 aBox.Width - aNotesViewOuterSize.Width - nGap, in LayoutNotesMode()
961 aNotesViewOuterSize.Width, in LayoutNotesMode()
979 aCurrentSlideOuterBox.Width, in LayoutNotesMode()
997 aNextSlideOuterBox.Width, in LayoutNotesMode()
1015 aWindowBox.Width - 2*nGap, in LayoutSlideSorterMode()
1029 const double nWidth = ::std::min(aWindowBox.Width - 2*nGap, aWindowBox.Width/nGoldenRatio); in LayoutHelpMode()
1032 (aWindowBox.Width - nWidth)/2, in LayoutHelpMode()
1064 PresenterGeometryHelper::Round(aSize.Width), in LayoutToolBar()
1068 nToolBarWidth = aBox.Width; in LayoutToolBar()
1073 nToolBarWidth = aSize.Width + 20; in LayoutToolBar()
1080 const double nToolBarX ((aBox.Width - nToolBarWidth) / 2); in LayoutToolBar()
1112 aInnerBox.Width / mpPresenterController->GetSlideAspectRatio()); in CalculatePaneSize()
1118 aInnerBox.Width,sal_Int32(nCurrentSlideInnerHeight+0.5)), in CalculatePaneSize()
1121 return awt::Size(aOuterBox.Width, aOuterBox.Height); in CalculatePaneSize()
1200 const sal_Int32 nX = (sal_Int32)(pDescriptor->mnLeft * aBox.Width); in LayoutUnknownMode()
1202 const sal_Int32 nWidth = (sal_Int32)(pDescriptor->mnRight * aBox.Width) - nX; in LayoutUnknownMode()
1227 const double nWidth (aParentBox.Width); in UpdateWindowSize()
1231 pDescriptor->mnRight = double(aBorderBox.X + aBorderBox.Width) / nWidth; in UpdateWindowSize()
1287 aBitmapSize.Width,0,0, in PaintBackground()
1341 aSize.Width = mxParentWindow->getPosSize().Width; in ProvideBackgroundBitmap()
1343 aSize.Width = xBitmap->getSize().Width; in ProvideBackgroundBitmap()
1556 mpSprite->Resize(geometry::RealSize2D(aWindowSize.Width, aWindowSize.Height)); in ModeChangeAnimationStarter()