Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Darrange.cxx690 Size aColumnSize; in getOptimalSize() local
723 if( aElementSize.Width() > aColumnSize.Width() ) in getOptimalSize()
724 aColumnSize.Width() = aElementSize.Width(); in getOptimalSize()
728 aColumnSize.Height() += getBorderValue( getBorderWidth() ) + aElementSize.Height(); in getOptimalSize()
731 if( nEle > 0 && aColumnSize.Height() ) in getOptimalSize()
733 aColumnSize.Height() -= getBorderValue( getBorderWidth() ); // for the first element in getOptimalSize()
734 aColumnSize.Height() += 2*nOuterBorder; in getOptimalSize()
736 return aColumnSize; in getOptimalSize()

Completed in 13 milliseconds