Home
last modified time | relevance | path

Searched refs:requestedSize (Results 1 – 3 of 3) sorted by relevance

/trunk/main/toolkit/source/awt/
H A Dvclxtabpage.cxx77 awt::Size requestedSize = getMinimumSize(); in allocateArea() local
78 requestedSize.Height = getHeightForWidth( area.Width ); in allocateArea()
81 && requestedSize.Width > currentSize.Width ) in allocateArea()
82 requestedSize.Width = currentSize.Width; in allocateArea()
84 && requestedSize.Height > currentSize.Height ) in allocateArea()
85 requestedSize.Height = currentSize.Height; in allocateArea()
102 … OSL_TRACE ("%s: requestedSize: %d, %d", __FUNCTION__, requestedSize.Width, requestedSize.Height ); in allocateArea()
108 if (requestedSize.Width > parentSize.Width () in allocateArea()
109 || requestedSize.Height > parentSize.Height ()) in allocateArea()
112 …OSL_TRACE ("%s: ***setting parent: %d, %d", __FUNCTION__, requestedSize.Width, requestedSize.Heigh… in allocateArea()
[all …]
H A Dvclxtabcontrol.cxx320 awt::Size requestedSize (area.Width, area.Height); in allocateArea() local
324 if (requestedSize.Width < minimumSize.Width) in allocateArea()
325 requestedSize.Width = minimumSize.Width; in allocateArea()
326 if (requestedSize.Height < minimumSize.Height) in allocateArea()
327 requestedSize.Height = minimumSize.Height; in allocateArea()
339 if (requestedSize.Width < pageBasedSize.Width) in allocateArea()
340 requestedSize.Width = pageBasedSize.Width + wc; in allocateArea()
341 if (requestedSize.Height < pageBasedSize.Height) in allocateArea()
342 requestedSize.Height = pageBasedSize.Height + hc; in allocateArea()
355 … OSL_TRACE ("%s: requestedSize: %d, %d", __FUNCTION__, requestedSize.Width, requestedSize.Height ); in allocateArea()
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_5rm.cxx585 ::basegfx::B2ISize requestedSize;