Lines Matching refs:GetHeight
64 if (aContentArea.GetWidth()<=0 || aContentArea.GetHeight()<=0) in LayoutDeck()
112 sal_Int32 nAvailableHeight (aBox.GetHeight()); 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()
302 rAvailableHeight = rContentBox.GetHeight(); in GetRequestedSizes()
471 rAvailableSpace.GetHeight()); in PlaceVerticalScrollBar()
508 if (rBox.GetHeight() > 0) in UpdateFiller()