Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dilstbox.cxx3251 Size aParentSz = GetParent()->GetSizePixel(); in CalcFloatSize() local
3252 if( !mnDDLineCount && ( aFloatSz.Height() < aParentSz.Height() ) ) in CalcFloatSize()
3253 aFloatSz.Height() = aParentSz.Height(); in CalcFloatSize()
3256 if( aFloatSz.Width() < aParentSz.Width() ) in CalcFloatSize()
3257 aFloatSz.Width() = aParentSz.Width(); in CalcFloatSize()

Completed in 27 milliseconds