Lines Matching refs:aBox
64 Rectangle aBox (PlaceDeckTitle(rDeckTitleBar, aContentArea)); in LayoutDeck() local
76 aBox = LayoutPanels( in LayoutDeck()
77 aBox, in LayoutDeck()
84 UpdateFiller(rFiller, aBox); in LayoutDeck()
98 … Rectangle aBox (PlaceVerticalScrollBar(rVerticalScrollBar, aContentArea, bShowVerticalScrollBar)); in LayoutPanels() local
100 const sal_Int32 nWidth (aBox.GetWidth()); in LayoutPanels()
110 sal_Int32 nAvailableHeight (aBox.GetHeight()); in LayoutPanels()
111 GetRequestedSizes(rLayoutItems, nAvailableHeight, aBox); in LayoutPanels()
112 const sal_Int32 nTotalDecorationHeight (aBox.GetHeight() - nAvailableHeight); in LayoutPanels()
166 aBox.GetHeight(), in LayoutPanels()
173 rScrollClipWindow.SetPosSizePixel(aBox.Left(), aBox.Top(), aBox.GetWidth(), aBox.GetHeight()); in LayoutPanels()
178 : aBox.GetHeight()); in LayoutPanels()
180 if (nContentHeight-nY < aBox.GetHeight()) in LayoutPanels()
181 nY = nContentHeight-aBox.GetHeight(); in LayoutPanels()
191 SetupVerticalScrollBar(rVerticalScrollBar, nContentHeight, aBox.GetHeight()); in LayoutPanels()
194 aBox.Top() += nUsedHeight; in LayoutPanels()
195 return aBox; in LayoutPanels()