Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dscrwin.cxx353 Size aWill( aWish.GetIntersection(aMax).GetSize() ); in SetVisibleSize() local
356 if ( aWill.Width() < aWish.GetSize().Width() ) in SetVisibleSize()
358 aWill.Height() = in SetVisibleSize()
359 Min( aWill.Height()+nScrSize, aMax.GetSize().Height() ); in SetVisibleSize()
361 if ( aWill.Height() < aWish.GetSize().Height() ) in SetVisibleSize()
362 aWill.Width() = in SetVisibleSize()
363 Min( aWill.Width()+nScrSize, aMax.GetSize().Width() ); in SetVisibleSize()
364 if ( !bHScroll && (aWill.Width() < aWish.GetSize().Width()) ) in SetVisibleSize()
365 aWill.Height() = in SetVisibleSize()
366 Min( aWill.Height()+nScrSize, aMax.GetSize().Height() ); in SetVisibleSize()
[all …]

Completed in 9 milliseconds