Lines Matching refs:Width

78     requestedSize.Height = getHeightForWidth( area.Width );  in allocateArea()
80 if ( currentSize.Width > 0 && currentSize.Height > 0 in allocateArea()
81 && requestedSize.Width > currentSize.Width ) in allocateArea()
82 requestedSize.Width = currentSize.Width; in allocateArea()
83 if ( currentSize.Width > 0 && currentSize.Height > 0 in allocateArea()
100 OSL_TRACE ("%s: cursize: %d ,%d", __FUNCTION__, currentSize.Width, currentSize.Height ); in allocateArea()
101 OSL_TRACE ("%s: area: %d, %d", __FUNCTION__, area.Width, area.Height ); in allocateArea()
102 … OSL_TRACE ("%s: requestedSize: %d, %d", __FUNCTION__, requestedSize.Width, requestedSize.Height ); in allocateArea()
103 OSL_TRACE ("%s: parent: %d, %d", __FUNCTION__, parentSize.Width(), parentSize.Height() ); in allocateArea()
104 OSL_TRACE ("%s: window: %d, %d", __FUNCTION__, windowSize.Width(), windowSize.Height() ); in allocateArea()
108 if (requestedSize.Width > parentSize.Width () in allocateArea()
112 …OSL_TRACE ("%s: ***setting parent: %d, %d", __FUNCTION__, requestedSize.Width, requestedSize.Heigh… in allocateArea()
114 parent->SetSizePixel ( Size (requestedSize.Width, requestedSize.Height) ); in allocateArea()
117 grand_parent->SetSizePixel ( Size (requestedSize.Width, requestedSize.Height) ); in allocateArea()
123 setPosSize( area.X, area.Y, requestedSize.Width, requestedSize.Height, awt::PosSize::SIZE ); in allocateArea()
128 if ( requestedSize.Width > currentSize.Width + 10) in allocateArea()
129 setPosSize( 0, 0, requestedSize.Width, 0, awt::PosSize::WIDTH ); in allocateArea()
136 OSL_TRACE ("%s: newSize: %d, %d", __FUNCTION__, newSize.Width, newSize.Height ); in allocateArea()
138 maAllocation.Width = newSize.Width; in allocateArea()