Searched refs:pageBasedSize (Results 1 – 1 of 1) sorted by relevance
330 awt::Size pageBasedSize (0, 0); in allocateArea() local331 pageBasedSize.Width = pageSize.Width (); in allocateArea()332 pageBasedSize.Height = pageSize.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()356 … OSL_TRACE ("%s: pageBasedSize: %d, %d", __FUNCTION__, pageBasedSize.Width, pageBasedSize.Height ); in allocateArea()377 if (pageBasedSize.Width > parentSize.Width () in allocateArea()378 || pageBasedSize.Height > parentSize.Height ()) in allocateArea()
Completed in 20 milliseconds