Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/control/
H A Dilstbox.cxx3216 Size aFloatSz( maPrefSz ); in CalcFloatSize() local
3229 aFloatSz.Height() = nMaxHeight; in CalcFloatSize()
3235 aFloatSz.Width() = aSz.Width() + nLeft + nRight; in CalcFloatSize()
3236 aFloatSz.Width() += nRight; // etwas mehr Platz sieht besser aus... in CalcFloatSize()
3238 …if ( ( aFloatSz.Height() < nMaxHeight ) || ( mnDDLineCount && ( mnDDLineCount < mpImplLB->GetEntry… in CalcFloatSize()
3242 aFloatSz.Width() += nSBWidth; in CalcFloatSize()
3246 if ( aFloatSz.Height() > nMaxHeight ) in CalcFloatSize()
3247 aFloatSz.Height() = nMaxHeight; in CalcFloatSize()
3252 if( !mnDDLineCount && ( aFloatSz.Height() < aParentSz.Height() ) ) in CalcFloatSize()
3253 aFloatSz.Height() = aParentSz.Height(); in CalcFloatSize()
[all …]