Lines Matching refs:GetHeight
62 if (aContentArea.GetWidth()<=0 || aContentArea.GetHeight()<=0) in LayoutDeck()
110 sal_Int32 nAvailableHeight (aBox.GetHeight()); 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()
300 rAvailableHeight = rContentBox.GetHeight(); in GetRequestedSizes()
469 rAvailableSpace.GetHeight()); in PlaceVerticalScrollBar()
506 if (rBox.GetHeight() > 0) in UpdateFiller()