Lines Matching refs:Height

317     setPosSize( area.X, area.Y, area.Width, area.Height, awt::PosSize::POSSIZE );  in allocateArea()
320 awt::Size requestedSize (area.Width, area.Height); in allocateArea()
326 if (requestedSize.Height < minimumSize.Height) in allocateArea()
327 requestedSize.Height = minimumSize.Height; in allocateArea()
332 pageBasedSize.Height = pageSize.Height (); in allocateArea()
341 if (requestedSize.Height < pageBasedSize.Height) in allocateArea()
342 requestedSize.Height = pageBasedSize.Height + hc; in allocateArea()
352 OSL_TRACE ("%s: cursize: %d ,%d", __FUNCTION__, currentSize.Width, currentSize.Height ); in allocateArea()
353 OSL_TRACE ("%s: area: %d, %d", __FUNCTION__, area.Width, area.Height ); in allocateArea()
354 OSL_TRACE ("%s: minimum: %d, %d", __FUNCTION__, minimumSize.Width, minimumSize.Height ); in allocateArea()
355 … OSL_TRACE ("%s: requestedSize: %d, %d", __FUNCTION__, requestedSize.Width, requestedSize.Height ); in allocateArea()
356 … OSL_TRACE ("%s: pageBasedSize: %d, %d", __FUNCTION__, pageBasedSize.Width, pageBasedSize.Height ); in allocateArea()
365 … setPosSize( area.X, area.Y, requestedSize.Width, requestedSize.Height, awt::PosSize::POSSIZE ); in allocateArea()
372 if ( requestedSize.Height > currentSize.Height + 10) in allocateArea()
373 setPosSize( 0, 0, 0, requestedSize.Height, awt::PosSize::HEIGHT ); in allocateArea()
378 || pageBasedSize.Height > parentSize.Height ()) in allocateArea()
381 parent->SetSizePixel ( Size (requestedSize.Width + pwc, requestedSize.Height + phc)); in allocateArea()
415 childRect.Height = page_rect.Bottom() - childRect.Y; in allocateArea()
446 childrenSize.Height = SAL_MAX( childSize.Height, childrenSize.Height ); in getMinimumSize()
455 OSL_TRACE ("%s: childrenSize: %d, %d", __FUNCTION__, childrenSize.Width, childrenSize.Height ); in getMinimumSize()
459 requestedSize.Height += childrenSize.Height + 20; in getMinimumSize()