Lines Matching refs:aBox

883     awt::Rectangle aBox = mxParentWindow->getPosSize();  in LayoutStandardMode()  local
887 const double nHorizontalSlideDivide (aBox.Width / nGoldenRatio); in LayoutStandardMode()
900 nSlidePreviewTop = (aBox.Height - aCurrentSlideOuterBox.Height) / 2; in LayoutStandardMode()
917 aBox.Width - nHorizontalSlideDivide - 1.5*nGap, in LayoutStandardMode()
921 aBox.Width - aNextSlideOuterBox.Width - nGap, in LayoutStandardMode()
935 awt::Rectangle aBox = mxParentWindow->getPosSize(); in LayoutNotesMode() local
941 const double nPrimaryWidth (aBox.Width / nGoldenRatio); in LayoutNotesMode()
942 const double nSecondaryWidth (aBox.Width - nPrimaryWidth); in LayoutNotesMode()
955 nSlidePreviewTop = (aBox.Height in LayoutNotesMode()
959 aBox.Width - aNotesViewOuterSize.Width - nGap, in LayoutNotesMode()
1059 const awt::Rectangle aBox (mpPaneBorderPainter->addBorder ( in LayoutToolBar() local
1068 nToolBarWidth = aBox.Width; in LayoutToolBar()
1069 nToolBarHeight = aBox.Height; in LayoutToolBar()
1079 const awt::Rectangle aBox = mxParentWindow->getPosSize(); in LayoutToolBar() local
1080 const double nToolBarX ((aBox.Width - nToolBarWidth) / 2); in LayoutToolBar()
1081 const double nToolBarY (aBox.Height - nToolBarHeight); in LayoutToolBar()
1189 awt::Rectangle aBox = mxParentWindow->getPosSize(); in LayoutUnknownMode() local
1200 const sal_Int32 nX = (sal_Int32)(pDescriptor->mnLeft * aBox.Width); in LayoutUnknownMode()
1201 const sal_Int32 nY = (sal_Int32)(pDescriptor->mnTop * aBox.Height); in LayoutUnknownMode()
1202 const sal_Int32 nWidth = (sal_Int32)(pDescriptor->mnRight * aBox.Width) - nX; in LayoutUnknownMode()
1203 const sal_Int32 nHeight = (sal_Int32)(pDescriptor->mnBottom * aBox.Height) - nY; in LayoutUnknownMode()