Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/awt/
H A Dvclxtabcontrol.cxx326 awt::Size pageBasedSize (0, 0); in allocateArea() local
327 pageBasedSize.Width = pageSize.Width (); in allocateArea()
328 pageBasedSize.Height = pageSize.Height (); in allocateArea()
335 if (requestedSize.Width < pageBasedSize.Width) in allocateArea()
336 requestedSize.Width = pageBasedSize.Width + wc; in allocateArea()
337 if (requestedSize.Height < pageBasedSize.Height) in allocateArea()
338 requestedSize.Height = pageBasedSize.Height + hc; in allocateArea()
352 … OSL_TRACE ("%s: pageBasedSize: %d, %d", __FUNCTION__, pageBasedSize.Width, pageBasedSize.Height ); in allocateArea()
373 if (pageBasedSize.Width > parentSize.Width () in allocateArea()
374 || pageBasedSize.Height > parentSize.Height ()) in allocateArea()