Home
last modified time | relevance | path

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

/aoo42x/main/toolkit/source/awt/
H A Dvclxtabpage.cxx76 awt::Size currentSize = getSize(); in allocateArea() local
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()
84 && requestedSize.Height > currentSize.Height ) in allocateArea()
85 requestedSize.Height = currentSize.Height; in allocateArea()
100 OSL_TRACE ("%s: cursize: %d ,%d", __FUNCTION__, currentSize.Width, currentSize.Height ); in allocateArea()
128 if ( requestedSize.Width > currentSize.Width + 10) in allocateArea()
130 if ( requestedSize.Height > currentSize.Height + 10) in allocateArea()
H A Dvclxtabcontrol.cxx319 awt::Size currentSize = getSize(); in allocateArea() local
352 OSL_TRACE ("%s: cursize: %d ,%d", __FUNCTION__, currentSize.Width, currentSize.Height ); in allocateArea()
370 if ( requestedSize.Width > currentSize.Width + 10) in allocateArea()
372 if ( requestedSize.Height > currentSize.Height + 10) in allocateArea()

Completed in 14 milliseconds