Lines Matching refs:aBox
66 Rectangle aBox (PlaceDeckTitle(rDeckTitleBar, aContentArea)); in LayoutDeck() local
78 aBox = LayoutPanels( in LayoutDeck()
79 aBox, in LayoutDeck()
86 UpdateFiller(rFiller, aBox); in LayoutDeck()
100 … Rectangle aBox (PlaceVerticalScrollBar(rVerticalScrollBar, aContentArea, bShowVerticalScrollBar)); in LayoutPanels() local
102 const sal_Int32 nWidth (aBox.GetWidth()); in LayoutPanels()
112 sal_Int32 nAvailableHeight (aBox.GetHeight()); in LayoutPanels()
113 GetRequestedSizes(rLayoutItems, nAvailableHeight, aBox); in LayoutPanels()
114 const sal_Int32 nTotalDecorationHeight (aBox.GetHeight() - nAvailableHeight); in LayoutPanels()
168 aBox.GetHeight(), in LayoutPanels()
175 rScrollClipWindow.SetPosSizePixel(aBox.Left(), aBox.Top(), aBox.GetWidth(), aBox.GetHeight()); in LayoutPanels()
180 : aBox.GetHeight()); in LayoutPanels()
182 if (nContentHeight-nY < aBox.GetHeight()) in LayoutPanels()
183 nY = nContentHeight-aBox.GetHeight(); in LayoutPanels()
193 SetupVerticalScrollBar(rVerticalScrollBar, nContentHeight, aBox.GetHeight()); in LayoutPanels()
196 aBox.Top() += nUsedHeight; in LayoutPanels()
197 return aBox; in LayoutPanels()