Home
last modified time | relevance | path

Searched refs:aLabSize (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/window/
H A Darrange.cxx673 Size aLabSize( pLW->GetOptimalSize( WINDOWSIZE_MINIMUM ) ); in getLabelWidth() local
676 aLabSize.Width() += getBorderValue( nLB ); in getLabelWidth()
677 if( aLabSize.Width() > nWidth ) in getLabelWidth()
678 nWidth = aLabSize.Width(); in getLabelWidth()

Completed in 18 milliseconds